Matt Tolton wrote:
Hi,I'm attempting to compile APR on windows xp. I am receiving the following errors: cl.exe /nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" / I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_ST ATIC" /D "WIN32" /D "_WINDOWS" /Fo".\LibR\\" /Fd".\LibR\apr-1" /FD /c .\network_ io\unix\multicast.c multicast.c .\network_io\unix\multicast.c(183) : error C2065: 'IPPROTO_IPV6' : undeclared id entifier .\network_io\unix\multicast.c(211) : error C2065: 'IPPROTO_IPV6' : undeclared id entifier .\network_io\unix\multicast.c(224) : error C2065: 'IPPROTO_IPV6' : undeclared id entifier .\network_io\unix\multicast.c(297) : error C2065: 'IPPROTO_IPV6' : undeclared id entifier NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN \cl.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN \nmake.exe"' : return code '0x2' Stop. I am compiling using nmake /f makefile.win, but I also receive the errors when compiling using the GUI in VS 2008.
What version? Would appreciate if you would try out 1.3.0 and see if that resolves your headache. Otherwise, looks possible that we have something interesting going on in VC9 (not one of the five VC flavors I have installed and handy).
