project-navigation
Personal tools

Author Topic: Problems with VC2005 build  (Read 2404 times)

BeBu

  • Guest
Problems with VC2005 build
« on: July 22, 2006, 11:00:45 pm »
hi,

i builded the sources, which came with rc3, in vs 2005. after starten the ufo32.exe teh game run well with one exception, the text wasnt displayed anymore. instead of a descriptive text, there just was intro_sequence_1 and so on, for the assualt rifle sth like aussault_rifle.txt (cant remember exactly).

additionally i grabbed the current svn revision and tried there, even build the .mo file, but again no descriptive texts.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Problems with VC2005 build
« Reply #1 on: July 22, 2006, 11:30:28 pm »
did you build with gettext enabled?

there should be preprocessor var named HAVE_GETTEXT

BeBu

  • Guest
Problems with VC2005 build
« Reply #2 on: July 23, 2006, 09:25:29 am »
nope it wasnt, its disabled on the sln files, but in the vc7 files it is on.

well after recompiling with have_gettext the application wont even start it just dies after eating up abou 1gb ram.

ill try to figure sth out today