hi
maybe this is not expected to work, but i got the externals via cvs, then just ran scons
it worked for a while, but then i got an error [attached].
in csound, there's an custom.py file that can be modified if paths are not right, and so on. i don't know if this is my problem, but i didn't see anything like this in the externals dir ...
as always, help is graciously requested.
-- \js [ http://or8.net/~johns/ ]
If you are looking to just build the externals, try:
cd externals/ && make
that'll build almost everything
make install
will install them into externals/build
I don't that make will build ann yet, if that is what you are looking
for.
.hc
On Feb 19, 2006, at 8:26 PM, \jjs wrote:
hi
maybe this is not expected to work, but i got the externals via cvs, then just ran scons
it worked for a while, but then i got an error [attached].
in csound, there's an custom.py file that can be modified if paths are not right, and so on. i don't know if this is my problem, but i didn't see anything like this in the externals dir ...
as always, help is graciously requested.
-- \js [ http://or8.net/~johns/ ] <scons_err.txt>_______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
"Terrorism is not an enemy. It cannot be defeated. It's a tactic.
It's about as sensible to say we declare war on night attacks and
expect we're going to win that war. We're not going to win the war on
terrorism."
- retired U.S. Army general,
William Odom
\js wrote:
hi
gcc -pipe -O2 -fPIC -DPD -DUNIX -I/usr/include -I/usr/local/include -I/usr/local/src/externals/ann -I/usr/local/src/pd/src -I/usr/local/src/src -I/usr/local/src/externals/ann/src -I/usr/local/src/externals/ann/shared -c -o /usr/local/src/externals/ann/src/ann_td.os /usr/local/src/externals/ann/src/ann_td.c /usr/local/src/externals/ann/src/ann_td.c:11:18: fann.h: No such file or directory /usr/local/src/externals/ann/src/ann_td.c: In function `ann_td_createFann':
obviously you try to scons "ann"; part of which use the fann-library, which you don't have installed.
mfg.asd.r IOhannes