I added
export LDEMULATION="elf_i386"
to the environment and make gets a bit further.
However I'm stuck at a very obscure error:
Code:
signal_i386.c:431: warning: `struct vm86plus_struct' declared inside parameter list
signal_i386.c:431: warning: its scope is only this definition or declaration, which is probably not what you want
signal_i386.c: In function `save_vm86_context':
signal_i386.c:433: error: dereferencing pointer to incomplete type
The only thing I can think of is I'm building it under the wrong version of gcc (3.3.5) or there is some typo in the cedega codebase itself.
I'm stumped.
