I tried to build hc-1.1-1 on PPC, with the 10.4 tree. It failed like: make yacc hc.y mv -f y.tab.c hc.c cc -I/sw/include -c -o hc.o hc.c hc.y: In function 'yyparse': hc.y:35: warning: incompatible implicit declaration of built-in function 'printf' hc.y:35: error: 'mode' undeclared (first use in this function) hc.y:35: error: (Each undeclared identifier is reported only once hc.y:35: error: for each function it appears in.) hc.y:35: error: 'kHex' undeclared (first use in this function) hc.y:37: warning: incompatible implicit declaration of built-in function 'printf' hc.y:38: error: 'kDec' undeclared (first use in this function) hc.y:41: warning: incompatible implicit declaration of built-in function 'printf' hc.y:42: error: 'kOct' undeclared (first use in this function) hc.y:43: warning: incompatible implicit declaration of built-in function 'printf' hc.y:43: warning: incompatible implicit declaration of built-in function 'exit' hc.y: At top level: hc.y:66: warning: conflicting types for 'output' hc.y:14: warning: previous implicit declaration of 'output' was here hc.y: In function 'output': hc.y:79: warning: incompatible implicit declaration of built-in function 'exit' hc.y: At top level: hc.y:83: warning: conflicting types for 'execerror' hc.y:22: warning: previous implicit declaration of 'execerror' was here hc.y:88: warning: conflicting types for 'yyerror' y.tab.c:1506: warning: previous implicit declaration of 'yyerror' was here hc.y:97: warning: conflicting types for 'aboutbox' hc.y:45: warning: previous implicit declaration of 'aboutbox' was here hc.y:110: warning: conflicting types for 'help' hc.y:44: warning: previous implicit declaration of 'help' was here make: *** [hc.o] Error 1 rm hc.c ### execution of make failed, exit code 2
More details on my fink installation: fink -V | head -n 2: Package manager version: 0.25.1 Distribution version: 0.8.1.rsync powerpc sw_vers: ProductName: Mac OS X ProductVersion: 10.4.8 BuildVersion: 8L127 gcc --version | head -n 1: powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367) arch: ppc uname -m: Power Macintosh Kevin Horton Ottawa, Canada ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
