Re: [PD] [pool] build fails on linux

2011-01-28 Thread Yvan Volochine
On Fri, Jan 28, 2011 at 1:53 AM, Pedro Lopes pedro.lo...@ist.utl.pt wrote: I recall that some old makefiles found in some externals had a sintax like: make pd_linux instead of make Thus they had multiple make targets inside, and if you type make it would enter the wrong one (like Win)

Re: [PD] [pool] build fails on linux

2011-01-28 Thread Yvan Volochine
On Fri, Jan 28, 2011 at 1:30 PM, Yvan Volochine yvan...@gmail.com wrote: the correct way of building a flext external: (assuming pool and flext are in $HOME/dev) $ cd $HOME/dev/pool $ bash ../flext/build.sh pd gcc # bash ../flext/build.sh pd gcc install lesson learned: read the README

Re: [PD] [pool] build fails on linux

2011-01-28 Thread Thomas Grill
Hi Yvan, i'd recommend to try the flext build system instead of the autoconf/make. See flext/build.txt for explanations. I can't really comment on linux, my memory has already gone, but i wonder whether there actually is a libpd.a that can be linked in (as tried by the cited command) gr~~~

Re: [PD] [pool] build fails on linux

2011-01-28 Thread Mathieu Bouchard
On Sat, 29 Jan 2011, Thomas Grill wrote: i'd recommend to try the flext build system instead of the autoconf/make. See flext/build.txt for explanations. I can't really comment on linux, my memory has already gone, but i wonder whether there actually is a libpd.a that can be linked in (as

Re: [PD] [pool] build fails on linux

2011-01-27 Thread Yvan Volochine
bump ? sorry but this is quite boring, I hope I don't miss the obvious :/ forgot to say that this error appears on lucid. ps: also sorry because it looks like my 1st message was a reply to a thread although it was not... (and this only on lists.puredata.info, weird..) cheers, _y On Tue, Jan

Re: [PD] [pool] build fails on linux

2011-01-27 Thread András Murányi
Hello Yvan, i'm no compilation expert, (therefore) i would take a look if there is indeed an m_pd.h at /PATH/TO/PD/SRC If yes, the makefile might be broken, if not, you'll have to set /PATH/TO/PD/SRC to whereever m_pd.h can be found. Also, i think, the less complicated (which is, an absolute

Re: [PD] [pool] build fails on linux

2011-01-27 Thread martin.peach
You get an error:  /usr/bin/ld: cannot find -lpd On linux you don't need lpd, it looks like you're compiling a windows version. Martin Date: Thu, 27 Jan 2011 19:27:26 +0100 From: yvan...@gmail.com To: pd-list@iem.at Subject: Re: [PD] [pool] build fails

[PD] [pool] build fails on linux

2011-01-24 Thread Yvan Volochine
hi, trying to build pool from latest svn (and latest pd git) I get this error: make[1]: Entering directory `/home/delf/dev/pool/source' /bin/bash ../libtool --tag=CXX --mode=link g++ -O2 -I/usr/local/include/flext -I/home/delf/dev/pure-data/src -no-undefined -module -shrext .pd_linux