project-navigation
Personal tools

Author Topic: wierd error during model compilation  (Read 1603 times)

Offline Catty Nebulart

  • Rookie
  • ***
  • Posts: 17
    • View Profile
wierd error during model compilation
« on: September 15, 2010, 02:20:11 am »
i just checked out the latest git revision, but when I try to build the models I get an error. yestarday i built these models just fine from the last svn revision so i doubt it's a missing or bad library.

using ubuntu 10.4;

~/install/ufoaigit/ufoai$ make models
 * [MOD] ... linking -rdynamic (-lm   -lz  -ljpeg  -lpng12   -lSDL   -lSDL_image -lSDL   -lSDL  )
./ufomodel -mdx -overwrite -v -s 0.5 -f models/objects/samlauncher/rocket.md2
---- ufomodel 0.2 ----
---- endianness initialization -----
found little endian system
./ufomodel(Sys_Backtrace+0x1f)[0x427015]
./ufomodel(Sys_Error+0x85)[0x4266a1]
./ufomodel(_Mem_Alloc+0x3e)[0x414b26]
./ufomodel(TH_MutexCreate+0x36)[0x40dc8f]
./ufomodel(Mem_Init+0xe)[0x4154e5]
./ufomodel(main+0x57)[0x40856a]
/lib/libc.so.6(__libc_start_main+0xfd)[0x2b6d772e7c4d]
./ufomodel[0x406a99]
Error: Mem_Alloc: Error - no pool given
alloc: src/shared/threads.c:#51

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: wierd error during model compilation
« Reply #1 on: September 15, 2010, 07:42:44 am »
should be fixed in most recent version