Hello, I tried to test this out to see what happens on my system (ubuntu 9.10). I pulled code (adonthell/adonthell-tools/wastesedge) from github and compiled fine. I was able to get most of the tests running. When I tried to get worldtest running (pointing at the wastesedge directory I checked out) I get an error (attached). I'll look into what is wrong with my setup, but I just wanted to make sure I am doing the right thing, and not making a dumb mistake.
Basically what I did was: mkdir build cd build cmake ../adonthell make sudo make install cd test ./worldtest -g ../../wastesedge Tyler On Sat, Mar 20, 2010 at 5:02 AM, Kai Sterker <kai.ster...@gmail.com> wrote: > In the meantime, maybe one of you guys can try out what happens when > running worldtest with the wastesedge data. Would be interesting to > see if only my version is affected, or if other systems have the same > problem. Of course, if there is truly a memory corruption, different > systems might be affected in different ways ... > > Kai > > P.S.: Glad you're still around, Rian :-). > > > _______________________________________________ > Adonthell-devel mailing list > Adonthell-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/adonthell-devel >
*** warning: directory '/usr/local/share/games/adonthell/games//' cannot be accessed! *** warning: directory '/usr/local/share/games/adonthell/games//' cannot be accessed! *** savegame::get: slot -3 out of range [-3, -3[ *** cxx_to_py: 'python::script *' not found. *** cxx_to_py: 'python::script *' not found. These types are known to SWIG: - base::cfg_choice * - base::cfg_option * - base::cfg_range * - base::configuration * - base::diskio * - base::flat * - base::functor_1< s_int32 const > * - base::gz_file * - base::gz_type * - base::igzstream * - base::ogzstream * - base::paths * - base::savegame * - base::savegame_data * - base::serializer< PyObject > * - base::serializer_base * - base::timer * - char * - char ** - data_type * - file_format * - int16_t * - int8_t * - int_fast16_t * - intmax_t * - lt_dlhandle * - std::string * - time_t * - uint16_t * - uint8_t * - uint_fast16_t * - uintmax_t * - void * - void ** These types are known to SWIG: - base::cfg_choice * - base::cfg_option * - base::cfg_range * - base::configuration * - base::diskio * - base::flat * - base::functor_1< s_int32 const > * - base::gz_file * - base::gz_type * - base::igzstream * - base::ogzstream * - base::paths * - base::savegame * - base::savegame_data * - base::serializer< PyObject > * - base::serializer_base * - base::timer * - char * - char ** - data_type * - file_format * - int16_t * - int8_t * - int_fast16_t * - intmax_t * - lt_dlhandle * - std::string * - time_t * - uint16_t * - uint8_t * - uint_fast16_t * - uintmax_t * - void * - void ** AttributeError: this *** cxx_to_py: 'python::script *' not found. *** cxx_to_py: 'python::script *' not found. These types are known to SWIG: - base::cfg_choice * - base::cfg_option * - base::cfg_range * - base::configuration * - base::diskio * - base::flat * - base::functor_1< s_int32 const > * - base::gz_file * - base::gz_type * - base::igzstream * - base::ogzstream * - base::paths * - base::savegame * - base::savegame_data * - base::serializer< PyObject > * - base::serializer_base * - base::timer * - char * - char ** - data_type * - file_format * - int16_t * - int8_t * - int_fast16_t * - intmax_t * - lt_dlhandle * - std::string * - time_t * - uint16_t * - uint8_t * - uint_fast16_t * - uintmax_t * - void * - void ** These types are known to SWIG: - base::cfg_choice * - base::cfg_option * - base::cfg_range * - base::configuration * - base::diskio * - base::flat * - base::functor_1< s_int32 const > * - base::gz_file * - base::gz_type * - base::igzstream * - base::ogzstream * - base::paths * - base::savegame * - base::savegame_data * - base::serializer< PyObject > * - base::serializer_base * - base::timer * - char * - char ** - data_type * - file_format * - int16_t * - int8_t * - int_fast16_t * - intmax_t * - lt_dlhandle * - std::string * - time_t * - uint16_t * - uint8_t * - uint_fast16_t * - uintmax_t * - void * - void ** AttributeError: this *** character::get_character: no character with id '' found!
_______________________________________________ Adonthell-devel mailing list Adonthell-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/adonthell-devel