CVS is broken?

php.internals

Per Lundberg

23 years ago
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 by `ext/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

Derick Rethans

23 years ago
On Mon, 5 May 2003, Per Lundberg wrote:
> 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 by > `ext/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/ -------------------------------------------------------------------------

Derick Rethans

23 years ago
On Mon, 5 May 2003, Derick Rethans wrote:
> On Mon, 5 May 2003, Per Lundberg wrote: > > > 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 by > > `ext/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/ -------------------------------------------------------------------------

Sascha Schumann

23 years ago
> Oops! Should be rm config.cache... not config.nice
cvsclean should dispose of that, as it is listed in .cvsignore. - Sascha

Derick Rethans

23 years ago
On Mon, 5 May 2003, Sascha Schumann wrote:
> > 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/ -------------------------------------------------------------------------

Per Lundberg

23 years ago
On Mon, 2003-05-05 at 15:33, Derick Rethans wrote:
> > 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

Per Lundberg

23 years ago
On Mon, 2003-05-05 at 15:13, Derick Rethans wrote:
> 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