Bug 2521

Summary: Can't compile sdl_mixer, mikmod.h can't be found
Product: buildroot Reporter: Dan Dart <dandart>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Dan Dart 2010-09-05 16:44:33 UTC
mikmod.h can't be found:
http://pastebin.com/MZd00gsd

but I have it in /usr/include, plus libmikmod2-dev.
Comment 1 Peter Korsgaard 2010-09-25 21:53:40 UTC
You'll need a cross compiled version of mikmod, a version for your build host doesn't help.

Currently we don't have any mikmod package in BR, but I've fixed it in git so the configure script at least doesn't get confused when it's installed on the host.