Page 1 of 1

Fatal link error

Posted: Mon Sep 17, 2012 9:13 pm
by Vezzra
When I try to build the current SVN revision on Windows (r5252 at the time of this post), I get the following error (I'm on Win7 Home Premium 64bit):

Code: Select all

Parsers.lib(Lexer.obj) : fatal error LNK1113: invalid machine type 0x48FF
:?: Huh...?

As a consequence, I'm not able to provide a current test build for Windows ATM.

Re: Fatal link error

Posted: Tue Sep 18, 2012 1:02 am
by Geoff the Medio
Vezzra wrote::?: Huh...?
Indeed. Try cleaning the Parsers project and rebuilding.

Re: Fatal link error

Posted: Tue Sep 18, 2012 8:09 pm
by Vezzra
Geoff the Medio wrote:
Vezzra wrote::?: Huh...?
Indeed. Try cleaning the Parsers project and rebuilding.
I had already tried cleaning and rebuilding the entire solution, that usually took care of problems like that. This time, however, the issue persisted, that's why I posted it here.

When I tried your suggestion (cleaning and rebuilding only the Parsers project) I was able to build FO successfully. Interesting. Looks like I've to build the Parsers project separately from now on.