Thread: v0.2 is up
View Single Post
Old 11-08-2006, 02:40 AM   #3
julien
Human being with feelings
 
Join Date: Jul 2006
Posts: 16
Default Compilation

How did you compile it?
I got the following errors :

Code:
g++ -O2 -s   -c -o http.o http.cpp
http.cpp: In member function 'void HTTP_context::doWrite(void*, int, unsigned int)':
http.cpp:460: error: 'MAX_PATH' was not declared in this scope
http.cpp:461: error: 'fn' was not declared in this scope
http.cpp:562: error: 'isprint' was not declared in this scope
make: *** [http.o] Error 1
julien is offline   Reply With Quote