project-navigation
Personal tools

Author Topic: svn version make fails  (Read 3339 times)

Wunar

  • Guest
svn version make fails
« on: March 03, 2008, 04:56:21 am »
Fedora 8, i386:

...
 * [UFO] ... linking  (-ldl  -lm   -lz -lcurl   -ljpeg -lpng -lSDL_ttf -lSDL_mixer  -lSDL -lpthread)
debug-linux-gnu-i386/client/renderer/r_model.o: In function `R_ModForName':
/home/e/builds/ufoai/src/renderer/r_model.c:136: undefined reference to `R_ModLoadAliasDPMModel'
collect2: ld returned 1 exit status
« Last Edit: March 03, 2008, 04:59:51 am by Wunar »

Panthera Leo

  • Guest
Re: svn version make fails
« Reply #1 on: March 03, 2008, 07:18:12 am »
A bug report with a workaround I haven't had time to compile and test have already been posted. Check the offical bug report list at source forge.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: svn version make fails
« Reply #2 on: March 03, 2008, 07:57:41 am »
run make clean please - then retry

Panthera Leo

  • Guest
Re: svn version make fails
« Reply #3 on: March 03, 2008, 09:50:46 am »
Cool, thanks for the update, make ran without a critical error. It threw these, but I'm sure you already know that, and I'm just being annoying :P

src/renderer/r_model_dpm.c: In function

Wunar

  • Guest
Re: svn version make fails
« Reply #4 on: March 04, 2008, 03:42:39 pm »
Yes, now it compiles fine, nice!