-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dominique Dhumieres wrote: > On Snow Leopard, updating to wxgtk2.8-2.8.10-21 failed with: > > ... > 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/sw64/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/sw64/include/pango-1.0 -I/sw64/include/freetype2 > -I/sw64/include -I/sw64/lib/fontconfig2/include -I/sw64/include/gtk-2.0 > -I/sw64/lib/gtk-2.0/include -I/sw64/include/atk-1.0 -I/sw64/include/cairo > -I/sw64/include/glib-2.0 -I/sw64/lib/glib-2.0/include > -I/sw64/include/pixman-1 -I/sw64/include/libpng12 -I/usr/X11R6/include > -I/usr/X11/include -I/sw64/include/gstreamer-0.10 -I/sw64/include/glib-2.0 > -I/sw64/lib/glib-2.0/include -I/sw64/include/libxml2 -I/sw64/include > -I/sw64/include/gconf/2 -I/sw64/include/orbit-2.0 -I/sw64/include/dbus-1.0 > -I/sw64/lib/dbus-1.0/include -DORBIT2=1 -I/sw64/include/SDL > -I/usr/X11R6/include -I/sw64/include -I/sw64/include -Wall -Wundef > -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -I/sw64/include/gnome-vfs-2.0 -I/sw64/lib/gnome-vfs2.16/gnome-vfs-2.0/include -I/sw64/include/gconf/2 -I/sw64/include/orbit-2.0 -I/sw64/include/dbus-1.0 -I/sw64/lib/dbus-1.0/include -I/sw64/include/glib-2.0 -I/sw64/lib/glib-2.0/include -DORBIT2=1 -I/sw64/include/pango-1.0 -I/sw64/include/freetype2 -I/sw64/include -I/sw64/lib/fontconfig2/include -I/sw64/include/libgnomeprintui-2.2 -I/sw64/include/libgnomeprint-2.2 -I/sw64/include/libgnomecanvas-2.0 -I/sw64/include/libart-2.0 -I/sw64/include/glib-2.0 -I/sw64/lib/glib-2.0/include -I/sw64/include/libxml2 -I/sw64/include/gail-1.0 -I/sw64/include/gtk-2.0 -I/sw64/include/atk-1.0 -I/sw64/lib/gtk-2.0/include -I/sw64/include/cairo -I/sw64/include/pixman-1 -I/sw64/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 > ../src/unix/sound_sdl.cpp:85: error: 'Uint8' has not been declared > ../src/unix/sound_sdl.cpp:100: error: 'SDL_AudioSpec' does not name a type > ../src/unix/sound_sdl.cpp: In member function 'virtual bool > wxSoundBackendSDL::IsAvailable() const': > ../src/unix/sound_sdl.cpp:138: error: 'SDL_INIT_AUDIO' was not declared in > this scope > ../src/unix/sound_sdl.cpp:138: error: 'SDL_WasInit' was not declared in this > scope > ../src/unix/sound_sdl.cpp:140: error: 'SDL_INIT_NOPARACHUTE' was not declared > in this scope > ../src/unix/sound_sdl.cpp:140: error: 'SDL_Init' was not declared in this > scope > ../src/unix/sound_sdl.cpp: At global scope: > ../src/unix/sound_sdl.cpp:148: error: 'Uint8' has not been declared > ../src/unix/sound_sdl.cpp:154: error: variable or field 'FillAudioBuffer' > declared void > ../src/unix/sound_sdl.cpp:154: error: 'Uint8' was not declared in this scope > ../src/unix/sound_sdl.cpp:154: error: 'stream' was not declared in this scope > ../src/unix/sound_sdl.cpp:154: error: expected primary-expression before 'int' > ... > > TIA > > Dominique >
You must be on 64-bit Fink. wxgtk2.8 is marked not to have a dependency on sdl on x86_64, but it's not explicitly set up to disable it. Since sdl works on x86_64 now, installing that will solve this. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAksVWVoACgkQB8UpO3rKjQ9eEwCgj+etLyf5prZ6/LHZxqvHpM04 0FIAniffNSC9gKEMsk95987L/RrKIFF6 =i85Z -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ 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
