When I try to compile the latest version of maps under windows I get one of two problems:
Make: this method failed from the start since it tried to use the windows version of find.exe, even after adding a different find.exe (GNU-find utils based), naming it vfind it still fails claiming that:
vfind: paths must precede expression
Usage: vfind [-H] [-L] [-P] [path...] [expression]
So I tried using the perl script, but, the problem is that the qrad3 fails on the first map (Africa04 I think) because it concatenates a unix style folder name to the windows style, it appears like this:
Error opening E:\UFOAI\ufoai\base/pics/colormap.pcx: No such file or directory
Well, how about that?
P.S. I had trouble with earlier versions: the defined value SHADER wasn't defined and compilation failed. If you know what might have caused it and what am I missing, or if it was solved it would help me save time after the map compilation problem is solved.