I'm interested in helping develop Adonthell.
I have intermediate knowledge of C/C++ programming language and none of
Python :(

I started by building the cvs code as described in the wiki.
Everything went fine until I tried to run the tests.
The ./worldtest -g ../../adonthell returns the following output:

freder...@box:~/vanilla_adonthell/adonthell-build/test$ ./worldtest -g
../../adonthell
*** warning: directory '/usr/local/share/games/adonthell/games//' cannot be
accessed!
*** warning: directory '/usr/local/share/games/adonthell/games//' cannot be
accessed!
*** paths::find_in_path: file
'data/models/map/ground/outside/short-grass-tile.xml' does not exist in
search path:
  - ../../adonthell/
  - /usr/local/share/games/adonthell/games//
  - /home/frederico/vanilla_adonthell/adonthell-build/test
*** disk_writer_xml::get_state: cannot open
'data/models/map/ground/outside/short-grass-tile.xml' for reading!
*** paths::find_in_path: file
'data/models/map/ground/outside/long-grass-tile.xml' does not exist in
search path:
  - ../../adonthell/
  - /usr/local/share/games/adonthell/games//
  - /home/frederico/vanilla_adonthell/adonthell-build/test
*** disk_writer_xml::get_state: cannot open
'data/models/map/ground/outside/long-grass-tile.xml' for reading!
*** paths::find_in_path: file 'data/models/map/ground/outside/wood-1.xml'
does not exist in search path:
  - ../../adonthell/
  - /usr/local/share/games/adonthell/games//
  - /home/frederico/vanilla_adonthell/adonthell-build/test
*** disk_writer_xml::get_state: cannot open
'data/models/map/ground/outside/wood-1.xml' for reading!
*** paths::find_in_path: file
'data/models/map/ground/outside/wood-pole-l.xml' does not exist in search
path:
  - ../../adonthell/
  - /usr/local/share/games/adonthell/games//
  - /home/frederico/vanilla_adonthell/adonthell-build/test
*** disk_writer_xml::get_state: cannot open
'data/models/map/ground/outside/wood-pole-l.xml' for reading!
*** paths::find_in_path: file
'data/models/map/ground/outside/wood-pole-r.xml' does not exist in search
path:
  - ../../adonthell/
  - /usr/local/share/games/adonthell/games//
  - /home/frederico/vanilla_adonthell/adonthell-build/test
*** disk_writer_xml::get_state: cannot open
'data/models/map/ground/outside/wood-pole-r.xml' for reading!
*** paths::find_in_path: file 'data/models/map/wall/outside/cliff-se.xml'
does not exist in search path:
  - ../../adonthell/
  - /usr/local/share/games/adonthell/games//
  - /home/frederico/vanilla_adonthell/adonthell-build/test
*** disk_writer_xml::get_state: cannot open
'data/models/map/wall/outside/cliff-se.xml' for reading!
*** paths::find_in_path: file
'data/models/map/wall/outside/cliff-se-top.xml' does not exist in search
path:
  - ../../adonthell/
  - /usr/local/share/games/adonthell/games//
  - /home/frederico/vanilla_adonthell/adonthell-build/test
*** disk_writer_xml::get_state: cannot open
'data/models/map/wall/outside/cliff-se-top.xml' for reading!
*** paths::find_in_path: file 'data/models/map/wall/outside/cliff-s.xml'
does not exist in search path:
  - ../../adonthell/
  - /usr/local/share/games/adonthell/games//
  - /home/frederico/vanilla_adonthell/adonthell-build/test
*** disk_writer_xml::get_state: cannot open
'data/models/map/wall/outside/cliff-s.xml' for reading!
*** paths::find_in_path: file 'data/models/char/npc/ng.xml' does not exist
in search path:
  - ../../adonthell/
  - /usr/local/share/games/adonthell/games//
  - /home/frederico/vanilla_adonthell/adonthell-build/test
*** disk_writer_xml::get_state: cannot open 'data/models/char/npc/ng.xml'
for reading!
ImportError: No module named adonthell.world


As far as I can tell the folder "data" and its content is missing, where can
I get it?

Also if I try gfxtest -g ../../adonthell I get a error message regarding a
missing crono.png, according to another mail in this list, gfxtest is
ancient code and so crono.png must have disapeared along the way, isn't it
right? Or has anyone got the lost png?

If it can be of any help I am using Ubuntu 8.04.

Thank you all for your patience :)

-- Frederico Cerveira
_______________________________________________
Adonthell-devel mailing list
Adonthell-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/adonthell-devel

Reply via email to