Ethereal-dev: RE: [Ethereal-dev] Problem with building on Windows

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Biot Olivier <Olivier.Biot@xxxxxxxxxxx>
Date: Wed, 10 Dec 2003 23:46:03 +0100
I just checked in a patch to epan/dfilter/Makefile.nmake adding
$(PCRE_CFLAGS) to CFLAGS.

Regards,

Olivier

PS: it looks like I'm having email problems since noon today :(

| From: Anders Broman (TN/EAB)
| 
| Hi,
| I have installed pcre lib from 
| :http://www.ethereal.com/distribution/win32/development/
| and I did get it to work yesterday.
|  But I'm new to doing it on windows and may have messed 
| something up, but I think it has got something to do with:
| http://www.ethereal.com/lists/ethereal-dev/200312/msg00312.html
| 
| / Anders
| 
| -----Original Message-----
| From: Ulf Lamping
| 
| "Anders Broman (TN/EAB)" schrieb am 10.12.03 14:32:53:
| > 
| > Hi,
| > With the current tarball 2003-12-10 I get problems with 
| MSVC not finding
| > pcre.h which gets included with ftypes.h
| > 
| > And had to add $(PCRE_CFLAGS) to a lot of Makefile.nmake 
| files, is this the correct way of doing it or is there an 
| alternative ?
| > 
| > / Anders
|
| You don't seem to have PCRE installed (just like me). Just 
| edit your config.nmake file and comment out the following 
| line. like this:
| 
| #PCRE_DIR=C:\ethereal-win32-libs\pcre-4.4
| 
| This will disable PCRE completely.
| 
| Regards, ULFL