On 27 Nov 2006, at 02:00, Martin Costabel wrote: > Kevin Horton wrote: >> 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) > > Does it build if you remove Fink's bison package?
Yes, that was the problem. I guess hc needs a BuildConflicts against bison. Thanks for your help. 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
