From: Jan Schiefer
Holy shit. Now it works.
I deleted the reactos-folder ( up-to-date with "svn up" ) and did a new svn checkout ( with "svn co" )
I think it has something to do with the source management. "svn up" doesn't seem to work correctly, I had similiar experiences before. When I did "svn up" instead of deleting the whole ros-folder combined with a new checkout I got sometimes wired compile errors.
Maybe it's a dependencies problem. There's no (good) dependency tracking in freeldr, so it's entirely possible that a change in a header file (my guess is include/machine.h) doesn't result in a recompilation of files which really should be recompiled. Freeldr needs to be integrated into our build system better (it still shows that it used to be a separate module), but it doesn't make sense to do that on HEAD right now, better wait for the xmlbuild branch.
Gé van Geldorp.