-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/05/2011 09:29 PM, Xavier Garnier wrote: > Ok, thank you for all those issues. I've looked a bit deeper into the gem > 0.93.1 I've compiled and I have noticed that, though all my patches work like > with 0.92, the newest features (like pix_mano, pix_drum) were not compiled; > for example, answering the "sudo make install" command, Terminal gives me > many "Nothing to be done"s, like this part of the message : > > ---- > Making install in Base > UNUSED SOURCES: > make[3]: Nothing to be done for `install-exec-am'. > test -z "/usr/local/include/Gem/Base" || ../.././install-sh -c -d > "/usr/local/include/Gem/Base" > /usr/bin/install -c -m 644 CPPExtern.h GemBase.h GemGLBase.h GemGluObj.h > GemPathBase.h GemPixObj.h GemPixDualObj.h GemShape.h TextBase.h GemWindow.h > GemContext.h '/usr/local/include/Gem/Base' > ---- > > or this one : > > ---- > Making install in pix_mano > make[3]: Nothing to be done for `install-exec-am'. > test -z "/usr/local/lib/pd/extra/pix_mano" || ../.././install-sh -c -d > "/usr/local/lib/pd/extra/pix_mano" > /usr/bin/install -c -m 644 LICENSE.txt pix_mano-help.pd > '/usr/local/lib/pd/extra/pix_mano' > test -z "/usr/local/lib/pd/extra/pix_mano" || ../.././install-sh -c -d > "/usr/local/lib/pd/extra/pix_mano" > /bin/sh ../../libtool --mode=install /usr/bin/install -c pix_mano.la > '/usr/local/lib/pd/extra/pix_mano' > libtool: install: /usr/bin/install -c .libs/pix_mano.pd_darwin > /usr/local/lib/pd/extra/pix_mano/pix_mano.pd_darwin > libtool: install: /usr/bin/install -c .libs/pix_mano.lai > /usr/local/lib/pd/extra/pix_mano/pix_mano.la
looks good to me > ----- > same for pix_drum and co... then it's good as well... > > the thing is that I "Made" and "Made Install" Gem 0.93.1 without being able > to ./configure (still because of that "Pd (Header) missing" message I don't > understand and can't do anything about). you need to provide the paths to the Pd-headers with the "--with-pd" flag. e.g. if you have installed Pd-extended and there are headers (m_pd.h) in /Applications/Pd-extended.app/Resources/Contents/include/pd then do: $ ./configure - --with-pd=/Applications/Pd-extended.app/Resources/Contents/include/pd fgsadr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk62W2QACgkQkX2Xpv6ydvS8KQCfQdhScR7zkSZy9QGmUHtp2c3V rqUAnRha6eSKYIhi/lRcQGjK2S8W1+vY =DOMG -----END PGP SIGNATURE----- _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
