Christian Wasmer wrote: > Dear fink users, > > the compilation of the newest version of wxgtk2.8 (unstable) seems to cause > problems on my machine (Intel core2duo, OS 10.6.2). Anyone knows how to > resolve this (output below)? > > Thanks, > Christian. > > > g++ -c -o advdll_sound_sdl.o -D__WXGTK__ -I../src/regex > -DWXUSINGDLL -DWXMAKINGDLL_ADV -dynamic -fPIC -DPIC -D_FILE_OFFSET_BITS=64 > -D_LARGE_FILES > -I/sw/src/fink.build/wxgtk2.8-2.8.10-21/wxGTK-2.8.10/build/lib/wx/include/gtk2-unicode-release-2.8 > -I../include -I/sw/include/pango-1.0 -I/sw/include/freetype2 -I/sw/include > -I/sw/lib/fontconfig2/include -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include > -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/glib-2.0 > -I/sw/lib/glib-2.0/include -I/sw/include/pixman-1 -I/sw/include/libpng12 > -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/gstreamer-0.10 > -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libxml2 > -I/sw/include -I/sw/include/gconf/2 -I/sw/include/orbit-2.0 > -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -DORBIT2=1 > -I/sw/include/SDL -I/usr/X11R6/include -I/sw/include -I/sw/include -Wall > -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing > -I/sw/include/gnome-vfs-2.0 -I/sw/lib/gnome-vfs2.16/gnome-vfs-2.0/include > -I/sw/include/gconf/2 -I/sw/include/orbit-2.0 -I/sw/include/dbus-1.0 > -I/sw/lib/dbus-1.0/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include > -DORBIT2=1 -I/sw/include/pango-1.0 -I/sw/include/freetype2 -I/sw/include > -I/sw/lib/fontconfig2/include -I/sw/include/libgnomeprintui-2.2 > -I/sw/include/libgnomeprint-2.2 -I/sw/include/libgnomecanvas-2.0 > -I/sw/include/libart-2.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include > -I/sw/include/libxml2 -I/sw/include/gail-1.0 -I/sw/include/gtk-2.0 > -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/sw/include/cairo > -I/sw/include/pixman-1 -I/sw/include/libpng12 -I/usr/X11R6/include > -I/usr/X11/include -fno-common ../src/unix/sound_sdl.cpp > ../src/unix/sound_sdl.cpp:21:17: error: SDL.h: No such file or directory > sdl is in the dependency list, and you're showing -I /sw/include/SDL on the include lines, so I'd think that /sw/include/SDL/SDL.h should be visible there. Do you have that file? If not, maybe try "fink reinstall sdl".
------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
