I cannot compile the code in CVS at the moment. This is the error I'm
getting:
make: *** No rule to make target
/usr/local/src/php-cvs/php5/ext/xml/expat/xmlparse.c', needed byext/xml/expat/xmlparse.lo'. Stop.
I guess this could be because of the move from libxml2 to expat?
--
Best regards,
Per Lundberg / Capio ApS
Phone: +46-18-4186040
Fax: +46-18-4186049
Web: http://www.nobolt.com
I cannot compile the code in CVS at the moment. This is the error I'm
getting:make: *** No rule to make target
/usr/local/src/php-cvs/php5/ext/xml/expat/xmlparse.c', needed byext/xml/expat/xmlparse.lo'. Stop.I guess this could be because of the move from libxml2 to expat?
rm config.nice; ./cvsclean; ./buildconf; ./configure --your options
that should work.
Derick
--
"my other box is your windows PC"
Derick Rethans http://derickrethans.nl/
PHP Magazine - PHP Magazine for Professionals http://php-mag.net/
I cannot compile the code in CVS at the moment. This is the error I'm
getting:make: *** No rule to make target
/usr/local/src/php-cvs/php5/ext/xml/expat/xmlparse.c', needed byext/xml/expat/xmlparse.lo'. Stop.I guess this could be because of the move from libxml2 to expat?
rm config.nice; ./cvsclean; ./buildconf; ./configure --your options
Oops! Should be rm config.cache... not config.nice
Derick
--
"my other box is your windows PC"
Derick Rethans http://derickrethans.nl/
PHP Magazine - PHP Magazine for Professionals http://php-mag.net/
Oops! Should be rm config.cache... not config.nice
cvsclean should dispose of that, as it is listed in
.cvsignore.
- Sascha
Oops! Should be rm config.cache... not config.nice
cvsclean should dispose of that, as it is listed in .cvsignore.
yes, I was confused.
Derick
--
"my other box is your windows PC"
Derick Rethans http://derickrethans.nl/
PHP Magazine - PHP Magazine for Professionals http://php-mag.net/
rm config.nice; ./cvsclean; ./buildconf; ./configure --your options
Oops! Should be rm config.cache... not config.nice
It worked anyway. ;-)
Best regards,
Per Lundberg / Capio ApS
Phone: +46-18-4186040
Fax: +46-18-4186049
Web: http://www.nobolt.com
rm config.nice; ./cvsclean; ./buildconf; ./configure --your options
that should work.
Yep, it did. Thank you. (Sorry for asking a FAQ)
Best regards,
Per Lundberg / Capio ApS
Phone: +46-18-4186040
Fax: +46-18-4186049
Web: http://www.nobolt.com