| Summary: | bochs-2.0.2 emerge fails if sdl USE flag is given | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Mark Purtill <gentoo> |
| Component: | Current packages | Assignee: | Thomas Raschbacher <lordvan> |
| Status: | RESOLVED INVALID | ||
| Severity: | minor | CC: | mr_bones_ |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
/var/tmp/portage/bochs-2.0.2/work/bochs-2.0.2/config.log
/var/db/pkg/media-libs/libsdl-1.2.6-r2/libsdl-1.2.6-r2.ebuild |
||
|
Description
Mark Purtill
2003-11-11 16:19:08 UTC
Please attach the confg.log as text/plain. Also, please post the output of: sdl-config --cflags wx-config --cxxflags gtk-config --cflags I have a different processor and one kernel rev behind, but everything else is the same and it works fine for me with sdl in USE. Mark - also, please attach /var/db/pkg/media-libs/libsdl-*/*.ebuild as text/plain. Thanks. Created attachment 20627 [details]
/var/tmp/portage/bochs-2.0.2/work/bochs-2.0.2/config.log
config.log as requested
Created attachment 20628 [details]
/var/db/pkg/media-libs/libsdl-1.2.6-r2/libsdl-1.2.6-r2.ebuild
libsdl ebuild, as requested.
Thanks for the quick reply, Mr. Bones! bash-2.05b# sdl-config --cflags -I/usr/include/SDL -D_REENTRANT bash-2.05b# wx-config --cxxflags -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES bash-2.05b# gtk-config --cflags -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include Does grep -l SDL_VIDEOEXPOSE /usr/include/SDL/*h give you /usr/include/SDL/SDL_events.h and grep -l SDL_events /usr/include/SDL/*h give you /usr/include/SDL/SDL.h /usr/include/SDL/SDL_events.h Tthe only difference in conf was that I have libcap installed. You might try merging that and seeing if that makes a difference for you. If that doesn't change any thing. Please remerge libsdl and try to merge bochs again. Finally, if none of these things change anything. Please attach the files /var/db/pkg/media-libs/libsdl-1.2.6-r2/USE and /var/db/pkg/media-libs/libsdl-1.2.6-r2/CONTENTS Thanks. I think I figured it out. I had an old version of SDL in /usr/local/include, and somehow the build was getting those headers (though I don't see how, since it definitely wasn't running the /usr/local/bin/sdl-config). But when I deleted those headers, the error went away. Sorry for the false alarm; I'm marking the bug INVALID. |