[GEM-dev] Gem Build Errors

IOhannes m zmölnig zmoelnig at iem.at
Wed May 4 23:46:54 CEST 2016


On 05/01/2016 12:00 AM, j-p k wrote:
> ./configure --enable-fat-binary=i386
> --with-pd=/Applications/Pd-0.47-0test2.app/Contents/Resources
> --without-QuickTime-framework --without-Carbon-framework
> 
> make CPPFLAGS=$(pkg-config --cflags freetype2)

that's probably wrong and you should add the freetype2-pkgconfig output
to the configure process, rather than only the build process.
either with
$ ./configure PKG_FTGL_CFLAGS="$(pkg-config --cflags ftgl freetype2) \
     PKG_FTGL_LIBS="$(pkg-config --libs ftgl freetype2) ...

or something like:
$ ./configure CPPFLAGS="$(pkg-config --cflags freetype2) \
     LIBS="$(pkg-config --libs freetype2) ...

personally i prefer the first option, as it adds a dependency on
freetype only to the binaries that use FTGL.

gfmsdr
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/gem-dev/attachments/20160504/07cf10ad/attachment.sig>


More information about the GEM-dev mailing list