View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002130 | unreal | installing | public | 2004-10-21 01:17 | 2004-10-21 11:20 |
| Reporter | crazy | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Summary | 0002130: cant install the last CVS .. a lot of errors | ||||
| Description | Building src make[1]: Entering directory `/home/Leaf2004/test/Unreal3.2-cvs/src' gcc -I../include -I/home/Leaf2004/test/Unreal3.2-cvs/extras/regexp/include -pipe -g -O2 -funsigned-char -export-dynamic -c auth.c In file included from auth.c:27: ../include/version.h:36: warning: `PATCH3' redefined ../include/version.h:33: warning: this is the location of the previous definition ../include/version.h:37: warning: `PATCH4' redefined ../include/version.h:34: warning: this is the location of the previous definition In file included from auth.c:27: ../include/version.h:32: parse error before `<' ../include/version.h:38: malformed floating constant In file included from /usr/include/sys/stat.h:98, from auth.c:32: /usr/include/bits/stat.h:75: parse error before `}' In file included from auth.c:32: /usr/include/sys/stat.h:201: warning: `struct stat' declared inside parameter list /usr/include/sys/stat.h:201: warning: its scope is only this definition or declaration, which is probably not what you want. /usr/include/sys/stat.h:205: warning: `struct stat' declared inside parameter list /usr/include/sys/stat.h:229: warning: `struct stat' declared inside parameter list /usr/include/sys/stat.h:306: warning: `struct stat' declared inside parameter list /usr/include/sys/stat.h:308: warning: `struct stat' declared inside parameter list /usr/include/sys/stat.h:310: warning: `struct stat' declared inside parameter list /usr/include/sys/stat.h:344: warning: `struct stat' declared inside parameter list /usr/include/sys/stat.h:345: conflicting types for `stat' /usr/include/sys/stat.h:201: previous declaration of `stat' /usr/include/sys/stat.h: In function `stat': /usr/include/sys/stat.h:346: warning: passing arg 3 of `__xstat' from incompatible pointer type /usr/include/sys/stat.h: At top level: /usr/include/sys/stat.h:351: warning: `struct stat' declared inside parameter list /usr/include/sys/stat.h:352: conflicting types for `lstat' /usr/include/sys/stat.h:229: previous declaration of `lstat' /usr/include/sys/stat.h: In function `lstat': /usr/include/sys/stat.h:353: warning: passing arg 3 of `__lxstat' from incompatible pointer type /usr/include/sys/stat.h: At top level: /usr/include/sys/stat.h:357: warning: `struct stat' declared inside parameter list /usr/include/sys/stat.h:358: conflicting types for `fstat' /usr/include/sys/stat.h:205: previous declaration of `fstat' /usr/include/sys/stat.h: In function `fstat': /usr/include/sys/stat.h:359: warning: passing arg 3 of `__fxstat' from incompatible pointer type make[1]: *** [auth.o] Fehler 1 make[1]: Leaving directory `/home/Leaf2004/test/Unreal3.2-cvs/src' make: *** [build] Fehler 2 | ||||
| 3rd party modules | |||||
|
|
I fix it by myself :) your version.h have errors #define UnrealProtocol 2305 #define PATCH1 "3" #define PATCH2 ".2" <<<<<<< version.h #define PATCH3 ".1" #define PATCH4 "cvs20041009" ======= #define PATCH3 ".2" #define PATCH4 "pre1" >>>>>>> 1.1.1.1.6.1.2.36.2.4 #define PATCH5 "" #define PATCH6 "" #define PATCH7 "" #define PATCH8 COMPILEINFO #define PATCH9 "" |
|
|
Yup, I'll fix it later today (note that this only affects .tar.gz builds). |