[Freeciv-Dev] trunk doesn't compile

2008-11-19 Thread Christian Knoke

Aktualisiert zu Revision 15316.

make[3]: Entering directory `/home/chris/freeciv/svn/trunk/server'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai
-I../common/aicore -I./generator -I./scripting
-DLOCALEDIR=\/usr/local/share/locale\
-DDEFAULT_DATA_PATH=\.:data:~/.freeciv:/usr/local/share/freeciv\  -Wall
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -g
-O2 -MT edithand.o -MD -MP -MF .deps/edithand.Tpo -c -o edithand.o
edithand.c; \
then mv -f .deps/edithand.Tpo .deps/edithand.Po; else rm -f
.deps/edithand.Tpo; exit 1; fi
edithand.c:39:22: error: edithand.h: Datei oder Verzeichnis nicht gefunden
edithand.c:64: warning: no previous prototype for ‘edithand_init’
edithand.c:80: warning: no previous prototype for ‘edithand_free’
make[3]: *** [edithand.o] Fehler 1
make[3]: Leaving directory `/home/chris/freeciv/svn/trunk/server'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/chris/freeciv/svn/trunk/server'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/chris/freeciv/svn/trunk'
make: *** [all] Fehler 2

Christian

-- 
Christian Knoke* * *http://cknoke.de
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.

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


Re: [Freeciv-Dev] trunk doesn't compile

2008-11-19 Thread Madeline Book
On 11/19/08, Christian Knoke [EMAIL PROTECTED] wrote:

 Aktualisiert zu Revision 15316.

 edithand.c:39:22: error: edithand.h: Datei oder Verzeichnis nicht gefunden

Sorry, my mistake. I forgot to add the new file in r15316. It
should be there now. :|


---
俺が悪いのだ。

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


Re: [Freeciv-Dev] trunk doesn't compile

2008-11-19 Thread Christian Knoke
Du schriebst am 19. Nov um 13:48 Uhr:
 On 11/19/08, Christian Knoke [EMAIL PROTECTED] wrote:
 
  Aktualisiert zu Revision 15316.
 
  edithand.c:39:22: error: edithand.h: Datei oder Verzeichnis nicht gefunden
 
 Sorry, my mistake. I forgot to add the new file in r15316. It
 should be there now. :|

Yes, thank you.

Christian

-- 
Christian Knoke* * *http://cknoke.de
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.

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


Re: [Freeciv-Dev] trunk doesn't compile

2008-06-29 Thread Marko Lindqvist
2008/6/29 Jason Dorje Short [EMAIL PROTECTED]:
 aiparatrooper.c:37:23: error: utilities.h: No such file or directory

 Include path problem. I cannot reproduce.

 1) Makefile.am should contain $(top_srcdir)/server/generator -path.
 2) Are your Makefile.in and Makefile regenerated? This might require
that you have configured with --enable-maintainer-mode or run automake
manually again now.


 - ML

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


Re: [Freeciv-Dev] trunk doesn't compile

2008-06-29 Thread Jason Dorje Short
Marko Lindqvist wrote:
 2008/6/29 Jason Dorje Short [EMAIL PROTECTED]:
 aiparatrooper.c:37:23: error: utilities.h: No such file or directory
 
  Include path problem. I cannot reproduce.
 
  1) Makefile.am should contain $(top_srcdir)/server/generator -path.
  2) Are your Makefile.in and Makefile regenerated? This might require
 that you have configured with --enable-maintainer-mode or run automake
 manually again now.

Problem is fixed after rerunning autogen.sh.

I still think it is *quite* wrong for the generator module code to be 
used outside of that directory.  When we originally split that off, it 
was to make the code more modular, not to create a whole secondary set 
of dependencies to have to keep track of.

That said get_continent_size() is not really generator-specific.  In 
fact I'd think it should be in map.c...

-jason

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