Re: [Php-qt-users] cmake error at qimageblitz
Status: Beta
Brought to you by:
tm243
From: James E. <jam...@gm...> - 2009-06-06 11:11:43
|
Hi I eventually did get phpqt to compile. Found the file FindQImageBlitz.cmake at /usr/share/kde4/apps/cmake/modules/FindQImageBlitz.cmake I had to copy this to /path/to/phpqt/cmake/modules/FindQImageBlitz.cmake And then the same with the file "FindLibraryWithDebug.cmake" and compiling completed correctly Post compile, I had to copy the php_qt.so from: /path/to/phpqt/build/src/php_qt.so to /usr/lib/php5/20060613+lfs/php_qt.so To get the examples working Thanks James PS - lots of noise and low signals on this list -- is the project still alive ? On Tue, May 26, 2009 at 10:46 PM, James Ellis <jam...@gm...> wrote: > Hi > > Trying to compile phpqt on Kubuntu 9.04, cmake errors out: > > > > CMake Error at smoke/qimageblitz/CMakeLists.txt:6 (find_package): > Could not find module FindQImageBlitz.cmake or a configuration file for > package QImageBlitz. > > Adjust CMAKE_MODULE_PATH to find FindQImageBlitz.cmake or set > QImageBlitz_DIR to the directory containing a CMake configuration file > for > QImageBlitz. The file will have one of the following names: > > QImageBlitzConfig.cmake > qimageblitz-config.cmake > > > > -- Build Smoke... yes - Qt, QtTest, QImageBlitz > -- Configuring incomplete, errors occurred! > ------------ > > I searched for these files and they don't exist. > > Related packages installed: > libqt4 (all) > libqt4-dev > libqimageblitz-dev > libqimageblitz4 > php5-dev > > Any ideas how to fix this ? > > I'm running the build.sh script > > Thanks > James > |