Re: Error Message trying to ./configure

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 09 Feb 2009 16:48:00 -0500, jim wrote:

> 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 ,  

In case it really looks for uuid/uuid.h because it uses this file
via "#include <uuid/uuid.h>" you cannot get it to accept /usr/include/uuid.h

There's only a work-around: create a symlink from /usr/include/uuid/uuid.h
to /usr/include/uuid.h

> What command would use to direct to that PATH, in fact where is the 
> compile looking for  the  uuid.h ?

Look at "configure --help". It might be possible to give it a path
where to search for some components.

The configure script probably executes "uuid-config --cflags" to retrieve
the search path, but that doesn't tell the program whether to use
#include <uuid.h> or #include <uuid/uuid.h>.

Also verify the uuid packaging as whether /usr/include/uuid.h is the
default install location for this header file.

In case it is, you may want to inform the developer of the game you're
trying to compile to support searching for /usr/include/uuid.h
In case it isn't, the uuid package may need an update.

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux