Hallo, David O'Toole hat gesagt: // David O'Toole wrote:
Pd builds and installs fine from HEAD but I can't seem to get externals built. It churns for awhile, then:
make -k externals make[1]: Entering directory
/home/dto/bigsrc/pd/externals/build/linux' cc -fPIC -DPD -DUNIX -funroll-loops -fomit-frame-pointer -O3 -march=athlon-xp -m3dnow -msse -mfpmath=sse -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I. -I.. -I../../../pd/src -I../include -o "concat.o" -c "../src/concat.c" ../src/concat.c:1:39: ../../ggee/control/concat.c: No such file or directory make[1]: *** [concat.pd_linux] Error 1 make[1]: Target
externals' not remade because of errors. make[1]: Leaving directory `/home/dto/bigsrc/pd/externals/build/linux' make: *** [all] Error 2 [root@pod linux]#can anyone tell me what this error means ?
It means, that the file "../../ggee/control/concat.c" is missing. This is included from the file "../src/concat.c" in line 1. Just delete the file ../src/concat.c and it should build again. You won't have ggee's concat, though, which Guenther removed.
Frank Barknecht _ ______footils.org_ __goto10.org__