On 2/28/07, Mark Moorcroft <[EMAIL PROTECTED]> wrote: > I have a current fink (selfupdated) and I get the following when installing > applersync.. > > gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I/sw/include/copyfile-0.1 -c > backup.c -o backup.o > gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I/sw/include/copyfile-0.1 -c > options.c -o options.o > options.c:22:18: error: popt.h: No such file or directory > options.c:331: error: array type has incomplete element type > options.c:333: error: 'POPT_ARG_NONE' undeclared here (not in a function) > > Can someone else try to verify there is a problem? > > --MM >
The issue appears to be that the package automatically uses popt libraries that are bundled in the tarball if you don't have Fink's popt installed, but if you do it tries to use it but fails to include it properly. I've committed a fix to CVS. -- Alexander K. Hansen (akh) Fink Documenter (still) ------------------------------------------------------------------------- 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
