Error Message trying to ./configure

Jim mickeyboa at sbcglobal.net
Tue Feb 10 15:25:04 UTC 2009


Joachim Backes wrote:
> Michael Schwendt wrote:
>> On Tue, 10 Feb 2009 08:41:42 -0200, Martín wrote:
>>
>>> 2009/2/9 jim:
>>>> jim wrote:
>>>>> FC10/KDE
>>>>> Trying to compile a Linux Game and I get this error;
>>>>>
>>>>> checking for sdl-config... /usr/bin/sdl-config
>>>>> checking for SDL - version >= 1.2.0... yes
>>>>> checking for IMG_Load in -lSDL_image... no
>>>>> configure: error: *** SDL_image not found!
>>>>>
>>>>> SDL_image-1.2.6-6.fc9.i386.rpm is installed.
>>>>>
>>>> I also ran into another error mesage;
>>>>
>>>> checking uuid/uuid.h usability... no
>>>> checking uuid/uuid.h presence... no
>>>> checking for uuid/uuid.h... no
>>>> configure: error: *** uuid headers not found!
>>>>
>>>> The uuid.h is located at /usr/include/uuid.h ,
>>>> What command would use to direct to that PATH, in fact where is the 
>>>> compile
>>>> looking for  the  uuid.h ?
>>> Uh?
>>>
>>> [martin at endor ~]$ locate uuid.h
>>> /usr/include/uuid/uuid.h
>>> [martin at endor ~]$ rpm -qf /usr/include/uuid/uuid.h
>>> e2fsprogs-devel-1.41.3-2.fc9.x86_64
>>
>> Use "repoquery" or "yum" for searching.
>>
>> There's also pkg "uuid" and "uuid-devel".
>>
>> Now, obviously, they cannot use the same path, because they would
>> conflict then.
>>
>> Perhaps jim's program excepts the uuid api from e2fsprogs-devel
>>
>
> yum whatprovides /usr/include/uuid.h
> Loaded plugins: fastestmirror, refresh-packagekit
> Loading mirror speeds from cached hostfile
>  * fedora: ftp.univie.ac.at
>  * rpmfusion-free-updates: ftp.nb.lug.ro
>  * rpmfusion-nonfree-updates: ftp.nb.lug.ro
>  * rpmfusion-free: ftp.nb.lug.ro
>  * rpmfusion-nonfree: ftp.nb.lug.ro
>  * updates: gd.tuwien.ac.at
> Importing additional filelist information
> uuid-devel-1.6.1-3.fc9.i386 : Development support for Universally Unique
>                             : Identifier library
> Repo        : fedora
> Matched from:
> Filename    : /usr/include/uuid.h
>
>
Tkis must be a bug on the author of "Lordsawar"

/usr/include/uuid.h    # Belongs to uuid-devel

/usr/include/uuid/uuid.h  # Belongs to e2fsprogs-devel ,  I installed 
e2fsprogs-devel and that satisfied the dependency, at
                                           /usr/include/uuid/uuid.h.

So from my point of view his script should be pointing to 
/usr/include/uuid.h.
Is that not correct ?




More information about the fedora-list mailing list