UFO:Alien Invasion

Technical support => Linux => Topic started by: YY.Cherubim on June 15, 2010, 01:38:57 pm

Title: make maps Freeze
Post by: YY.Cherubim on June 15, 2010, 01:38:57 pm
Hello, I am building for the first time and am encountering the following:
(I am running Ubuntu v10.04 64-Bit, ufoai v2.3 and used the command "make -j 3 maps")

During the 'make maps' step when compiling the below map-
...map: 'maps/fighter_crash.map'
...bsp: 'maps/fighter_crash.bsp'
it has been on the step-
FACELIGHTS: 0...1...2...3...4...5...6...7...8...9...|
overnight and I have a sneaking suspicion that it may be frozen.

If I break out of the compile can I use some kind of verification cleanup parameter to erase the bad map and a resume to compile where I left off?
If there is, I would certainly need instructions on how to execute them.  I have a general understanding of Unix.

...Thank you in advance for any help
Title: Re: make maps Freeze
Post by: Mattn on June 15, 2010, 02:03:48 pm
Code: [Select]
rm base/maps/fighter_crash.bsp
make maps

that's all that should be needed.
Title: Re: make maps Freeze
Post by: YY.Cherubim on June 15, 2010, 02:29:46 pm
Insane! It started right from where it left off.

Thank you very much, I have played X-COM since Windows 3.1 and sure look forward to this remake.