You should be able to do that without editing makefile and using CFLAGS, LDFLAGS, and LIBS, i.e something like:
make CFLAGS="-I/path/to/my/Gem/src" LDFLAGS="-L/path/to/my/Gem/" LIBS="-lopencv" .hc On 01/06/2013 05:32 AM, contact wrote: > hello > > now it's ok, with the path for Pd, GEM and OpenCV writting in the makefile and > all is OK. > > Thank's > > François-Marie > > It's not for me a good solution but all > Le 01/01/2013 17:29, Hans-Christoph Steiner a écrit : >> >> Try getting it directly from SVN building using the Makefile, and not >> ./configure at all. Antoine and I have been working on that. You'll need to >> restore it from SVN since running ./configure will overwrite the Makefile in >> question. To build, do: >> >> make PD_PATH=/path/to/pd >> >> You'll need pkg-config too, i.e. apt-get install pkg-config >> >> .hc >> >> On 01/01/2013 05:58 AM, contact wrote: >>> Hello, >>> >>> i try compile pix_opencv on "Debian Wheezy" and have this message, after >>> ./configure --with-pd=.... : >>> >>> configure: error: you need to install opencv library (libcv) >>> >>> I have the libcv-dev, libcvaux-dev and libhighgui-dev installed. >>> >>> I think it's a problem with a path, but how solve it. >>> >>> >>> Thank's . >>> >>> François-Marie >>> >>> >>> _______________________________________________ >>> [email protected] mailing list >>> UNSUBSCRIBE and account-management -> >>> http://lists.puredata.info/listinfo/pd-list >>> >> >> _______________________________________________ >> [email protected] mailing list >> UNSUBSCRIBE and account-management -> >> http://lists.puredata.info/listinfo/pd-list > _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
