On 22 Jan 2010, at 13:48, Matt Smith wrote:
>
> At #mingw-w64 I was told I need to modify the .rc manifest so that
> it points at amd64, but I couldn't figure that out.
OK - and this is from memory, so may be wrong (I don't have mingw64
on this Mac, oddly enough...)
You are looking for the manifest file for the resource compiler
helper. I *think* it might be called "df.exe.manifest".
This is an XML file, which you want to open in your preferred text
editor.
Now look for a line that says:
processorArchitecture="X86"
or it may say:
processorArchitecture="df64"
and change that to say
processorArchitecture="amd64"
then try the build again and see how that goes....
I think that is what they were suggesting you do, anyway...
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk