Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 315889

Summary: media-libs/smpeg: smpeg.h is broken
Product: Gentoo Linux Reporter: Nikos Chantziaras <realnc>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: 2008.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nikos Chantziaras 2010-04-18 02:56:58 UTC
It's not possible to use media-libs/smpeg for developing on Gentoo.  #include <smpeg/smpeg.h> results in:

/usr/include/smpeg/smpeg.h:25:17: error: SDL.h: No such file or directory
/usr/include/smpeg/smpeg.h:26:23: error: SDL_mutex.h: No such file or directory
/usr/include/smpeg/smpeg.h:27:23: error: SDL_audio.h: No such file or directory
.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2010-04-18 05:21:35 UTC
You should be using /usr/bin/smpeg-config --cflags to set the proper flags to pass to your C compiler.