View Issue Details

IDProjectCategoryView StatusLast Update
0002666unrealinstallingpublic2005-10-28 21:27
Reporterjeffy Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
OSlinuxOS Versionredhat 
Product Version3.2.4 
Fixed in Version3.2.4 
Summary0002666: probleme make
Descriptionlast cvs build cvs cant make
:(
Building src
make[1]: Entering directory `/home/test/Unreal32/src'
gcc -I../include -I/home/test/Unreal32/extras/regexp/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -export-dynamic -c res.c
In file included from res.c:46:
../include/res.h:7:18: ares.h: No such file or directory
../include/res.h:8:26: ares_version.h: No such file or directory
In file included from res.c:46:
../include/res.h:78: parse error before "resolver_channel"
../include/res.h:78: warning: data definition has no type or storage class
res.c:65: parse error before "resolver_channel"
res.c:65: warning: data definition has no type or storage class
res.c: In function `init_resolver':
res.c:78: storage size of `options' isn't known
res.c:87: `ARES_FLAG_NOALIASES' undeclared (first use in this function)
res.c:87: (Each undeclared identifier is reported only once
res.c:87: for each function it appears in.)
res.c:88: `ARES_OPT_TIMEOUT' undeclared (first use in this function)
res.c:88: `ARES_OPT_TRIES' undeclared (first use in this function)
res.c:88: `ARES_OPT_FLAGS' undeclared (first use in this function)
make[1]: *** [res.o] Error 1
make[1]: Leaving directory `/home/test/Unreal32/src'
make: *** [build] Error 2
Additional Informationif anyone can help me with this probleme new cvs thanx
TagsNo tags attached.
3rd party modules

Activities

syzop

2005-10-28 19:09

administrator   ~0010612

Be sure to do 'cvs update -d -P' (not simply 'cvs update').
(And then run './Config -quick && make' again)

jeffy

2005-10-28 19:15

reporter   ~0010613

cvs -z3 -d :pserver:[email protected]:/home/cmunk/ircsystems/cvsroot co -r unreal3_2_fixes -d Unreal32 unreal

where i put -P?

syzop

2005-10-28 21:19

administrator   ~0010614

oh, I thought you *updated* to cvs (not a frech checkout).

Anyway, you are either:
1) missing some files
OR (just as likely)
2) you forgot to run ./Config before doing make

jeffy

2005-10-28 21:23

reporter   ~0010615

work fine with a re ./Config quick

i have missed that;p thanx syzop :) u are my love;p

syzop

2005-10-28 21:27

administrator   ~0010616

Ok.

Added a check in CVS that will warn the user if he/she did not run ./Config when coming from Unreal3.2.3 (or earlier), useful for whenever 3.2.4 gets out.

Issue History

Date Modified Username Field Change
2005-10-28 19:07 jeffy New Issue
2005-10-28 19:09 syzop Note Added: 0010612
2005-10-28 19:15 jeffy Note Added: 0010613
2005-10-28 21:19 syzop Note Added: 0010614
2005-10-28 21:23 jeffy Note Added: 0010615
2005-10-28 21:27 syzop Status new => closed
2005-10-28 21:27 syzop Note Added: 0010616
2005-10-28 21:27 syzop Resolution open => fixed
2005-10-28 21:27 syzop Fixed in Version => 3.2.4