WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Build Trouble

Build Trouble

by Will Amrull :: Rate this Message:

| View in Thread

Hi, I am trying to build libw3 using the latest CVS and MSVC files, but I am encountering a problem which causes about 85% of the project builds to fail.

The problem seems to center around HTFile.h Line 102 :
extern size_t HTFile_dirent_buf_size(DIR * dirp);

These are the errors I receieve:
\libwww\Library\src\HTFile.h(102) : error C2143: syntax error : missing ')' before '*'
\libwww\Library\src\HTFile.h(102) : error C2143: syntax error : missing '{' before '*'
\libwww\Library\src\HTFile.h(102) : error C2059: syntax error : ')'

This error happens over and over and over as I try a bach build and I can't figure out what the problem is..

Any help would be greatly appreciated.

 « Return to Thread: Build Trouble