project-navigation
Personal tools

Author Topic: configure script stuff  (Read 4465 times)

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
configure script stuff
« on: October 14, 2006, 12:00:11 am »
Hi

mingw build problems:
I tried to build UFO with
Code: [Select]
./configure --host=i586-mingw32msvc
--with-sdl-config=i586-mingw32msvc-sdl-config

but I've noticed some issues with it:
  • the exe files searches for wrong dll files
    • libintl-3.dll instead of intl.dll
    • libvorbisfile-3.dll? wasn't that hardlinked?
    • maybe more dll's but I haven't tested more atm

  • there are no icons for the exe files? How to assign an icon from

within Linux to a Windows binary?
[/list]
best regards
martin

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
configure script stuff
« Reply #1 on: October 14, 2006, 11:19:13 am »
there are a few more small issues with the new configure script:
  • no svn revision is known to the game (see common.c Qcommon_Init)
  • plattforms: netbsd, sunos, irix

  • rc compiling for mingw (as stated above, (icons))
    • windres is the tool we need - add a configure check to get the right name - for my system it is i586-mingw32msvc-windres


edit
The windres stuff is working now - and we have icons now