[Freeciv-Dev] [bug #14671] Error compiling trunk since commit 16285

2009-11-03 Thread Alvaro Rodriguez

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

Yes it works.

I checked later that there was a change in Makefile.am in the same commit.

I didn't have time to check it and i write this before.

Close it i will try to take more care for the next one.

Excuse me.

___

Reply to this item at:

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

___
  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 #14671] Error compiling trunk since commit 16285

2009-11-02 Thread Alvaro Rodriguez

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

 Summary: Error compiling trunk since commit 16285
 Project: Freeciv
Submitted by: arodriguez
Submitted on: Tuesday 11/03/2009 at 01:17
Category: client-gtk-2.0
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: None

___

Details:

I get this error compiling trunk:

libtool: link: ( cd .libs  rm -f libfcgui-gtk2.la  ln -s
../libfcgui-gtk2.la libfcgui-gtk2.la )
/bin/bash ../libtool --preserve-dup-deps --tag=CC   --mode=link gcc  -Wall
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations
-Werror -g -O2 -fsigned-char-o freeciv-gtk2 dummy.o  libfcgui-gtk2.la
../common/libfreeciv.la  -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0
-lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0
-lglib-2.0-lz
libtool: link: gcc -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes
-Wmissing-declarations -Werror -g -O2 -fsigned-char -o freeciv-gtk2 dummy.o 
./.libs/libfcgui-gtk2.a ../common/.libs/libfreeciv.a -L/usr/local/lib
/usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so
/usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm
/usr/lib/libpangocairo-1.0.so /usr/local/lib/libgio-2.0.so -lresolv
/usr/lib/libcairo.so /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so
-lfontconfig /usr/local/lib/libgobject-2.0.so
/usr/local/lib/libgmodule-2.0.so -ldl /usr/local/lib/libglib-2.0.so -lz
./.libs/libfcgui-gtk2.a(wldlg.o): In function `refresh_worklist':
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:1390: undefined
reference to `global_worklist_get'
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:1350: undefined
reference to `global_worklist_by_id'
./.libs/libfcgui-gtk2.a(wldlg.o): In function `commit_worklist':
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:1478: undefined
reference to `global_worklist_by_id'
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:1480: undefined
reference to `global_worklist_set'
./.libs/libfcgui-gtk2.a(wldlg.o): In function `menu_item_callback':
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:463: undefined
reference to `global_worklist_by_id'
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:468: undefined
reference to `global_worklist_get'
./.libs/libfcgui-gtk2.a(wldlg.o): In function
`update_worklist_report_dialog':
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:120: undefined
reference to `global_worklist_is_valid'
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:123: undefined
reference to `global_worklist_id'
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:123: undefined
reference to `global_worklist_name'
./.libs/libfcgui-gtk2.a(wldlg.o): In function `popup_add_menu':
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:493: undefined
reference to `global_worklist_is_valid'
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:494: undefined
reference to `global_worklist_name'
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:496: undefined
reference to `global_worklist_id'
./.libs/libfcgui-gtk2.a(wldlg.o): In function `cell_edited':
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:198: undefined
reference to `global_worklist_by_id'
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:205: undefined
reference to `global_worklist_set_name'
./.libs/libfcgui-gtk2.a(wldlg.o): In function `worklists_response':
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:153: undefined
reference to `global_worklist_new'
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:145: undefined
reference to `global_worklist_by_id'
./.libs/libfcgui-gtk2.a(wldlg.o): In function `popdown_worklist':
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:426: undefined
reference to `global_worklist_id'
./.libs/libfcgui-gtk2.a(wldlg.o): In function `worklists_response':
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:163: undefined
reference to `global_worklist_destroy'
./.libs/libfcgui-gtk2.a(wldlg.o): In function `popup_worklist':
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:392: undefined
reference to `global_worklist_id'
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:395: undefined
reference to `global_worklist_name'
./.libs/libfcgui-gtk2.a(wldlg.o): In function `reset_global_worklist':
/home/arodriguez/Projects/freeciv/client/gui-gtk-2.0/wldlg.c:1316: undefined
reference to `global_worklist_id'
./.libs/libfcgui-gtk2.a(wldlg.o): 

[Freeciv-Dev] [bug #14603] Error autosaving on trunk revision 16210 over Ubuntu 9.04

2009-10-27 Thread Alvaro Rodriguez

Follow-up Comment #9, bug #14603 (project freeciv):

The problem was related with the fact that i don't have permissions to write
in the directory where i was executing it.

I was waiting to save the game at the same place as when i launch the
client.

I think that is not a critical issue.

i think that the small issue is that I don't understand why it tries to
remove extension, because when i wanted to save the game to:
/home/user/.freeciv/saves it removes what is after the dot and saves the
game in: /home/user/.sav.tgz

___

Reply to this item at:

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

___
  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 #14603] Error autosaving on trunk revision 16210 over Ubuntu 9.04

2009-10-25 Thread Alvaro Rodriguez

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

Yes, i was running server separately.

The other problems is how the save_game look for the dot. I wasn't able to
save the gane in /home/user/.freeciv/saves.



___

Reply to this item at:

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

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


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