UFO:Alien Invasion

Archive => Bugs prior to release 2.3 => Topic started by: error404 on May 11, 2009, 12:05:27 am

Title: r24409 - make error finding s_music.o
Post by: error404 on May 11, 2009, 12:05:27 am
Hello All,
I've made an "svn up" from r24380 to r24409 (on my Ubuntu 8.10) and now the make command results in this error:

Code: [Select]
Assembler messages:
Fatal error: can't create debug-linux-gnu-i386/client/client/sound/s_music.o: No such file or directory
make: *** [debug-linux-gnu-i386/client/client/sound/s_music.o] Error 2

Nothing seems to be compromised since I'm still be able to complete make lang, make maps, make pk3, make radiant.

Am I doing something wrong?
Title: Re: r24409 - make error finding s_music.o
Post by: lostdave on May 11, 2009, 03:52:06 am
I had this - creating the directory solved it - ie

"mkdir debug-linux-gnu-i386/client/client/sound"
Title: Re: r24409 - make error finding s_music.o
Post by: error404 on May 11, 2009, 08:03:38 am
Great, it worked!
Thank you!