Technical support > Windows
TortoiseSVN glitches
BTAxis:
Huh. That's strange. I called make again, and now it worked. I know I didn't change anything... I guess it just felt like being a jerk.
Kaz:
As long as it is working... ;D
Cheers!
BTAxis:
And of course now it ISN'T working anymore. I swear I changed nothing. I'm going to try to find out what the hell is going on.
BTAxis:
For the record, here's the log:
--- Code: ---d:\Games\UFOAI\base\maps>make -f Makefile.win
..\..\ufo2map.exe -extra -t 2 "d:\Games\UFOAI\base\maps\dam.map"
extrasamples = true
threads: #2
---- ufo2map 1.2.4 ----
path: 'd:\Games\UFOAI\base\maps\dam.map'
---- filesystem initialization -----
Adding game dir: C:\Documents and Settings\Bas\Application Data\UFOAI/2.3-dev/base
Adding game dir: ./base
using ./base for writing
...map: 'd:\Games\UFOAI\base\maps\dam.map'
...bsp: 'd:\Games\UFOAI\base\maps\dam.bsp'
make: *** [d:\Games\UFOAI\base\maps\dam.bsp] Error 1
--- End code ---
BTAxis:
I've found something. It doesn't work, UNLESS I open a cmd console and use the cd command to switch to a new directory first.
It's a case issue. Here you can see the problem:
--- Code: ---Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
d:\Games\UFOAI\base\maps>cd
d:\Games\UFOAI\base\maps
d:\Games\UFOAI\base\maps>cd ..
D:\Games\UFOAI\base>cd maps
D:\Games\UFOAI\base\maps>cd
D:\Games\UFOAI\base\maps
D:\Games\UFOAI\base\maps>
--- End code ---
Note the capital drive letter after I call cd with args for the first time.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version