-----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
fgsadr IOhannes