UFO:Alien Invasion

Archive => Bugs prior to release 2.3 => Topic started by: error404 on June 14, 2009, 09:18:54 pm

Title: r24718 make radiant problem
Post by: error404 on June 14, 2009, 09:18:54 pm
Hello All,
thanks for improving every day this wanderfull game!

I've just updated my version from r246xx (I don't remember the exact number, last time I've updated was two days ago) to the latest r24718 and now trying to "make radiant" results in this error: (never shown before)

Code: [Select]
* [RAD] src/shared/parse.c
In file included from src/shared/../common/../game/game.h:34,
                 from src/shared/../common/common.h:31,
                 from src/shared/parse.c:31:
src/shared/../common/../game/../common/tracing.h:60:4: error: #error Either COMPILE_MAP or COMPILE_UFO must be defined in order for tracing.c to work.
In file included from src/shared/../common/../game/game.h:34,
                 from src/shared/../common/common.h:31,
                 from src/shared/parse.c:31:
src/shared/../common/../game/../common/tracing.h:69: error: expected specifier-qualifier-list before ‘TR_PLANE_TYPE’
src/shared/../common/../game/../common/tracing.h:91: error: expected specifier-qualifier-list before ‘TR_TILE_TYPE’
src/shared/../common/../game/../common/tracing.h:99: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
src/shared/../common/../game/../common/tracing.h:100: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mapTiles’
src/shared/../common/../game/../common/tracing.h:104: warning: type defaults to ‘int’ in declaration of ‘TR_PLANE_TYPE’
src/shared/../common/../game/../common/tracing.h:104: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
src/shared/../common/../game/../common/tracing.h:109: error: expected ‘)’ before ‘*’ token
make: *** [debug-linux-gnu-i386/tools/radiant_c/shared/parse.o] Error 1

Is there something I do wrong?

P.S.
I'm compiling from Ubuntu 8.10
Title: Re: r24718 make radiant problem
Post by: Mattn on June 14, 2009, 10:27:32 pm
fixed in current trunk
Title: Re: r24718 make radiant problem
Post by: error404 on June 14, 2009, 11:01:25 pm
brilliant! thank you

P.S.
Just re-compiled, everything works now on r24721