View Issue Details

IDProjectCategoryView StatusLast Update
0001839unrealinstallingpublic2004-05-29 14:28
ReporterRocko Assigned Tocodemastr 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
PlatformUnixOSFreeBSDOS Version5.2.1-RELEASE
Product Version3.2 
Summary0001839: Compile error with FreeBSD and support.c
Descriptiongcc -I../include -I/usr/home/rocko/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -I/usr/local/include -export-dynamic -L/usr/l
ocal/lib -c send.c
gcc -I../include -I/usr/home/rocko/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -I/usr/local/include -export-dynamic -L/usr/l
ocal/lib -c support.c
support.c: In function `encode_ip':
support.c:1863: error: `AF_MAX' undeclared (first use in this function)
support.c:1863: error: (Each undeclared identifier is reported only once
support.c:1863: error: for each function it appears in.)
support.c: In function `decode_ip':
support.c:1891: error: `AF_MAX' undeclared (first use in this function)
*** Error code 1

Stop in /usr/home/rocko/Unreal3.2/src.
*** Error code 1

Stop in /usr/home/rocko/Unreal3.2.
$
TagsNo tags attached.
3rd party modules

Activities

codemastr

2004-05-29 13:10

reporter   ~0006456

Hmm, interesting... This should be fixed in .32

My first guess is you didn't ./Config -q after CVS upping, just because the code in question shouldn't be called on FreeBSD since it has inet_pton/inet_ntop

But just to test, can you run make again, and see if it works. Then after you confirm it works, go back ./Config -q and make again?

Rocko

2004-05-29 13:20

reporter   ~0006458

Yes, I did what you said, but I got the same error.
I always do a "./Config -q; make clean all" after CVS update, so.. ;)

Ok, compile error is fixed in .32 ;)

Issue History

Date Modified Username Field Change
2004-05-29 07:03 Rocko New Issue
2004-05-29 13:10 codemastr Note Added: 0006456
2004-05-29 13:20 Rocko Note Added: 0006458
2004-05-29 14:28 codemastr Status new => resolved
2004-05-29 14:28 codemastr Resolution open => fixed
2004-05-29 14:28 codemastr Assigned To => codemastr