Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 315889 - media-libs/smpeg: smpeg.h is broken
Summary: media-libs/smpeg: smpeg.h is broken
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-18 02:56 UTC by Nikos Chantziaras
Modified: 2010-04-18 07:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.