lighty build win32 vc...
Added by madjarian over 16 years ago
Hi,
and thank you for lighty !
i try to compile lighttpd 1.5.0 with vc and i have installed all the software from build-win32.txt.
the trouble is in cmake, i got pcre couldn't be found. but the path to pcre.h is set in cmake !
Could you help me please.
Replies (1)
RE: lighty build win32 vc... - Added by cleeeem about 16 years ago
I remember to have the same problem.
I think i also define LIB et INCLUDE paths :
set LIB=c:\sys\lib;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib;%LIB%
set INCLUDE=c:\sys\include;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include;%INCLUDE%
Sorry to say that but you will have many other problems compiling lighttpd with NMake. I had to patch code manually inside .h et .c.
Best regards.
Clement.