View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001839 | unreal | installing | public | 2004-05-29 07:03 | 2004-05-29 14:28 |
Reporter | Rocko | Assigned To | |||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Unix | OS | FreeBSD | OS Version | 5.2.1-RELEASE |
Product Version | 3.2 | ||||
Summary | 0001839: Compile error with FreeBSD and support.c | ||||
Description | 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 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. $ | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
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? |
|
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 ;) |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-05-29 07:03 | Rocko | New Issue | |
2004-05-29 13:10 |
|
Note Added: 0006456 | |
2004-05-29 13:20 | Rocko | Note Added: 0006458 | |
2004-05-29 14:28 |
|
Status | new => resolved |
2004-05-29 14:28 |
|
Resolution | open => fixed |
2004-05-29 14:28 |
|
Assigned To | => codemastr |