View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003125 | unreal | installing | public | 2006-11-22 16:56 | 2006-11-24 15:26 |
Reporter | Schak | Assigned To | syzop | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | sparc | OS | Solaris | OS Version | 5.10 |
Product Version | 3.2.5 | ||||
Fixed in Version | 3.2.6 | ||||
Summary | 0003125: INADDR_NONE is not defined | ||||
Description | ./Config runs without problems. 'make' aborts immediately with 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.) *** Error code 1 make: Fatal error: Command failed for target `timesynch.o' | ||||
Steps To Reproduce | simply execute "make" after ./Config | ||||
Additional Information | Bugfix: Add the following lines to src/include/common.h: #ifndef INADDR_NONE #define INADDR_NONE ((unsigned long) -1) #endif It is known, that INADDR_NONE is not defined on Solaris. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||