Hi
I just downloaded flext and installed it; and put the pd source directory into the config file.
I can't seem to compile anything though, I have tried
gcc -B <flext source directory> main.cpp -DFLEXT_SYS=2
gcc -B <flext source directory> main.cpp -DFLEXT_SYS=2
gcc -l <flext lib directory> main.cpp -DFLEXT_SYS=2
gcc -l <flext lib directory> main.cpp -DFLEXT_SYS=2
in the /flext/tutorial/simple1 but all I get is error messages, with the first being "flext.h: no such file or directory".
I was wondering if someone has a flext installation procedure that works for them. I'm running slackware 10 with gcc 3.4, if that helps.
Also, is there a proper place to put the pd source files? I installed pd with
"make install" and have no idea where it all went, but I can run pd now.
where does pd install the source on the HD?
thanks
-brendan
On Tue, 21 Sep 2004, ba wrote:
Also, is there a proper place to put the pd source files? I installed pd with "make install" and have no idea where it all went, but I can run pd now. where does pd install the source on the HD?
The make install does not install the sources, but the binaries. There is no "proper" place to put the pd sources, just put them where you want. For compiling externals you just need one file, and this should be /usr/local/include/m_pd.h if you compiled and installed it yourself. /usr/include/m_pd.h if you installed a package of your distribution. The difference between /usr and /usr/local is made in order to not mix up software that was installed by hand and software that comes from the distribution.
Guenter
thanks
-brendan
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list