Build Trouble
"Will Amrull" <[email protected]> Fri, 15 Sep 2006 20:24:41 -0700
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_273370_6702411.1158377081846
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
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.
------=_Part_273370_6702411.1158377081846
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
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.<br><br>The problem seems to center around HTFile.h Line 102 :<br>extern size_t HTFile_dirent_buf_size(DIR * dirp);
<br><br>These are the errors I receieve:<br>\libwww\Library\src\HTFile.h(102) : error C2143: syntax error : missing ')' before '*'<br>\libwww\Library\src\HTFile.h(102) : error C2143: syntax error : missing '{' before '*'<br>
\libwww\Library\src\HTFile.h(102) : error C2059: syntax error : ')'<br><br>This error happens over and over and over as I try a bach build and I can't figure out what the problem is..<br><br>Any help would be greatly appreciated.
<br>
------=_Part_273370_6702411.1158377081846--