make -C libqtvc CC="ppc-morphos-gcc" CFLAGS=" -Wall -O2" AR="ppc-morphos-ar" RANLIB="ppc-morphos-ranlib" ppc-morphos-gcc -Wall -O2 netchan.c -c -o netchan.o make[1]: Entering directory `/home/moodles/fteqw/fteqtv/libqtvc' ppc-morphos-gcc -Wall -O2 -c -o msvc_sucks.o msvc_sucks.c ppc-morphos-gcc -Wall -O2 parse.c -c -o parse.o ppc-morphos-gcc -Wall -O2 -c -o glibc_sucks.o glibc_sucks.c ppc-morphos-gcc -Wall -O2 msg.c -c -o msg.o rm -f libqtvc.a ppc-morphos-ar r libqtvc.a msvc_sucks.o glibc_sucks.o netchan.c: In function `Netchan_IsLocal': netchan.c:65: error: `AF_INET6' undeclared (first use in this function) netchan.c:65: error: (Each undeclared identifier is reported only once netchan.c:65: error: for each function it appears in.) netchan.c:66: warning: type-punning to incomplete type might break strict-aliasing rules netchan.c:66: error: dereferencing pointer to incomplete type netchan.c:53: warning: unused variable `sadr' parse.c: In function `ParseServerData': parse.c:121: warning: implicit declaration of function `QTV_CleanupMap' parse.c:181: warning: implicit declaration of function `QW_ClearViewerState' make: *** [netchan.o] Error 1 make: *** Waiting for unfinished jobs.... ppc-morphos-ranlib libqtvc.a parse.c:1481:3: warning: #warning QTV is meant to disconnect when servers tells it to. parse.c: In function `ParseMessage': parse.c:1712: warning: implicit declaration of function `QTV_mkdir' make[1]: Leaving directory `/home/moodles/fteqw/fteqtv/libqtvc'