ChrisC
User
 Fresh Boarder
| Posts: 1 |   | Karma: 0
|
Could not compile svn on Win32 - 2007/06/06 02:35
Hi I downloaded a copy of the svn sources yesterday.
Then I installed all the stuff needed: Qt Open Source Edition with mingw and the libraries SDL and boost
now when I tried to make after some compiling time I get the following:
srcnetwin32socket_helper.cpp:31: error: expected `,' or `...' before '*' toke n srcnetwin32socket_helper.cpp:31: error: ISO C++ forbids declaration of `ADDRI NFOW' with no type srcnetwin32socket_helper.cpp:32: warning: `__stdcall__' attribute only applie s to function types srcnetwin32socket_helper.cpp:32: error: typedef `freeaddrinfow_ptr_t' is init ialized (use __typeof__ instead) srcnetwin32socket_helper.cpp:32: error: `PADDRINFOW' was not declared in this scope srcnetwin32socket_helper.cpp: In function `std::wstring utf8ToWchar(const cha r*)': srcnetwin32socket_helper.cpp:50: warning: comparison between signed and unsig ned integer expressions srcnetwin32socket_helper.cpp: In function `bool socket_resolve(const char*, c onst char*, int, int, int, sockaddr*, int)': srcnetwin32socket_helper.cpp:100: error: `ADDRINFOW' undeclared (first use th is function) srcnetwin32socket_helper.cpp:100: error: (Each undeclared identifier is repor ted only once for each function it appears in.) srcnetwin32socket_helper.cpp:100: error: expected `;' before "aiHints" srcnetwin32socket_helper.cpp:101: error: `aiList' undeclared (first use this function) srcnetwin32socket_helper.cpp:103: error: `aiHints' undeclared (first use this function) srcnetwin32socket_helper.cpp:118: error: `freeaddrinfow_ptr' cannot be used a s a function mingw32-make[1]: *** [objsocket_helper.o] Error 1 mingw32-make[1]: Leaving directory `P:/Pokerth' mingw32-make: *** [release] Error 2
perhaps you have an idea what went wrong ?
|