Page 1 of 1

Build error (linking)

Posted: Thu Oct 27, 2005 4:56
by Inuyasha_989
I have no compiling/building experience what-so-ever. I tried building the newest GZdoom source after gathering the required SDKs/Libs, and it went thru most of it just fine. But once it started linking, it went balistic! I'm using Visual Studio .NET 2003 Enterprise Edition (omg hax :P).
Spoiler: WTF
If anyone can desipher this, i'd deeply appreciate it.

Posted: Thu Oct 27, 2005 7:31
by wildweasel
Looks like it's something to do with the FLAC libraries - did you forget to get those?

Posted: Thu Oct 27, 2005 9:39
by Graf Zahl
FLAC is included as a sub-project. It should compile automatically.

But the project is not the cleanest. Maybe you have to update the path to the created library.

Posted: Thu Oct 27, 2005 23:28
by Inuyasha_989
Everything seems to match up, and I havent changed a thing in the source. It appeared that FLAC had already been compiled/built, and music_flac.h only includes the decoder.h file located in FLAC/FLAC++. I dont understand this...