I'm trying to install Unreal 3.2.5 on Solaris. The ./Config command runs fine, but when I run make this is what happens:
Building src
make[1]: Entering directory `/export/home/tcravey/chsi_irc/Unreal3.2.5/src'
gcc -I../include -I/export/home/tcravey/chsi_irc/Unreal3.2.5/extras/regexp/include -I/export/home/tcravey/chsi_irc/Unreal3.2.5/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -export-dynamic -D_SOLARIS -c timesynch.c
timesynch.c: In function `unreal_time_synch':
timesynch.c:178: error: `INADDR_NONE' undeclared (first use in this function)
timesynch.c:178: error: (Each undeclared identifier is reported only once
timesynch.c:178: error: for each function it appears in.)
make[1]: *** [timesynch.o] Error 1
make[1]: Leaving directory `/export/home/tcravey/chsi_irc/Unreal3.2.5/src'
make: *** [build] Error 2
Any suggestions?
Unreal 3.2.5 timesynch.c error Solaris install
-
chigh
Re: Unreal 3.2.5 timesynch.c error Solaris install
I get the very same error. I'm not sure what I'm missing.DrCravey wrote:I'm trying to install Unreal 3.2.5 on Solaris. The ./Config command runs fine, but when I run make this is what happens:
Building src
make[1]: Entering directory `/export/home/tcravey/chsi_irc/Unreal3.2.5/src'
gcc -I../include -I/export/home/tcravey/chsi_irc/Unreal3.2.5/extras/regexp/include -I/export/home/tcravey/chsi_irc/Unreal3.2.5/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -export-dynamic -D_SOLARIS -c timesynch.c
timesynch.c: In function `unreal_time_synch':
timesynch.c:178: error: `INADDR_NONE' undeclared (first use in this function)
timesynch.c:178: error: (Each undeclared identifier is reported only once
timesynch.c:178: error: for each function it appears in.)
make[1]: *** [timesynch.o] Error 1
make[1]: Leaving directory `/export/home/tcravey/chsi_irc/Unreal3.2.5/src'
make: *** [build] Error 2
Any suggestions?
Clair