Error Message trying to ./configure

Michael Schwendt mschwendt at gmail.com
Tue Feb 10 11:07:30 UTC 2009


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




More information about the fedora-list mailing list