Re: Win32 build broken

2002-03-20 Thread Cliff Woolley
This *should* fix it, but I'm eyeballing it from Unix... if no one beats me to it, I'll dig up a win32 box and test it after I get back from lunch. --Cliff Index: config.hw === RCS file: /home/cvs/httpd-2.0/srclib/pcre/config.hw,v

Re: Win32 build broken

2002-03-20 Thread Cliff Woolley
On Wed, 20 Mar 2002, Pavel Novy wrote: > > somone will need to add/edit the config.hw file to put the window > > specific definitions in there for the missing vars I'm on it. --Cliff -- Cliff Woolley [EMAIL PROTECTED] Charlot

Re: Win32 build broken

2002-03-20 Thread Pavel Novy
It seems that NetWare build is also broken for the same reason, so it's needed to do a similar thing for this platform, e.g. add the config.hnw file under .../srclib/pcre/. Thanks, Pavel Ian Holsman wrote: > Sebastian Bergmann wrote: > >> Brian Pane wrote: >> >>> Those look like some of the sy

Re: Win32 build broken

2002-03-20 Thread Ian Holsman
Sebastian Bergmann wrote: > Brian Pane wrote: > >>Those look like some of the symbols introduced in the new version >>of PCRE that I just imported. They're defined in config.h, so >>they'll likely require a "buildconf;configure;make clean". > > > I'm using MSVC :) somone will need to add/ed

Re: Win32 build broken

2002-03-19 Thread Sebastian Bergmann
Brian Pane wrote: > Those look like some of the symbols introduced in the new version > of PCRE that I just imported. They're defined in config.h, so > they'll likely require a "buildconf;configure;make clean". I'm using MSVC :) -- Sebastian Bergmann http://sebastian-bergmann.de/

Re: Win32 build broken

2002-03-19 Thread Brian Pane
Sebastian Bergmann wrote: >c:\home\apache\httpd-2.0\srclib\pcre\pcre.c(118): error C2065: >'NEWLINE': Undeclared identifier > >c:\home\apache\httpd-2.0\srclib\pcre\pcre.c(118): error C2099: >Initialization is not a constant > >c:\home\apache\httpd-2.0\srclib\pcre\pcre.c(369): error C2065: >'PCRE_

Win32 build broken

2002-03-19 Thread Sebastian Bergmann
c:\home\apache\httpd-2.0\srclib\pcre\pcre.c(118): error C2065: 'NEWLINE': Undeclared identifier c:\home\apache\httpd-2.0\srclib\pcre\pcre.c(118): error C2099: Initialization is not a constant c:\home\apache\httpd-2.0\srclib\pcre\pcre.c(369): error C2065: 'PCRE_UTF8': Undeclared identifier --