The Ur-Quan Masters Discussion Forum

The Ur-Quan Masters Re-Release => Technical Issues => Topic started by: Kohr-Ah Death 213 on December 14, 2006, 03:52:58 am



Title: mingw :-(
Post by: Kohr-Ah Death 213 on December 14, 2006, 03:52:58 am
Code:
$ ./build.sh uqm
  CC       obj/release/src/sc2code/libs/sound/decoders/oggaud.c.o
gcc.exe: : No such file or directory
gcc.exe: no input files
make: *** [obj/release/src/sc2code/libs/sound/decoders/oggaud.c.o] Error 1

kinda at a loss...


Title: Re: mingw :-(
Post by: Novus on December 14, 2006, 09:07:28 am
Sounds like the dependence information is messed up. Try:
Code:
./build.sh uqm clean
./build.sh uqm


Title: Re: mingw :-(
Post by: Kohr-Ah Death 213 on December 14, 2006, 10:30:00 am
Sounds like the dependence information is messed up. Try:
Code:
./build.sh uqm clean
./build.sh uqm

been doing that
hasn't worked yet, i'm wondering if i have a corrupt header file somewhere.

i've tried that and repatching the original source with my fmv mod .diff patch and trying to build with teh same results.

Maybe i'll reinstall mingw and see if that works.

EDIT ::.
well that didn't work  :P


Title: Re: mingw :-(
Post by: Novus on December 14, 2006, 11:27:21 am
OK, if you've regenerated the dependency data, something's probably wrong with your Ogg Vorbis setup. In particular, I'd check the header files.


Title: Re: mingw :-(
Post by: Kohr-Ah Death 213 on December 14, 2006, 08:26:21 pm
Figured it out, _G_config.h was corrupt  :-[