[Freeciv-Dev] [patch #1291] Use genlist for global worklists

2009-10-31 Thread pepeto

Update of patch #1291 (project freeciv):

  Status:  Ready For Test = Done   
 Open/Closed:Open = Closed 


___

Reply to this item at:

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

___
  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] [patch #1291] Use genlist for global worklists

2009-10-30 Thread pepeto

Update of patch #1291 (project freeciv):

 Assigned to:   cazfi = pepeto 


___

Reply to this item at:

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

___
  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] [patch #1291] Use genlist for global worklists

2009-10-30 Thread pepeto

Update of patch #1291 (project freeciv):

  Status:None = Ready For Test 


___

Reply to this item at:

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

___
  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] [patch #1291] Use genlist for global worklists

2009-10-27 Thread pepeto

Follow-up Comment #4, patch #1291 (project freeciv):

Updating patch against current svn.


(file #7128)
___

Additional Item Attachment:

File name: trunk_S2_2_global_worklist_genlist3.diff.bz2 Size:16 KB


___

Reply to this item at:

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

___
  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] [patch #1291] Use genlist for global worklists

2009-09-18 Thread pepeto

Follow-up Comment #3, patch #1291 (project freeciv):

 Win32 client does not compile. I looked it a bit and it seems
 that quite a lot of work would be required just in order to make
 it compile, and even more for it to actually work.

Now it should, thanks to your help.

 As I want to keep win32 client around in 2.2 cycle, I propose
 that we apply this patch to TRUNK only and drop win32 client
 support there (of course, anybody is free to start maintaining
 it).

I totally agree anyway in dropping the win32 or the ftwl client from trunk/.

 Bad news is that then bugs fixed by this patch series would not
 be fixed yet in 2.2. Or can we have fixes to those without this
 particular patch?

Now it should.

 (At some point I imagined those to be fixable even in S2_1 as
 earlier patch of the series had also S2_1 version)

S2_1 is quite problematic.  The global worklists are still stored in the
player structure.  It would require a lot of efforts for not a big
improvement.


(file #6758)
___

Additional Item Attachment:

File name: trunk_S2_2_global_worklist_genlist2.diff.gz Size:19 KB


___

Reply to this item at:

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

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


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


Re: [Freeciv-Dev] [patch #1291] Use genlist for global worklists

2009-09-17 Thread Pepeto
Le mardi 15 septembre 2009 à 21:22 +0300, Marko Lindqvist a écrit :
 2009/9/15 pepeto:
 
  if someone tell
  me how to compile that win32 client on my computer.
 
  - Install mingw32
  - Get winstack-0.6.2.zip (stack of prebuilt libraries) from
 http://www.cazfi.net/freeciv/builds/win.html and unzip it somewhere
  - See build instructions in the end of the same page
 
 
  - ML

My complilation stops there:

/bin/bash ../../../../libtool --preserve-dup-deps --tag=CXX
--mode=link i586-mingw32msvc-g++  -Wall -Wpointer-arith -Wcast-align -g
-O2   -o tolua.exe toluaxx.bind.o main.o help.o
parsecmd.o ../../../../dependencies/lua-5.1/src/liblua.a ../lib/libtolua.a -lm 
-lz  ~/winstack-0.6.2//lib/libiconv.dll.a -L~/winstack-0.6.2//lib -lwsock32
libtool: link: i586-mingw32msvc-g++ -Wall -Wpointer-arith -Wcast-align
-g -O2 -o tolua.exe toluaxx.bind.o main.o help.o
parsecmd.o  ../../../../dependencies/lua-5.1/src/liblua.a ../lib/libtolua.a -lz 
~/winstack-0.6.2//lib/libiconv.dll.a -L~/winstack-0.6.2//lib -lwsock32
parsecmd.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status



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


[Freeciv-Dev] [patch #1291] Use genlist for global worklists

2009-09-15 Thread pepeto

Follow-up Comment #2, patch #1291 (project freeciv):

I have already warn about it in bug #13841.  I could fix it if someone tell
me how to compile that win32 client on my computer.


___

Reply to this item at:

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

___
  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] [patch #1291] Use genlist for global worklists

2009-09-14 Thread Marko Lindqvist

Follow-up Comment #1, patch #1291 (project freeciv):

Win32 client does not compile. I looked it a bit and it seems that quite a
lot of work would be required just in order to make it compile, and even more
for it to actually work.

As I want to keep win32 client around in 2.2 cycle, I propose that we apply
this patch to TRUNK only and drop win32 client support there (of course,
anybody is free to start maintaining it). Bad news is that then bugs fixed by
this patch series would not be fixed yet in 2.2. Or can we have fixes to those
without this particular patch? (At some point I imagined those to be fixable
even in S2_1 as earlier patch of the series had also S2_1 version)

___

Reply to this item at:

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

___
  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 #1291] Use genlist for global worklists

2009-09-10 Thread pepeto

URL:
  http://gna.org/patch/?1291

 Summary: Use genlist for global worklists
 Project: Freeciv
Submitted by: pepeto
Submitted on: jeudi 10.09.2009 à 14:44
Category: client
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: None

___

Details:

Following the bug #13841 thread.  It doesn't fix any bug, but it prepares to
the next step...




___

File Attachments:


---
Date: jeudi 10.09.2009 à 14:44  Name: trunk_global_worklist_genlist.diff.gz 
Size: 17 ko   By: pepeto

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

___

Reply to this item at:

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

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


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