Christian Peralta wrote: > Here is the complete error. Fails during make > > In file included from /usr/local/include/zlib.h:34, > from urldata.h:92, > from krb5.c:48: > /usr/local/include/zconf.h:223: error: parse error before 'Bytef' > In file included from urldata.h:92, > from krb5.c:48: > /usr/local/include/zlib.h:69: error: parse error before 'Bytef' > /usr/local/include/zlib.h:73: error: parse error before '*' token > /usr/local/include/zlib.h:87: error: parse error before '}' token > /usr/local/include/zlib.h:89: error: parse error before '*' token > /usr/local/include/zlib.h:201: error: parse error before 'strm' > /usr/local/include/zlib.h:279: error: parse error before 'strm' > /usr/local/include/zlib.h:314: error: parse error before 'strm' > /usr/local/include/zlib.h:383: error: parse error before 'strm' > /usr/local/include/zlib.h:444: error: parse error before 'strm' > /usr/local/include/zlib.h:480: error: parse error before 'dest' > /usr/local/include/zlib.h:498: error: parse error before 'strm' > /usr/local/include/zlib.h:509: error: parse error before 'strm' > /usr/local/include/zlib.h:553: error: parse error before 'strm' > /usr/local/include/zlib.h:572: error: parse error before 'strm' > /usr/local/include/zlib.h:587: error: parse error before 'strm' > /usr/local/include/zlib.h:608: error: parse error before '*' token > /usr/local/include/zlib.h:623: error: parse error before '*' token > /usr/local/include/zlib.h:638: error: parse error before '*' token > /usr/local/include/zlib.h:821: error: parse error before '*' token > /usr/local/include/zlib.h:838: error: parse error before '*' token > /usr/local/include/zlib.h:860: error: parse error before 'strm' > /usr/local/include/zlib.h:862: error: parse error before 'strm' > /usr/local/include/zlib.h:864: error: parse error before 'strm' > /usr/local/include/zlib.h:868: error: parse error before 'strm' > /usr/local/include/zlib.h:886: error: parse error before 'z' > In file included from krb5.c:48: > urldata.h:643: error: parse error before 'z_stream' > urldata.h:643: warning: no semicolon at end of struct or union > urldata.h:661: error: parse error before '}' token > urldata.h:701: error: field 'keep' has incomplete type > make[2]: *** [krb5.lo] Error 1 > make[1]: *** [all] Error 2 > make: *** [all-recursive] Error 1 > ### execution of make failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-libcurl4-7.16.4-101 > (Reading database ... 178555 files and directories currently installed.) > Removing fink-buildlock-libcurl4-7.16.4-101 ... > Failed: phase compiling: libcurl4-7.16.4-101 failed > > > Your error is due to third-party stuff in /usr/local:
http://www.finkproject.org/faq/comp-general.php#usr-local-libs > On Wednesday, August 08, 2007, at 11:38AM, "Alexander K. Hansen" <[EMAIL > PROTECTED]> wrote: > >> Christian Peralta wrote: >> >>> I have been unable to build libcurl4. My guess is that the problem is with >>> gssapi >>> >>> checking if GSSAPI support is requested... yes >>> checking gss.h usability... no >>> checking gss.h presence... no >>> checking for gss.h... no >>> checking gssapi.h usability... no >>> checking gssapi.h presence... no >>> checking for gssapi.h... no >>> checking gssapi/gssapi.h usability... yes >>> checking gssapi/gssapi.h presence... yes >>> checking for gssapi/gssapi.h... yes >>> >>> I have tried building symlinks to the 10.4.u SDK version of gssapi in >>> /usr/lib but this does not work... How would I go about building libcurl4 >>> in this case? >>> >>> >>> Thanks, >>> >>> >>> Christian Peralta >>> >>> >>> >> I wouldn't think that the problem is with gssapi, since it finds >> /usr/include/gssapi/gssapi.h (as per your last three lines). This is >> where it's supposed to be on OS X. >> >> Can you post your error? >> >> -- >> Alexander K. Hansen >> Fink User Liaison/Documenter >> akh AT finkproject DOT org >> >> >> >> -- Alexander K. Hansen Fink User Liaison/Documenter akh AT finkproject DOT org ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
