Re: [Php-qt-users] building error
Status: Beta
Brought to you by:
tm243
From: Mark C. <ma...@re...> - 2008-02-26 11:35:15
|
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 |