19 cvs wont compile

Here you can... report bugs. Open a new thread for each bug, please.
Post Reply
vector
Posts: 449
Joined: Sat Dec 18, 2004 11:26 pm
Location: Australia, Victoria

19 cvs wont compile

Post by vector »

erm Im really confused here.
I just grabbed the latest cvs 19
usign dialog it all updated and compiled. as normal
however ./src/bygfoot gave me

Code: Select all

./src/bygfoot: No such file or directory
and sure enough the normal bygfoot 5 mb file was not to be found.
so I ran ./autogen.sh again all seemed ok
I ran make and got this error

Code: Select all

free.c: In function `free_transfer_list':
free.c:27: error: `Transfer' undeclared (first use in this function)
free.c:27: error: (Each undeclared identifier is reported only once
free.c:27: error: for each function it appears in.)
free.c:27: error: parse error before ')' token
free.c:24: warning: unused variable `j'
very strange... i have had to reboot this machine after and update some time back im wondering if something has changed my end or if your cvs is incorrect????
"There are two ways to score. Dribble it over the line or smash it into the back of the net."
What type are you?
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Re: 19 cvs wont compile

Post by gyboth »

vector wrote:

Code: Select all

free.c: In function `free_transfer_list':
free.c:27: error: `Transfer' undeclared (first use in this function)
free.c:27: error: (Each undeclared identifier is reported only once
free.c:27: error: for each function it appears in.)
free.c:27: error: parse error before ')' token
free.c:24: warning: unused variable `j'
sorry, this is my fault. should be working now.

gyözö
Press any key to continue or any other key to quit.
Post Reply