Re: [Fink-devel] cdrtools on fink ?

2007-11-27 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 DJamé Seddah wrote: > Hi list, I can't get fink to download and install cdrtools on os X > (intel, 10.4.7, latest version of fink) even though it contains the > folowing files for cdrtools > /sw/fink/10.4/unstable/main/finkinfo/utils/cdrtools.info >

[Fink-devel] Broken pc file in glib2-dev (Was Re: scite, 10.5, iconv)

2007-11-27 Thread Martin Costabel
Martin Costabel wrote: > Alexey Zakhlestin wrote: >> iconv_* functions should be used as libiconv_* in 10.5 > > This should be automatic when /sw/lib/iconv.h is #included. > And this is exactly the problem with the scite package: It uses > /usr/include/iconv.h, but links to /sw/lib/libiconv.dylib

[Fink-devel] cdrtools on fink ?

2007-11-27 Thread DJamé Seddah
Hi list, I can't get fink to download and install cdrtools on os X (intel, 10.4.7, latest version of fink) even though it contains the folowing files for cdrtools /sw/fink/10.4/unstable/main/finkinfo/utils/cdrtools.info /sw/fink/10.4/unstable/main/finkinfo/utils/cdrtools.patch I applied the pa

Re: [Fink-devel] scite, 10.5, iconv

2007-11-27 Thread Martin Costabel
Alexey Zakhlestin wrote: > iconv_* functions should be used as libiconv_* in 10.5 This should be automatic when /sw/lib/iconv.h is #included. And this is exactly the problem with the scite package: It uses /usr/include/iconv.h, but links to /sw/lib/libiconv.dylib. This is not good. I committed v

Re: [Fink-devel] scite, 10.5, iconv

2007-11-27 Thread Alexey Zakhlestin
iconv_* functions should be used as libiconv_* in 10.5 On 11/27/07, William Scott <[EMAIL PROTECTED]> wrote: > scite fails to build on 10.5 (ppc G5) with the following: > > gcc -I ../../scintilla/include -I ../src -I../lua/include -DNDEBUG - > Dunix -Os -W -Wall -pedantic -Os -DGTK -DSCI_LEXER -DP