Manju Vijayakumar wrote: > On Tue, Apr 28, 2009 at 7:54 AM, Tim Ellison <[email protected]> wrote: > >> Manju Vijayakumar wrote: >>> 1) Ok, I had to change the order in which <windows.h> header file is >> called >>> in canonical.c >> Which works ok with both compilers now? > > > This change was because I kept getting macro redefinition errors. So I > moved the windows.h inclusion from top to end of the header list. I haven't > checked with both the compilers. I will commit this on the patch, could you > please check this out? I have only 2008 right now on my machine.
Will do. Just attach the patch to HARMONY-6171 and I'll try it on both versions. >>> 2) After this I had another error which is discussed here >>> >> http://social.msdn.microsoft.com/Forums/en-US/vclanguage/thread/0ceac3c6-62f6-4fdf-82e1-d41e1b4fcd20/ >> >> Did you install the hotfix referred to in this thread? >> >> I'm interested to see the complete set of updates you needed to perform >> to get working. > > > No, that hotfix does not run! I downloaded the set up file from the link > they provided, but it gives an error when I try to run. It is a *.zip.exe > file. What I did was clean all the object files and build again. Although, > like you indicated, we need to use the hotfix instead of doing this, since > this one is unpredictable. I will try the hotfix again. Ok Thanks, Tim > I realise there is a bunch of checks I need to do :-) Thanks for the inputs > Tim. > >> >> Regards, >> Tim >> >>> And now the build is running beyond the point where it was stuck. >>> And still running...So not sure where it might get stuck again :-) >>> >>> Thanks, >>> Manju >>> >>> >>> On Mon, Apr 27, 2009 at 8:03 PM, Manju Vijayakumar <[email protected] >>> wrote: >>> >>>> Now I am onto one other error: >>>> ... >>>> ... >>>> -common-vm: >>>> >>>> build: >>>> [echo] ## Building 'portlib' >>>> [compile-cc] Starting dependency analysis for 12 files. >>>> [compile-cc] 12 files are up to date. >>>> [compile-cc] 0 files to be recompiled from dependency analysis. >>>> [compile-cc] 10 total files to be compiled. >>>> [compile-cc] misc_platform_natives.cpp >>>> [compile-cc] logparams.cpp >>>> [compile-cc] port_malloc_registrar.cpp >>>> [compile-cc] port_malloc.cpp >>>> [compile-cc] memory_pool.cpp >>>> [compile-cc] logger.cpp >>>> [compile-cc] Generating Code... >>>> [compile-cc] thread_ia32.c >>>> [compile-cc] canonical.c >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\ws2def.h(206) >>>> : error C2011: 'sockaddr' : 'struct' type redefinition >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(485) : see declaration of 'sockaddr' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\ws2def.h(384) >>>> : error C2059: syntax error : 'constant' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\ws2def.h(577) >>>> : error C2011: 'sockaddr_in' : 'struct' type redefinition >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(312) : see declaration of 'sockaddr_in' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(13 >>>> 2) : error C2011: 'fd_set' : 'struct' type redefinition >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(68) : see declaration of 'fd_set' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(17 >>>> 6) : error C2011: 'timeval' : 'struct' type redefinition >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(111) : see declaration of 'timeval' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(23 >>>> 2) : error C2011: 'hostent' : 'struct' type redefinition >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(167) : see declaration of 'hostent' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(24 >>>> 5) : error C2011: 'netent' : 'struct' type redefinition >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(180) : see declaration of 'netent' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(25 >>>> 2) : error C2011: 'servent' : 'struct' type redefinition >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(187) : see declaration of 'servent' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(26 >>>> 4) : error C2011: 'protoent' : 'struct' type redefinition >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(199) : see declaration of 'protoent' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(36 >>>> 0) : error C2011: 'WSAData' : 'struct' type redefinition >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(322) : see declaration of 'WSAData' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(45 >>>> 8) : error C2011: 'sockproto' : 'struct' type redefinition >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(494) : see declaration of 'sockproto' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(50 >>>> 0) : error C2011: 'linger' : 'struct' type redefinition >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(531) : see declaration of 'linger' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(15 >>>> 27) : error C2375: 'accept' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(735) : see declaration of 'accept' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(15 >>>> 48) : error C2375: 'bind' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(740) : see declaration of 'bind' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(15 >>>> 67) : error C2375: 'closesocket' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(745) : see declaration of 'closesocket' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(15 >>>> 86) : error C2375: 'connect' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(747) : see declaration of 'connect' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(16 >>>> 07) : error C2375: 'ioctlsocket' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(752) : see declaration of 'ioctlsocket' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(16 >>>> 28) : error C2375: 'getpeername' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(757) : see declaration of 'getpeername' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(16 >>>> 49) : error C2375: 'getsockname' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(762) : see declaration of 'getsockname' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(16 >>>> 72) : error C2375: 'getsockopt' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(767) : see declaration of 'getsockopt' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(16 >>>> 93) : error C2375: 'htonl' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(774) : see declaration of 'htonl' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(17 >>>> 10) : error C2375: 'htons' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(776) : see declaration of 'htons' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(17 >>>> 28) : error C2375: 'inet_addr' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(778) : see declaration of 'inet_addr' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(17 >>>> 45) : error C2375: 'inet_ntoa' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(780) : see declaration of 'inet_ntoa' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(17 >>>> 63) : error C2375: 'listen' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(782) : see declaration of 'listen' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(17 >>>> 81) : error C2375: 'ntohl' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(786) : see declaration of 'ntohl' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(17 >>>> 98) : error C2375: 'ntohs' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(788) : see declaration of 'ntohs' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(18 >>>> 18) : error C2375: 'recv' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(790) : see declaration of 'recv' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(18 >>>> 43) : error C2375: 'recvfrom' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(796) : see declaration of 'recvfrom' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(18 >>>> 69) : error C2375: 'select' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(804) : see declaration of 'select' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(18 >>>> 93) : error C2375: 'send' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(811) : see declaration of 'send' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(19 >>>> 18) : error C2375: 'sendto' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(817) : see declaration of 'sendto' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(19 >>>> 44) : error C2375: 'setsockopt' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(825) : see declaration of 'setsockopt' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(19 >>>> 66) : error C2375: 'shutdown' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(832) : see declaration of 'shutdown' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(19 >>>> 86) : error C2375: 'socket' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(836) : see declaration of 'socket' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(20 >>>> 09) : error C2375: 'gethostbyaddr' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(843) : see declaration of 'gethostbyaddr' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(20 >>>> 29) : error C2375: 'gethostbyname' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(848) : see declaration of 'gethostbyname' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(20 >>>> 47) : error C2375: 'gethostname' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(850) : see declaration of 'gethostname' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(20 >>>> 67) : error C2375: 'getservbyport' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(854) : see declaration of 'getservbyport' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(20 >>>> 87) : error C2375: 'getservbyname' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(858) : see declaration of 'getservbyname' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(21 >>>> 06) : error C2375: 'getprotobynumber' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(862) : see declaration of 'getprotobynumber' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(21 >>>> 24) : error C2375: 'getprotobyname' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(864) : see declaration of 'getprotobyname' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(21 >>>> 45) : error C2375: 'WSAStartup' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(868) : see declaration of 'WSAStartup' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(21 >>>> 63) : error C2375: 'WSACleanup' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(872) : see declaration of 'WSACleanup' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(21 >>>> 80) : error C2375: 'WSASetLastError' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(874) : see declaration of 'WSASetLastError' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(21 >>>> 97) : error C2375: 'WSAGetLastError' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(876) : see declaration of 'WSAGetLastError' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(22 >>>> 14) : error C2375: 'WSAIsBlocking' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(878) : see declaration of 'WSAIsBlocking' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(22 >>>> 31) : error C2375: 'WSAUnhookBlockingHook' : redefinition; different >>>> linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(880) : see declaration of 'WSAUnhookBlockingHook' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(22 >>>> 48) : error C2375: 'WSASetBlockingHook' : redefinition; different >> linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(882) : see declaration of 'WSASetBlockingHook' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(22 >>>> 65) : error C2375: 'WSACancelBlockingCall' : redefinition; different >>>> linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(884) : see declaration of 'WSACancelBlockingCall' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(22 >>>> 87) : error C2375: 'WSAAsyncGetServByName' : redefinition; different >>>> linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(886) : see declaration of 'WSAAsyncGetServByName' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(23 >>>> 14) : error C2375: 'WSAAsyncGetServByPort' : redefinition; different >>>> linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(894) : see declaration of 'WSAAsyncGetServByPort' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(23 >>>> 40) : error C2375: 'WSAAsyncGetProtoByName' : redefinition; different >>>> linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(902) : see declaration of 'WSAAsyncGetProtoByName' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(23 >>>> 65) : error C2375: 'WSAAsyncGetProtoByNumber' : redefinition; different >>>> linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(909) : see declaration of 'WSAAsyncGetProtoByNumber' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(23 >>>> 90) : error C2375: 'WSAAsyncGetHostByName' : redefinition; different >>>> linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(916) : see declaration of 'WSAAsyncGetHostByName' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(24 >>>> 17) : error C2375: 'WSAAsyncGetHostByAddr' : redefinition; different >>>> linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(923) : see declaration of 'WSAAsyncGetHostByAddr' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(24 >>>> 40) : error C2375: 'WSACancelAsyncRequest' : redefinition; different >>>> linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(932) : see declaration of 'WSACancelAsyncRequest' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winsock2.h(24 >>>> 61) : error C2375: 'WSAAsyncSelect' : redefinition; different linkage >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(934) : see declaration of 'WSAAsyncSelect' >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\ws2ipdef.h(66 >>>> 5) : error C2011: 'ip_mreq' : 'struct' type redefinition >>>> [compile-cc] C:\Program Files\Microsoft >>>> SDKs\Windows\v6.0A\include\winso >>>> ck.h(363) : see declaration of 'ip_mreq' >>>> [compile-cc] port_thread_tls_find.c >>>> [compile-cc] >>>> c:\Users\ChanduS\workspace\Harmony\working_vm\vm\port\src\thread\wi >>>> n\port_thread_tls_find.c : error C2471: cannot update program database >>>> 'c:\users >>>> >>>> >> \chandus\workspace\harmony\working_vm\build\windows_x86_msvc_release\semis\portl >>>> ib\obj\vc90.pdb' >>>> [compile-cc] >>>> c:\Users\ChanduS\workspace\Harmony\working_vm\vm\port\src\thread\wi >>>> n\port_thread_tls_find.c(50) : fatal error C1903: unable to recover from >>>> previou >>>> s error(s); stopping compilation >>>> [compile-cc] >>>> c:\Users\ChanduS\workspace\Harmony\working_vm\vm\port\src\thread\wi >>>> n\port_thread_tls_find.c(50) : error C2418: cannot delete browser file: >>>> c:\Users >>>> >>>> >> \ChanduS\workspace\Harmony\working_vm\build\windows_x86_msvc_release\semis\portl >>>> ib\obj\port_thread_tls_find.sbr >>>> [compile-cc] thread_os.c >>>> [compile-cc] >>>> c:\Users\ChanduS\workspace\Harmony\working_vm\vm\port\src\thread\wi >>>> n\thread_os.c : error C2471: cannot update program database >>>> 'c:\users\chandus\wo >>>> >>>> >> rkspace\harmony\working_vm\build\windows_x86_msvc_release\semis\portlib\obj\vc90 >>>> .pdb' >>>> [compile-cc] >>>> c:\Users\ChanduS\workspace\Harmony\working_vm\vm\port\src\thread\wi >>>> n\thread_os.c(730) : fatal error C1903: unable to recover from previous >>>> error(s) >>>> ; stopping compilation >>>> [compile-cc] >>>> c:\Users\ChanduS\workspace\Harmony\working_vm\vm\port\src\thread\wi >>>> n\thread_os.c(730) : error C2418: cannot delete browser file: >>>> c:\Users\ChanduS\w >>>> >>>> >> orkspace\Harmony\working_vm\build\windows_x86_msvc_release\semis\portlib\obj\thr >>>> ead_os.sbr >>>> [compile-cc] Generating Code... >>>> >>>> BUILD FAILED >>>> c:\Users\ChanduS\workspace\Harmony\build.xml:448: The following error >>>> occurred w >>>> hile executing this line: >>>> c:\Users\ChanduS\workspace\Harmony\working_vm\build.xml:122: The >> following >>>> error >>>> occurred while executing this line: >>>> c:\Users\ChanduS\workspace\Harmony\working_vm\make\vm\port.xml:83: cl >>>> failed wit >>>> h return code 2 >>>> >>>> Looks like some header files are included twice? >>>> >>>> Thanks, >>>> Manju >>>> >>>> >>>> On Mon, Apr 27, 2009 at 6:25 PM, Manju Vijayakumar < >> [email protected]>wrote: >>>>> Ok I feel foolish now :) I kept doing a " ant fetch all" after >> modifying >>>>> the APR issue related files, so the changes were getting overwritten. >> It is >>>>> working now (no more APR issues, I guess). I am onto vm related changes >> now. >>>>> Thanks, >>>>> Manju >>>>> >>>>> >>>>> On Mon, Apr 27, 2009 at 4:24 PM, Manju Vijayakumar < >> [email protected]>wrote: >>>>>> Hey Tim, thanks! I was following this thread for resolving the errors >> in >>>>>> multicast.c >>>>>> https://issues.apache.org/bugzilla/show_bug.cgi?id=40398 >>>>>> >>>>>> I made some changes and I still have the APR issues. I have to resolve >>>>>> them first before I make changes to vm that Pavel suggested in the >> patch. >>>>>> Manju >>>>>> >>>>>> >>>>>> On Mon, Apr 27, 2009 at 3:15 PM, Tim Ellison <[email protected] >>> wrote: >>>>>>> Are you making any progress Manju? Just shout if you get stuck or >> need >>>>>>> any help. >>>>>>> >>>>>>> Regards, >>>>>>> Tim >>>>>>> >>>>>>> Pavel Pervov wrote: >>>>>>>> I'd suggest trying to overcome issues and stay on VS9. >>>>>>>> >>>>>>>> Pavel. >>>>>>>> >>>>>>>> 2009/4/23, Manju Vijayakumar <[email protected]>: >>>>>>>>> Thanks guys. So do you suggest I revert to VS 2003 for the time >>>>>>> being? >>>>>>>>> Manju >>>>>>>>> >>>>>>>>> On Thu, Apr 23, 2009 at 3:44 AM, Tim Ellison < >> [email protected]> >>>>>>> wrote: >>>>>>>>>> Pavel Pervov wrote: >>>>>>>>>>> Well, yes, harmony cannot be built with VS9 OOB. But it may be >> the >>>>>>>>>>> right time to enable it. >>>>>>>>>> Yes! >>>>>>>>>> >>>>>>>>>>> I did it myself a while back but had no chance to commit changes. >>>>>>>>>>> AFAIR you have to update APR, and minor changes in jit are >>>>>>> required. >>>>>>>>>>> You can open a jira and I'll attach what I have at hand there. >>>>>>>>>> Cool. I opened it as HARMONY-6171. >>>>>>>>>> >>>>>>>>>> Regards, >>>>>>>>>> Tim >>>>>>>>>> >>>>>>>>> -- >>>>>>>>> Thanks, >>>>>>>>> Manju Vijayakumar >>>>>>>>> Masters Student, Computer Science >>>>>>>>> Texas A&M University >>>>>>>>> College Station, TX >>>>>>>>> >>>>>> >>>>>> -- >>>>>> Thanks, >>>>>> Manju Vijayakumar >>>>>> Masters Student, Computer Science >>>>>> Texas A&M University >>>>>> College Station, TX >>>>>> >>>>>> >>>>> -- >>>>> Thanks, >>>>> Manju Vijayakumar >>>>> Masters Student, Computer Science >>>>> Texas A&M University >>>>> College Station, TX >>>>> >>>>> >>>> -- >>>> Thanks, >>>> Manju Vijayakumar >>>> Masters Student, Computer Science >>>> Texas A&M University >>>> College Station, TX >>>> >>>> >>> > > >
