| |
Kollaborative Frame |
> On Montag 20 April 2009 22:13:02 Gregory Haynes wrote: >> Libqinfinity is just a Qt wrapper for libinfinity, so the library > Actual i have only the Error in: > I think the Error is, that the Script only search in /lib and not in
> Hi Gregory,
>> 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
>> does depend on libinfinity.
> Yes, that was it. :-)
> -- 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
> /lib64.
work if you set the find_path( GLIB_LIB_INCLUDE_DIR to search in /usr/lib64?