project-navigation
Personal tools

Author Topic: r24409 - make error finding s_music.o  (Read 2703 times)

Offline error404

  • Cannon Fodder
  • **
  • Posts: 7
    • View Profile
r24409 - make error finding s_music.o
« 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?

Offline lostdave

  • Cannon Fodder
  • **
  • Posts: 5
    • View Profile
Re: r24409 - make error finding s_music.o
« Reply #1 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"

Offline error404

  • Cannon Fodder
  • **
  • Posts: 7
    • View Profile
Re: r24409 - make error finding s_music.o
« Reply #2 on: May 11, 2009, 08:03:38 am »
Great, it worked!
Thank you!