I thought it was trying to use the header file on intel but not on ppc due to the form of that conditional test that did not anticipate the future -- the intel processor.
Koen van der Drift wrote: > > On Apr 4, 2007, at 3:24 PM, [EMAIL PROTECTED] > wrote: > >> Anyway, the #include in question is conditional: >> >> #if !defined(__ppc__) && !defined(__FreeBSD__) >> #include <crypt.h> >> #endif >> > > Martin, > > If I understand you correctly, I should just comment out the code above? > > >> To test it, you would have to get into a situation where emboss >> asks you >> for your password. > > I cannot think of such a situation, but I will check with the > developers. > > thanks for your input, > > - Koen. > ------------------------------------------------------------------------- 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
