Go to Google Groups Home    Kollaborative Frame
Re: Few PATH Errors

Gregory Haynes <g...@greghaynes.net>

Sascha Manns wrote:
> Hi Gregory,

> On Montag 20 April 2009 22:13:02 Gregory Haynes wrote:
>> It seems the FindGlib.cmake script is having a hard time finding your
>> glib-config.h file.  On my system this is in
>> /usr/lib/glib-2.0/include/glibconfig.h.  Do you know where this file
>> would be on your system so I can fix the script?
> On my System i have:
> /usr/lib64/glib-2.0/include/glibconfig.h
> /usr/lib64/glib/include/glibconfig.h

>> Libqinfinity is just a Qt wrapper for libinfinity, so the library
>> does depend on libinfinity.
> Yes, that was it.  :-)

> Actual i have only the Error in:
> -- Found Qt-Version 4.5.0 (using /usr/bin/qmake)                                                                                    
> CMake Error: The following variables are used in this project, but they
> are set to NOTFOUND.                                        
> Please set them or make sure they are set and tested correctly in the
> CMake files:                                                  
> GLIB_LIB_INCLUDE_DIR                                                                                                                
>    used as include directory in directory
> /usr/src/packages/BUILD/libqinfinity-1.0b1/libqinfinity                                  
>    used as include directory in directory
> /usr/src/packages/BUILD/libqinfinity-1.0b1/test  

> I think the Error is, that the Script only search in /lib and not in
> /lib64.

Thats odd, I would think those directories would be symlinked?  Does it
work if you set the find_path( GLIB_LIB_INCLUDE_DIR to search in /usr/lib64?