hi all
i believe there's something wrong with my osx, can anybody can explain me this terminal error when i try to compile flext (gcc 3.3)
g++ -c -maltivec -faltivec -ffast-math -DNDEBUG -O3 -mcpu=G4
-DFLEXT_USE_SIMD -DFLEXT_EXPORTS -DFLEXT_SYS=2 -include
pd-darwin/release-single/flext.h -I/Users/nico/Desktop/pd-0.37/src
source/flattr.cpp -o pd-darwin/release-single/flattr.opp
In file included from
/usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:65,
from
/usr/include/gcc/darwin/3.3/c++/bits/stl_tree.h:86,
from /usr/include/gcc/darwin/3.3/c++/set:66,
from source/flattr.cpp:19:
/usr/include/gcc/darwin/3.3/c++/cstring:85: error: memcmp' not declared /usr/include/gcc/darwin/3.3/c++/cstring:87: error:
strcoll' not
declared
/usr/include/gcc/darwin/3.3/c++/cstring:89: error: strxfrm' not declared /usr/include/gcc/darwin/3.3/c++/cstring:90: error:
strcspn' not
declared
/usr/include/gcc/darwin/3.3/c++/cstring:92: error: strtok' not declared /usr/include/gcc/darwin/3.3/c++/cstring:94: error:
strerror' not
declared
/usr/include/gcc/darwin/3.3/c++/cstring:97: error: memchr' not declared /usr/include/gcc/darwin/3.3/c++/cstring:109: error:
strpbrk' not
declared
/usr/include/gcc/darwin/3.3/c++/cstring:115: error: strrchr' not declared /usr/include/gcc/darwin/3.3/c++/cstring:121: error:
strstr' not
declared
In file included from
/usr/include/gcc/darwin/3.3/c++/bits/stl_tree.h:86,
from /usr/include/gcc/darwin/3.3/c++/set:66,
from source/flattr.cpp:19:
/usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h: In function bool std::lexicographical_compare(const unsigned char*, const unsigned char*, const unsigned char*, const unsigned char*)': /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:841: error:
memcmp'
undeclared (first use this function)
/usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:841: error: (Each
undeclared identifier is reported only once for each function it
appears
in.)
make[1]: *** [pd-darwin/release-single/flattr.opp] Error 1
make: *** [build-release-single] Error 2
many other program bug with the same error
thanks for help nico
ps: can anybody send me a linux ppc binary of the last PDContainer?
Hi Nico, this is really strange... which flext version do you use? On the other hand, i haven't tried compiling with pd 0.37 for a while... i recommend upgrading to a pd 0.38 version in any case.
best greetings, Thomas
nico schrieb:
hi all
i believe there's something wrong with my osx, can anybody can explain me this terminal error when i try to compile flext (gcc 3.3)
g++ -c -maltivec -faltivec -ffast-math -DNDEBUG -O3 -mcpu=G4 -DFLEXT_USE_SIMD -DFLEXT_EXPORTS -DFLEXT_SYS=2 -include pd-darwin/release-single/flext.h -I/Users/nico/Desktop/pd-0.37/src source/flattr.cpp -o pd-darwin/release-single/flattr.opp In file included from /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:65, from /usr/include/gcc/darwin/3.3/c++/bits/stl_tree.h:86, from /usr/include/gcc/darwin/3.3/c++/set:66, from source/flattr.cpp:19: /usr/include/gcc/darwin/3.3/c++/cstring:85: error:
memcmp' not declared /usr/include/gcc/darwin/3.3/c++/cstring:87: error:
strcoll' not declared /usr/include/gcc/darwin/3.3/c++/cstring:89: error:strxfrm' not declared /usr/include/gcc/darwin/3.3/c++/cstring:90: error:
strcspn' not declared /usr/include/gcc/darwin/3.3/c++/cstring:92: error:strtok' not declared /usr/include/gcc/darwin/3.3/c++/cstring:94: error:
strerror' not declared /usr/include/gcc/darwin/3.3/c++/cstring:97: error:memchr' not declared /usr/include/gcc/darwin/3.3/c++/cstring:109: error:
strpbrk' not declared /usr/include/gcc/darwin/3.3/c++/cstring:115: error:strrchr' not declared /usr/include/gcc/darwin/3.3/c++/cstring:121: error:
strstr' not declared In file included from /usr/include/gcc/darwin/3.3/c++/bits/stl_tree.h:86, from /usr/include/gcc/darwin/3.3/c++/set:66, from source/flattr.cpp:19: /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h: In functionbool std::lexicographical_compare(const unsigned char*, const unsigned char*, const unsigned char*, const unsigned char*)': /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:841: error:
memcmp' undeclared (first use this function) /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:841: error: (Each undeclared identifier is reported only once for each function it appears in.) make[1]: *** [pd-darwin/release-single/flattr.opp] Error 1 make: *** [build-release-single] Error 2many other program bug with the same error
thanks for help nico
ps: can anybody send me a linux ppc binary of the last PDContainer?
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hi i know this is strange.... i'm trying with the cvs version of flext + pd 0.38
in your opinion, does my gcc is broke (i've tried to upgrade to gcc3.4 but, i got the same errors)
best regards nico Le 27 avr. 05, à 17:03, Thomas Grill a écrit :
Hi Nico, this is really strange... which flext version do you use? On the other hand, i haven't tried compiling with pd 0.37 for a while... i recommend upgrading to a pd 0.38 version in any case.
best greetings, Thomas
nico schrieb:
hi all
i believe there's something wrong with my osx, can anybody can explain me this terminal error when i try to compile flext (gcc 3.3)
g++ -c -maltivec -faltivec -ffast-math -DNDEBUG -O3 -mcpu=G4 -DFLEXT_USE_SIMD -DFLEXT_EXPORTS -DFLEXT_SYS=2 -include pd-darwin/release-single/flext.h -I/Users/nico/Desktop/pd-0.37/src source/flattr.cpp -o pd-darwin/release-single/flattr.opp In file included from /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:65, from /usr/include/gcc/darwin/3.3/c++/bits/stl_tree.h:86, from /usr/include/gcc/darwin/3.3/c++/set:66, from source/flattr.cpp:19: /usr/include/gcc/darwin/3.3/c++/cstring:85: error:
memcmp' not declared /usr/include/gcc/darwin/3.3/c++/cstring:87: error:
strcoll' not declared /usr/include/gcc/darwin/3.3/c++/cstring:89: error:strxfrm' not declared /usr/include/gcc/darwin/3.3/c++/cstring:90: error:
strcspn' not declared /usr/include/gcc/darwin/3.3/c++/cstring:92: error:strtok' not declared /usr/include/gcc/darwin/3.3/c++/cstring:94: error:
strerror' not declared /usr/include/gcc/darwin/3.3/c++/cstring:97: error:memchr' not declared /usr/include/gcc/darwin/3.3/c++/cstring:109: error:
strpbrk' not declared /usr/include/gcc/darwin/3.3/c++/cstring:115: error:strrchr' not declared /usr/include/gcc/darwin/3.3/c++/cstring:121: error:
strstr' not declared In file included from /usr/include/gcc/darwin/3.3/c++/bits/stl_tree.h:86, from /usr/include/gcc/darwin/3.3/c++/set:66, from source/flattr.cpp:19: /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h: In functionbool std::lexicographical_compare(const unsigned char*, const unsigned char*, const unsigned char*, const unsigned char*)': /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:841: error:
memcmp' undeclared (first use this function) /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:841: error: (Each undeclared identifier is reported only once for each function it appears in.) make[1]: *** [pd-darwin/release-single/flattr.opp] Error 1 make: *** [build-release-single] Error 2many other program bug with the same error
thanks for help nico
ps: can anybody send me a linux ppc binary of the last PDContainer?
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hi georg i'm trying to compil flest on osx and PDContainer on gentoo linux ppc, so i don't think both errors can't be linked before i reinstall osx after a crash, flext compilation wasn't a problem. maybe i need voodoo in my computer....
with the gentoo flext compilation succeedbut not the PDContainer one...
hope to find the solution soon....
best regards nicolas Le 27 avr. 05, à 18:17, Georg Holzmann a écrit :
Hallo!
ps: can anybody send me a linux ppc binary of the last PDContainer?
I don't know what could be wrong, but is this the same error you had with PDContainer?
LG Georg
nico schrieb:
hi georg i'm trying to compil flest on osx and PDContainer on gentoo linux ppc, so i don't think both errors can't be linked before i reinstall osx after a crash, flext compilation wasn't a problem. maybe i need voodoo in my computer....
Hi Nico, concerning OSX - i think you should reinstall the developer tools.
all the best, Thomas
that's what i'm doing, i'll tell you the result ++ nico Le 27 avr. 05, à 19:02, Thomas Grill a écrit :
nico schrieb:
hi georg i'm trying to compil flest on osx and PDContainer on gentoo linux ppc, so i don't think both errors can't be linked before i reinstall osx after a crash, flext compilation wasn't a problem. maybe i need voodoo in my computer....
Hi Nico, concerning OSX - i think you should reinstall the developer tools.
all the best, Thomas
you were right i've uninstall xcode, reinstall it without the cross-developpement and without the x11sdk and flext compilation works....
sorry for the noise
best regards to all nicolas Le 27 avr. 05, à 19:02, Thomas Grill a écrit :
nico schrieb:
hi georg i'm trying to compil flest on osx and PDContainer on gentoo linux ppc, so i don't think both errors can't be linked before i reinstall osx after a crash, flext compilation wasn't a problem. maybe i need voodoo in my computer....
Hi Nico, concerning OSX - i think you should reinstall the developer tools.
all the best, Thomas
Hallo!
just a guess (without looking at the flext code): maybe your compiler has problems with C++ templates or general with C++? (because of your errors with PDContainer ...?)
but I don't if this is possible ...
LG Georg