Hi Kurt,

Kurt Roeckx wrote:

> Your package is failing to build with the following error:
> gwp-game-state.c: In function 'gwp_game_state_postinit':
> gwp-game-state.c:752: error: invalid storage class for function 'planet_conn'
> gwp-game-state.c:752: warning: no previous prototype for 'planet_conn'
> gwp-game-state.c:760: error: invalid storage class for function 'ship_conn'
> gwp-game-state.c:760: warning: no previous prototype for 'ship_conn'
> make[3]: *** [gwp-game-state.o] Error 1
> 
> 
> It seems to be using nested functions.  Moving those 2 functions
> outside of gwp_game_state_postinit() makes that file build without
> problems, but next the same problem happens with starchart.c.
Yes, the problem is the C compiler change, from gcc 4.x those inline
functions don't work anymore, I've replaced them on the CVS version (I'm
the maintainer of my own package). I'll see what's more convenient, if
making a patch agains 0.4.0 and upload the same version or release 0.4.1
that's coming in a few days.

> PS: Is there a reason this package is contrib?  The copyright
> file doesn't seem to give a clue why it shouldn't be in main.
GWP is a game client, this game is called VGA Planets. The problem is
that the VGA Planets' hosts programs out there are not free software,
not as in freedom (they're free of charge though)

> Also, why is it i386 only?  I currently don't see any reason why
> this should work on other arches.
I'll correct this, thanks for you reports!

Regards,
-- 
Lucas Di Pentima - Santa Fe, Argentina - Jabber ID: [EMAIL PROTECTED]
LUNIX: Soluciones en GNU/Linux - http://www.lunix.com.ar
GnuPG Public Key:
http://random.sks.keyserver.penguin.de:11371/pks/lookup?op=get&search=0x6AA54FC9
Key fingerprint = BD3B 08C4 661A 8C3B 1855  740C 8F98 3FCF 6AA5 4FC9

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to