Hi..Im having some problems compiling..When i try to compile i get the following error:
DED_CC src/qcommon/net_ip.c
LD build/release-mingw32-x86/tremded.x86.exe
build/release-mingw32-x86/ded/net_ip.o(.text+0x1309):net_ip.c: undefined reference to `in6addr_any'
build/release-mingw32-x86/ded/net_ip.o(.text+0x130f):net_ip.c: undefined reference to `in6addr_any'
build/release-mingw32-x86/ded/net_ip.o(.text+0x1318):net_ip.c: undefined reference to `in6addr_any'
build/release-mingw32-x86/ded/net_ip.o(.text+0x131e):net_ip.c: undefined reference to `in6addr_any'
make[2]: *** [build/release-mingw32-x86/tremded.x86.exe] Error 1
in6addr_any is a reference to ws2tcpip.h..Even thought i have the header file...any ideas?
You know you're going to need to give more information, like what SVN revision you're trying to compile, if you have modified it, and information about your build environment.
I didn't know Trem had IPv6 support...
It does when compiled from later revisions. 1.1 does not.
I followed http://tremulous.net/forum/index.php?topic=3408.0 to the word...Im compiling a 32 bit FSM build...It worked fine for frak...Also, i can compile if i comment out the line, but then im stuck without IPv6 support...
Edit:
Forgot to add that I am using Windows to compile...
for those who find this thread with the search: you need mingw 4.x to compile trem with ipv6 support, upgrading will fix the issue.