alright who updated the trunk and caused make to fail?

For code related discussions and questions
ouch
Trained
Trained
Posts: 122
Joined: 13 Nov 2007, 02:01

alright who updated the trunk and caused make to fail?

Post by ouch »

yeah, just did an svn update and I cleaned, configured and maked. but I get this error:

*** No rule to make target `../../../lib/netplay/nettypes.c', needed by `nettypes.o'. Stop.

running ubuntu 10.04 lucid lynx compiling with the stock compiler.
User avatar
Berg
Regular
Regular
Posts: 2204
Joined: 02 Sep 2007, 23:25
Location: Australia

Re: alright who updated the trunk and caused make to fail?

Post by Berg »

make distclean then do a ./autogen.sh
./configure && make
ouch
Trained
Trained
Posts: 122
Joined: 13 Nov 2007, 02:01

Re: alright who updated the trunk and caused make to fail?

Post by ouch »

oh, I didn't see they updated autogen... my bad folks.

but now I get this:

../../src/order.c: In function ‘orderUpdateDroid’:
../../src/order.c:1323: error: implicit declaration of function ‘orderDroidStatsLoc’

edit: oops again... that's actually my code... lol although in my defense they did remove a whole function...