I have compiled ufo2map.dev without any problem,
but when I put ufo2map.exe in /base/maps/ and start compile.pl, MesageBox 'Error' with text SetQdirFromPath: no 'ufo' in E:\trunk\base\maps\./africa04 GetLastError()=2
apears.
Any help?
A quick workaround to make it find the correct path is to change the line
#define BASEDIRNAME "ufo"
to
#define BASEDIRNAME "trunk"
in src/tools/ufo2map/common/cmdlib.c
As you can see this is currently hardcoded. I hope we'll find some time to make this defineable somehow or auto-detected.
(where "trunk" can also be ufoai or whatever the top-directory of "base" is called)
Of course you can also rename the directory from trunk to ufo.
I've also updated the
makefile in the maps-directory (the windows version is in comments right now) but i need to know how to filter files out in a file-list under windows (the dir-command doesn't lket me do this :-/). Right now it compiles _all_ *.map files .. and may halt on some.
Werner