Am 27.10.2003 um 13:32 schrieb Peter O'Gorman:
Christoph Ewering wrote:
At the moment fink stopped with this compile error, but because I am running "unstable" this is okay to me (I am no programer so I wait till this problem is solved)
gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -no-cpp-precomp -I/sw/include -g -O0 unix_dl.c -fno-common -DPIC -o unix_dl.lo
unix_dl.c: In function `rep_open_dl_library':
unix_dl.c:328: warning: assignment discards qualifiers from pointer target type
unix_dl.c: In function `rep_find_c_symbol':
unix_dl.c:466: error: `Dl_info' undeclared (first use in this function)
unix_dl.c:466: error: (Each undeclared identifier is reported only once
unix_dl.c:466: error: for each function it appears in.)
unix_dl.c:466: error: parse error before "info"
unix_dl.c:467: error: `info' undeclared (first use in this function)
make[1]: *** [unix_dl.lo] Error 1
make: *** [all] Error 1
### execution of failed, exit code 2
Failed: compiling librep-0.14-18 failed
Hi,
Did you remember to install the BSDSDK package from the xcode cd? I know for a fact that Dl_info is declared in /usr/include/dlfcn.h :-p.
Looks like you know more than I do :-)
I checked for /usr/include/dlfn.h it is there an /Library/Receipts/BSDSDK.pkg/Contents/version.plist
And this file contains this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildVersion</key>
<string>6</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>ProjectName</key>
<string>PantherPackageData</string>
<key>SourceVersion</key>
<string>1950000</string>
</dict>
</plist>
Looks to me that this is the Panther-version of BSDSDK, right? So, do you have any other ideas where to look?
Bye, thanks, Christoph
-- Dipl. Ing. Christoph Ewering C & E Mediensysteme GmbH Autorisierter Apple H�ndler und Systemhaus in Paderborn
Hatzfelder Str. 68F Tel.: 05254 - 80 68 66 33104 Paderborn Fax.: 05254 - 80 68 64 [EMAIL PROTECTED] Mob.: 0173- 566 266 1 http://www.cunde.de
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
