project-navigation
Personal tools

Author Topic: make maps Freeze  (Read 2268 times)

Offline YY.Cherubim

  • Rookie
  • ***
  • Posts: 10
    • View Profile
make maps Freeze
« 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

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: make maps Freeze
« Reply #1 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.

Offline YY.Cherubim

  • Rookie
  • ***
  • Posts: 10
    • View Profile
Re: make maps Freeze
« Reply #2 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.
« Last Edit: June 15, 2010, 02:52:43 pm by YY.Cherubim »