(qucs), trying to compile, error on ppc
Hi! I don't know if this is the right list, but if not perhaps so can point me to an better choice ... I'm working on porting an "new" project to dports (there is an installer for older version) - called qucs - which is an circut simulator ... compiling on intel works fine, but on ppc friends of mine got the following errors (os x 10.4.X, XCode 2.0/2.4): if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src/components -O2 -pipe - fno-exceptions -fno-rtti -fno-check-new -MT parse_zvr.o -MD -MP -MF ".deps/parse_zvr.Tpo" -c -o parse_zvr.o parse_zvr.cpp; \ then mv -f ".deps/parse_zvr.Tpo" ".deps/parse_zvr.Po"; else rm -f ".deps/parse_zvr.Tpo"; exit 1; fi /usr/include/architecture/ppc/math.h:685: error: expected unqualified- id before numeric constant make[5]: *** [parse_zvr.o] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 as it seems, there is a problem with /usr/include/architecture/ppc/math.h any suggestions? Rolf -- Security is an illusion - Datasecurity twice Rolf Würdemann - private: rowue@digitalis.org - office: rowue@crew-gmbh.de GnuPG fingerprint: 7383 348F 67D1 CD27 C90F DDD0 86A3 31B6 67F0 D02F
participants (1)
-
Rolf Würdemann