I have tried to compiled with both mingw and dev-cpp. With the first one I receive a "recursive shutdown" error in console. With dev-cpp no error is displayed, it simply exit. The only thing I can't compile is the "make update-po" part, wich fails with
`cd .. && sh po/FINDUFOS` > ufoai.ufo.po ;\
fi
/bin/sh: ../po/ufopo.pl: No such file or directory
make[2]: *** [ufoai.pot-update] Error 127
make[2]: Leaving directory `/home/myuser/ufo-src/src/po'
make[1]: *** [update-po] Error 2
make[1]: Leaving directory `/home/myuser/ufo-src//src/po'
make: *** [update-po] Error 2
I get no other compilation error anywhere, and the ufoconsole.log ends with:
...SDL_ttf inited
------------------------------------
------- sound initialization -------
Loading snd_sdl sound driver
Soundsystem: SDL.
SDL version: 1.2.8
SDL audio driver is "dsound".
Bits: 16
Frequency: 48000
Samples: 4096
Channels: 2
sound sampling rate: 48000
CD Audio Initialized
execing autoexec.cfg
"version" is "UFO: Alien Invasion 2.1-dev2 Unknown Dec 8 2006 Win32 DEBUG"
...could not set to language: en
...could not set to system language
...svn revision: unknown
Shared Client/Server Info loaded
SDL audio device shut down.
With mingw the ufoconsole log is similar. What am I missing?