Fatal link error

Questions, problems and discussion about compiling FreeOrion.

Moderator: Oberlus

Post Reply
Message
Author
User avatar
Vezzra
Release Manager, Design
Posts: 6095
Joined: Wed Nov 16, 2011 12:56 pm
Location: Sol III

Fatal link error

#1 Post 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.

User avatar
Geoff the Medio
Programming, Design, Admin
Posts: 13587
Joined: Wed Oct 08, 2003 1:33 am
Location: Munich

Re: Fatal link error

#2 Post by Geoff the Medio »

Vezzra wrote::?: Huh...?
Indeed. Try cleaning the Parsers project and rebuilding.

User avatar
Vezzra
Release Manager, Design
Posts: 6095
Joined: Wed Nov 16, 2011 12:56 pm
Location: Sol III

Re: Fatal link error

#3 Post 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.

Post Reply