On 01 Dec 2007, at 10:05, Martin Costabel wrote: (sorry, was away for the day..)
> Do you have a qt4-x11 that actually builds? NO ! Shock ! Build was broken w/o even a rev-up ... But now I have :) I see : > POSIX iconv auto-detection... () > c++ -c -pipe -Os -Wall -W -D__USE_WS_X11__ -I../../../mkspecs/ > darwin-g++ -I. -I. -o iconv.o iconv.cpp > iconv.cpp: In function 'int main(int, char**)': > iconv.cpp:13: error: invalid conversion from 'char**' to 'const > char**' > iconv.cpp:13: error: initializing argument 2 of 'size_t libiconv > (void*, const char**, size_t*, char**, size_t*)' > make: *** [iconv.o] Error 1 > POSIX iconv disabled. > GNU libiconv auto-detection... () > c++ -c -pipe -Os -Wall -W -D__USE_WS_X11__ -I../../../mkspecs/ > darwin-g++ -I. -I. -o gnu-libiconv.o gnu-libiconv.cpp > gnu-libiconv.cpp: In function 'int main(int, char**)': > gnu-libiconv.cpp:13: error: invalid conversion from 'char**' to > 'const char**' > gnu-libiconv.cpp:13: error: initializing argument 2 of 'size_t > libiconv(void*, const char**, size_t*, char**, size_t*)' > make: *** [gnu-libiconv.o] Error 1 > GNU libiconv disabled. But I see no -I%p flag whatsoever here, so that may be fixable by adding the right "export CPATH=.."; this seems the first problem _ isn't it policy to use fink's pkgs _ in particular libiconv ? And since libiconv didn't change as far as I know, there should be no problem. Still didn't work. Looking at the latest change in the patch file to gnu-libiconv.cpp, I see that if I in addition revert this change as a last line in the PatchScript _ then things should build fine. Building now _ at least I get now "GNU libiconv enabled." at that point. End of the story when I come back tonight. Jean-Francois PS1: diff -r1.6 qt4-x11.info 51a52 > perl -pi -e 's,char [*]inp,const $&,' config.tests/unix/gnu- libiconv/gnu-libiconv.cpp 57c58 < --- > export CPATH=%p/include PS2: Things seem correct now : (except for the suspicious "yes" for 3DNOW _ but seems harmless) Debug ............... no Qt 3 compatibility .. yes QtDBus module ....... yes STL support ......... yes PCH support ......... yes MMX/3DNOW/SSE/SSE2.. yes/yes/yes/yes IPv6 support ........ yes IPv6 ifname support . yes getaddrinfo support . yes getifaddrs support .. yes Accessibility ....... yes NIS support ......... yes CUPS support ........ yes Iconv support ....... gnu Glib support ........ yes Large File support .. yes GIF support ......... yes TIFF support ........ plugin (system) JPEG support ........ plugin (system) PNG support ......... yes (system) MNG support ......... plugin (system) zlib support ........ system OpenGL support ...... yes NAS sound support ... no Session management .. yes XShape support ...... yes Xinerama support .... yes Xcursor support ..... yes Xfixes support ...... yes Xrandr support ...... yes Xrender support ..... yes FontConfig support .. yes XKB Support ......... yes immodule support .... yes SQLite 2 support .... plugin SQLite support ...... plugin (qt) OpenSSL support ..... yes ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
