Re: [Php-qt-users] building error
Status: Beta
Brought to you by:
tm243
From: Ward L. <wa...@lo...> - 2008-02-26 18:41:57
|
Mark Constable wrote: > On Tuesday 26 February 2008 21:23:28 Ward Loockx wrote: > >> [ 11%] Building CXX object CMakeFiles/php_qt.dir/functions.o >> In file included from /home/ward/phpQT/phpqt/src/functions.cpp:24: >> /home/ward/phpQT/phpqt/src/php_qt.h:48:18: error: zend.h: No such file >> or directory >> /home/ward/phpQT/phpqt/src/php_qt.h:49:29: error: zend_interfaces.h: No >> such file or directory >> >> I Can't see a CMakeError.log :( I set my QT4 path good. Looks like I'm >> missing something ? >> > > Yes, looks like you either don't have PHP (devel) installed or > the path to the Zend includes is not correct. My Archlinux > install has them in, f.ex, /usr/include/php/Zend. > > --markc > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Php-qt-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/php-qt-users > Okay looks like it isn't set correct.. But how can I do this ? also with -DQT_QMAKE_EXECUTABLE=/usr/lib/qt4/bin/qmake (like this) ? I have try'd -DQT_PHP(5)_EXECUTABLE=/my/path/to/php5/headers Thanks ! Ward |