[PD] Gem / glsl_fragment

IOhannes m zmoelnig zmoelnig at iem.at
Tue Jul 26 09:23:39 CEST 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2011-07-25 18:07, ub at xdv.org wrote:
> i did give the --with-pd option as ../pd/src so ./configure did not
> complain in the first place.
> weirdly now trying to reproduce it, libtool says, it can't determine the
> absolute directory name.
> i swear, that wasn't there before. :D

ah yes; afaik, this is a known limitation of autotools: you should never
give any paths as relative paths, always use absolute paths!

the reason is simple: all makefiles generated by autoconf will have the
include path for Pd expanded to "../pd/src"; while this makes sense in
the top-level directory, it will expand to non-existant paths in
subdirectories (e.g. in ...gem/src/plugins it will expand to
...gem/src/pd/src)

this also explains a small mystery:
Gem's configure will stop if it doesn't find the pd sources;
unfortunately it did find them at the relative path, but could not use
them from within the subdirectories!

fgmadr
IOhannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk4ua3MACgkQkX2Xpv6ydvQ1OgCg3bjUMQP49/gonPJvyIe8V+4X
KXwAoLeeBApVdYN/MHioQ+spFFBc5eND
=GF4m
-----END PGP SIGNATURE-----

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3636 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20110726/7188f23f/attachment.bin>


More information about the Pd-list mailing list