Re: [PHP-DEV] Extension help From: Jan Borsodi (jb <email protected>)
Date: 11/15/00

Sascha Schumann <sascha <email protected>> writes:

> > When I do that I get:
> > configure.in:661: AC_PROG_CXXCPP was called before AC_PROG_CXX
> > on a ./buildconf
>
> That is a harmless warning (we have multiple C++ checks in
> the system).
>
> > and the CXX variable is still not set after the configure
>
> I just tried it here:
>
> $ grep CXX config_vars.mk
> CXX = c++
> CXXFLAGS = -g -O2
> CXX_PHP_COMPILE = $(CXX_COMPILE) -c $< && touch $@
>
> > PHP_REQUIRE_CXX()
>
> Does it work, if you remove the () ?

My fault, i specified --with-qt-dom to configure, should have been
--with-qtdom, so it never used the PHP_REQUIRE_CXX macro,
works now, thanks.

-- 
- Jan Borsodi <jb <email protected>> - Software Developer/Designer @ eZ Systems
  Web: http://www.ez.no
  QtVu developer: http://www.qtvu.org
  RegExplorer developer: http://regexplorer.sourceforge.net

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>