[Freeciv-Dev] [bug #16867] Fails to build: struct packet_server_setting_bitwise not defined

2010-10-15 Thread pepeto

Follow-up Comment #3, bug #16867 (project freeciv):

I agree with Marko about the analysis of the bug. Maybe try to remove
common/packets_gen.[ch] to force to regenerate them.

 As the xaw client makes a lot of problems nowadays, I do ask if
 it is still supported?()

This client hasn't been maintained for many years. Currently, I just keep it
compiling because someone proposed to maintain it. However, it seems nothing
has been done.

I am thinking about a new solution for supporting many client GUIs, using a
very large common graphical base. I will probably expose my idea in the next
weeks...


___

Reply to this item at:

  http://gna.org/bugs/?16867

___
  Message posté via/par Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16867] Fails to build: struct packet_server_setting_bitwise not defined

2010-10-15 Thread Goswin von Brederlow

Follow-up Comment #4, bug #16867 (project freeciv):

Marko seems indeed to be right. The generated files weren't removed in clean
so an older version ended up in the debian patch and that causes timestamp
problems. I've made sure they are removed now on debian/rules clean and then
it builds fine.

Please close the bug.


___

Reply to this item at:

  http://gna.org/bugs/?16867

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16867] Fails to build: struct packet_server_setting_bitwise not defined

2010-10-15 Thread pepeto

Update of bug #16867 (project freeciv):

  Status:None = Invalid
 Open/Closed:Open = Closed 


___

Reply to this item at:

  http://gna.org/bugs/?16867

___
  Message posté via/par Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16867] Fails to build: struct packet_server_setting_bitwise not defined

2010-10-14 Thread Goswin von Brederlow

URL:
  http://gna.org/bugs/?16867

 Summary: Fails to build: struct
packet_server_setting_bitwise not defined
 Project: Freeciv
Submitted by: mrvn
Submitted on: Thursday 10/14/2010 at 12:00
Category: client
Severity: 5 - Blocker
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 2.2.99+svn18226
 Discussion Lock: Any
Operating System: GNU/Linux
 Planned Release: 

___

Details:

Compiling revision 18226 fails with:

make[3]: Entering directory
`/home/mrvn/src/freeciv/trunk/build-xaw3d/client'
  CC options.lo
../../client/options.c:3451: warning: 'struct packet_server_setting_bitwise'
declared inside parameter list
../../client/options.c:3451: warning: its scope is only this definition or
declaration, which is probably not what you want
../../client/options.c:3451: warning: no previous prototype for
'handle_server_setting_bitwise'
../../client/options.c: In function 'handle_server_setting_bitwise':
../../client/options.c:3453: error: dereferencing pointer to incomplete type
...

The struct packet_server_setting_bitwise is not declared in any header and
was introduced in revision 18214. Seems like some of the patch was lost.





___

Reply to this item at:

  http://gna.org/bugs/?16867

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16867] Fails to build: struct packet_server_setting_bitwise not defined

2010-10-14 Thread Matthias Pfafferodt

Follow-up Comment #1, bug #16867 (project freeciv):

it's defined in packets_gen.h. the file is autogenerated using packets.def as
input. Perhaps a header is missing somewhere in the xaw code?

As the xaw client makes a lot of problems nowadays, I do ask if it is still
supported?()

___

Reply to this item at:

  http://gna.org/bugs/?16867

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16867] Fails to build: struct packet_server_setting_bitwise not defined

2010-10-14 Thread Marko Lindqvist

Follow-up Comment #2, bug #16867 (project freeciv):

 As the xaw client makes a lot of problems nowadays

Even though it seems that original reported is trying to build xaw3d client,
options.c is in client common code.
I guess packets_gen.h was not regenerated for some reason. Out-of-sync
timestamps or something...

___

Reply to this item at:

  http://gna.org/bugs/?16867

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev