[Freeciv-Dev] [patch #5863] Early support for maglev connections

2015-02-24 Thread Roland Haeder
URL:
  http://gna.org/patch/?5863

 Summary: Early support for maglev connections
 Project: Freeciv
Submitted by: quix0r
Submitted on: Tue 24 Feb 2015 09:06:58 AM UTC
Category: client
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 

___

Details:

Hi all,

this is a really very early hack (mostly copypaste where applyable) for
maglev support in client. Please review it. Also the xaw support is incomplete
(I don't know much).

So I hope this can be a good start add such support.



___

File Attachments:


---
Date: Tue 24 Feb 2015 09:06:58 AM UTC  Name: maglev.diff  Size: 14kB   By:
quix0r

http://gna.org/patch/download.php?file_id=23907

___

Reply to this item at:

  http://gna.org/patch/?5863

___
  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] [patch #5863] Early support for maglev connections

2015-02-24 Thread Roland Haeder
Follow-up Comment #2, patch #5863 (project freeciv):

Sorry that I don't know much about C/C++ programming. It was a quick-n-dirty
copy-paste attempt. :-) Maybe you can use it as a start for further
developments.

___

Reply to this item at:

  http://gna.org/patch/?5863

___
  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 #20413] cityrepdata.c: split_string(): 'd.string_value' may be used uninitialized in this function

2013-01-14 Thread Roland Haeder
Additional Item Attachment, bug #20413 (project freeciv):

File name: config.log Size:196 KB
File name: config.status  Size:105 KB


___

Reply to this item at:

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

___
  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 #20413] cityrepdata.c: split_string(): 'd.string_value' may be used uninitialized in this function

2013-01-14 Thread Roland Haeder
Follow-up Comment #3, bug #20413 (project freeciv):

See attached files, they should help you to debug. I used latest trunk code at
revision 22125.

___

Reply to this item at:

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

___
  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 #20413] 'd.string_value' was declared here

2013-01-08 Thread Roland Haeder
URL:
  http://gna.org/bugs/?20413

 Summary: 'd.string_value' was declared here
 Project: Freeciv
Submitted by: quix0r
Submitted on: Wed 09 Jan 2013 04:43:45 AM GMT
Category: client
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: trunk
 Discussion Lock: Any
Operating System: GNU/Linux
 Planned Release: 

___

Details:

Compiling latest trunk results in:

distcc[26446] ERROR: compile ../../../freeciv/client/cityrepdata.c on
192.168.2.3 failed
distcc[26446] (dcc_build_somewhere) Warning: remote compilation of
'../../../freeciv/client/cityrepdata.c' failed, retrying locally
distcc[26446] Warning: failed to distribute
../../../freeciv/client/cityrepdata.c to 192.168.2.3, running locally instead
In file included from ../../../freeciv/client/cityrepdata.c:843:0:
../../../freeciv/client/cityrepdata.c: In function 'split_string':
../../../freeciv/utility/specvec.h:129:29: error: 'd.string_value' may be used
uninitialized in this function [-Werror=maybe-uninitialized]
../../../freeciv/client/cityrepdata.c:956:20: note: 'd.string_value' was
declared here
cc1: all warnings being treated as errors
distcc[26446] ERROR: compile ../../../freeciv/client/cityrepdata.c on
localhost failed
make[3]: *** [cityrepdata.lo] Error 1
make[3]: *** Waiting for unfinished jobs
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

gcc (Debian 4.7.2-4) 4.7.2

Regards,
  Roland




___

Reply to this item at:

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

___
  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 #20291] Cannot finish compiling latest freeciv code

2012-11-16 Thread Roland Haeder
Follow-up Comment #2, bug #20291 (project freeciv):

gcc (Debian 4.7.2-4) 4.7.2
GNU ld (GNU Binutils for Debian) 2.22

___

Reply to this item at:

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

___
  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 #20256] Can't buy units when city is in disorder

2012-11-11 Thread Roland Haeder
Follow-up Comment #1, bug #20256 (project freeciv):

As I have heard this is a feature, not a bug. If a city is in disorder nothing
works until the order is restored.

___

Reply to this item at:

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

___
  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 #20291] Cannot finish compiling latest freeciv code

2012-11-11 Thread Roland Haeder
URL:
  http://gna.org/bugs/?20291

 Summary: Cannot finish compiling latest freeciv code
 Project: Freeciv
Submitted by: quix0r
Submitted on: Sun 11 Nov 2012 03:42:32 PM GMT
Category: general
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: trunk
 Discussion Lock: Any
Operating System: GNU/Linux
 Planned Release: 

___

Details:

The compilation files here:

predistcc[25552] ERROR: compile ../../../freeciv/client/cityrepdata.c on
192.168.2.3 failed
distcc[25552] (dcc_build_somewhere) Warning: remote compilation of
'../../../freeciv/client/cityrepdata.c' failed, retrying locally
distcc[25552] Warning: failed to distribute
../../../freeciv/client/cityrepdata.c to 192.168.2.3, running locally instead
In file included from ../../../freeciv/client/cityrepdata.c:843:0:
../../../freeciv/client/cityrepdata.c: In function 'split_string':
../../../freeciv/utility/specvec.h:129:29: error: 'd.string_value' may be used
uninitialized in this function [-Werror=maybe-uninitialized]
../../../freeciv/client/cityrepdata.c:956:20: note: 'd.string_value' was
declared here
cc1: all warnings being treated as errors
distcc[25552] ERROR: compile ../../../freeciv/client/cityrepdata.c on
localhost failed
make[3]: *** [cityrepdata.lo] Error 1
make[3]: *** Waiting for unfinished jobs
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2/pre




___

Reply to this item at:

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

___
  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 #19125] [server] mapgen fails to compile

2011-12-06 Thread Roland Haeder

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

 Summary: [server] mapgen fails to compile
 Project: Freeciv
Submitted by: quix0r
Submitted on: Tue 06 Dec 2011 11:50:43 AM GMT
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: trunk
 Discussion Lock: Any
Operating System: GNU/Linux
 Planned Release: 

___

Details:

Please see attached debug.log for details



___

File Attachments:


---
Date: Tue 06 Dec 2011 11:50:43 AM GMT  Name: debug.log  Size: 634B   By:
quix0r
debug.log
http://gna.org/bugs/download.php?file_id=14656

___

Reply to this item at:

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

___
  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 #18586] Linking of freeciv-sdl failed because of missing libtasn1.la

2011-10-26 Thread Roland Haeder

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

I have now found the files which includes libtasn1.la, it was GGZ stuff
(maybe old) which I have now fully purged (apt-get purge foobar + removal of
/usr/lib/libggz* and /usr/include/ggz*.

Bug can be marked as solved/invalid.

___

Reply to this item at:

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

___
  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 #18586] Linking of freeciv-sdl failed because of missing libtasn1.la

2011-08-28 Thread Roland Haeder

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

 Summary: Linking of freeciv-sdl failed because of missing
libtasn1.la
 Project: Freeciv
Submitted by: quix0r
Submitted on: Sun 28 Aug 2011 10:59:53 PM GMT
Category: general
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: trunk
 Discussion Lock: Any
Operating System: GNU/Linux
 Planned Release: 

___

Details:

Hi,

I have latest trunk (it didn't happen with a revision a long time back) and
the final linking of freeciv-sdl failed:

---
libtool: link: cannot find the library `/usr/lib/libtasn1.la' or unhandled
argument `/usr/lib/libtasn1.la'
---

I'm using Debian Unstable (Sid/Squeeze). Attached are all relevant files (as
I hope so).

Please see 'reconfigure.sh' how I have configured it (yes, as a
out-of-source-tree build).



___

File Attachments:


---
Date: Sun 28 Aug 2011 10:59:53 PM GMT  Name: config.log  Size: 188kB   By:
quix0r
build configuration files
http://gna.org/bugs/download.php?file_id=13987
---
Date: Sun 28 Aug 2011 10:59:53 PM GMT  Name: config.status  Size: 103kB   By:
quix0r
build configuration files
http://gna.org/bugs/download.php?file_id=13988
---
Date: Sun 28 Aug 2011 10:59:53 PM GMT  Name: reconfigure.sh  Size: 131B   By:
quix0r
build configuration files
http://gna.org/bugs/download.php?file_id=13989

___

Reply to this item at:

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

___
  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 #18586] Linking of freeciv-sdl failed because of missing libtasn1.la

2011-08-28 Thread Roland Haeder

Additional Item Attachment, bug #18586 (project freeciv):

File name: debug.log  Size:3 KB


___

Reply to this item at:

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

___
  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 #16338] DNS problems with freeciv.org

2010-08-24 Thread Roland Haeder

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

Still occurs, http://freeciv.org times out, http://www.freeciv.org works
fine. Germany, old Arcor network (is now Vodafone).

___

Reply to this item at:

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

___
  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 #16531] PATCH: Correct installation path for multiplayer ruleset files

2010-08-24 Thread Roland Haeder

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

 Summary: PATCH: Correct installation path for multiplayer
ruleset files
 Project: Freeciv
Submitted by: quix0r
Submitted on: Tuesday 08/24/10 at 17:10
Category: general
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: trunk
 Discussion Lock: Any
Operating System: GNU/Linux
 Planned Release: 

___

Details:

With current SVN revision 17857 the multiplayer-ruleset files got installed
into data/default/. This is because of a wrong path in
data/multiplayer/Makefile.am.

Attached is a small patch which works fine for me. You can notice the bug
while simply starting the server (with or without any options, except help)
or starting a new game.



___

File Attachments:


---
Date: Tuesday 08/24/10 at 17:10  Name: multiplayer.diff  Size: 496B   By:
quix0r
Fix for wrong installation path
http://gna.org/bugs/download.php?file_id=10008

___

Reply to this item at:

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

___
  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 #16531] PATCH: Correct installation path for multiplayer ruleset files

2010-08-24 Thread Roland Haeder

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

THis did happen ~100-200 revisions back and not with this revision, just to
mention it.

___

Reply to this item at:

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

___
  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 #16510] Only Online-Game work on gtk2

2010-08-24 Thread Roland Haeder

Follow-up Comment #7, bug #16510 (project freeciv):

Without the patch from #16531 I got the same error message as in comment #2
(except the IPv6 because it is disabled). And I have SDL version here. So it
is not related to GTK2 but to each other, because wrong ruleset files are
being loaded.

___

Reply to this item at:

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

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


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