Many of the function prototypes in /usr/include/crypt.h on my RedHat box are in /usr/include/unistd.h on my OS X machine. Maybe that would suffice for this package? In cases like this, I usually first just comment-out an unsatisfied #include. That way the compiler will issue warnings about what symbols it wants, and then try find the header to supply them, instead of assuming a header with a "reasonably-close" filename has the same symbols in it.
dan Koen van der Drift <[EMAIL PROTECTED]> said: > > Thanks for the report. I am very busy, but may have some time later > this week or next week to look into this. If anyone else on the list > has a clue in the meantime, please let me know, Iand I can update the > package accordingly. > > On Apr 3, 2007, at 2:03 PM, William Scott wrote: >> >> Thanks for maintaining EMBOSS. I just tried installing on a new >> intel iMac and got the following error: >> >> ajjava.c:93:19: error: crypt.h: No such file or directory >> >> I've got i system-openssl-dev 0.9.7-6 >> Placeholder to force the use of the system SSL >> >> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION= >> \"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE= >> \"EMBOSS\" -DVERSION=\"4.1.0\" -DSTDC_HEADERS=1 - >> DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 - >> DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 - >> DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 - >> DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 - >> DHAVE_UNISTD_H=1 -DGETPGRP_VOID=1 -DHAVE_STRFTIME=1 - >> DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 - >> DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_VPRINTF=1 - >> DHAVE_MEMMOVE=1 -DHAVE_LIBM=1 -DPLD_png=1 -I. -I. -DAJAX_FIXED_ROOT= >> \"/sw/src/fink.build/emboss-4.1.0-1/EMBOSS-4.1.0/emboss\" -DPREFIX= >> \"/sw\" -I../plplot -DPOSIX_MALLOC_THRESHOLD=10 -DAJ_MACOSXLF - >> Dstat64=stat -I/sw/include -DLENDIAN -I/System/Library/Frameworks/ >> JavaVM.framework/Versions/1.4.2/Home -DHAVE_JAVA -I/System/Library/ >> Frameworks/JavaVM.framework/Versions/1.4.2/Home/include -DNO_AUTH - >> O1 -c ajjava.c -fno-common -DPIC -o .libs/ajjava.o >> ajjava.c:93:19: error: crypt.h: No such file or directory [...] >> Failed: phase compiling: emboss-4.1.0-1 failed -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------------------------- 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-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-devel
