Hi,
make[1]: Entering directory /usr/local/musik/pd-0.37-0/extra/expr~' cc -g -DPD -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -I../../src -o vexp.pd_linux_o -c vexp.c vexp.c:81: warning: declaration of
exp' shadows a global declaration
<built-in>:0: warning: shadowed declaration is here
vexp.c:83: warning: declaration of `exp' shadows a global declaration
<built-in>:0: warning: shadowed declaration is here
How can I get rid of the global declaration?
I only have 8.4 (as a debian package) and couldn't find any more recent version than 8.45 in the net. Is there any more recent version available somewhere?
-- Orm
Hallo, Orm Finnendahl hat gesagt: // Orm Finnendahl wrote:
Hi,
- compiling pd 0.37-1test6 or 0.37-0 results in an error in vexp.c:
make[1]: Entering directory
/usr/local/musik/pd-0.37-0/extra/expr~' cc -g -DPD -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -I../../src -o vexp.pd_linux_o -c vexp.c vexp.c:81: warning: declaration of
exp' shadows a global declaration <built-in>:0: warning: shadowed declaration is here vexp.c:83: warning: declaration of `exp' shadows a global declaration <built-in>:0: warning: shadowed declaration is hereHow can I get rid of the global declaration?
Removing -Werror should get you further.
- .(configure checks for the presence of Tcl/Tk 8.7, 8.6, 8.5 and 8.4.
I only have 8.4 (as a debian package) and couldn't find any more recent version than 8.45 in the net. Is there any more recent version available somewhere?
Hm, as I just see, I still build Pd with tcl/tk 8.3 on my Debian box. It should be no problem to just use what's available.
Frank Barknecht _ ______footils.org__