hi there:
i would like to take a look of dyn~ and in order to do so, i need flext. i got the flext source from the CVS and tired compiling it with the config-pd-linux intact, but i got the following errors:
g++ -c -O2 -DFLEXT_SYS=2 -fPIC -I/usr/lib/pd/include -I./source
source/flattr_ed.cpp -o pd-linux/flattr_ed.ro
source/flattr_ed.cpp: In static member function static void flext_base_single::cb_GfxProperties(t_gobj*, _glist*)': source/flattr_ed.cpp:526: error: invalid conversion from
const char*'
to`char*'
source/flattr_ed.cpp:545: error: invalid conversion from const char*' to
char*'
source/flattr_ed.cpp:564: error: invalid conversion from `const char*'
to `char*'
make: *** [pd-linux/flattr_ed.ro] Error 1
how can i resolve this? i don't want to go and make changes to flattr_ed.cpp unless i know what i am doing.
also, it says in the readme that i would need the pd source too, but i can't seem to find where i can specify it in the config file like in the config for dyn.
cheers
CHUN
Hi Chun,
source/flattr_ed.cpp:526: error: invalid conversion from `const char*'
strange that i never got that error.... however, i fixed it - it should be in the SF CVS by tomorrow.
also, it says in the readme that i would need the pd source too, but i can't seem to find where i can specify it in the config file like in the config for dyn.
The variable is called PDPATH, maybe it's different for dyn~.
best greetings, Thomas
Hi thomas:
Thanks for your reply.
source/flattr_ed.cpp:526: error: invalid conversion from `const char*'
strange that i never got that error.... however, i fixed it - it should be in the SF CVS by tomorrow.
Thanks, I will try again after tomorrow.
also, it says in the readme that i would need the pd source too, but i can't seem to find where i can specify it in the config file like in the config for dyn.
The variable is called PDPATH, maybe it's different for dyn~.
Yes, I see it now, I must be blind last night;)
Also, to compile dyn~ do I compile in the dynext folder? I realize that there is no build-pd-linux.sh in the dyn folder.
Many thanks
CHUN
Hallo, chun lee hat gesagt: // chun lee wrote:
Also, to compile dyn~ do I compile in the dynext folder? I realize that there is no build-pd-linux.sh in the dyn folder.
dyn~ is in dynext now, "dyn" is another related project, which currently has no Linux makefile.
Frank Barknecht _ ______footils.org__