Hi all again, nice it's still not all dead here! Jonathan wrote:
Xfractint compiles with a couple of minor changes in the make file. There are the expected warnings about different integer sizes, but it runs as-is.
As-was, I wasn't even able to compile help.src, got too much of: "Warning help.src 16: Hot-link destination is not in the document." (Making hc itself gave me a few warnings about cast from pointer to integer of different size, caused by CHK_BUFFER macro.) So I made hc tolerant by MAX_WARNINGS = 0, to get helpdefs.h at all. Then, make xfractint was able to continue up to the final gcc -o xfractint, but here ld fails with: "i386 arch. of input calmanfx.o is incompatible with i386:x86-64 output" Though I tried some tweaks here and there, no success so far. Could anyone of you please give me an insight on what's wrong? I have openSuse / AMD64x2 / gcc4.2.1 / nasm 0.98.39 / xfractint 20.04p08. Scott Boyd's xfractint 20.02.4 binary runs fine. Thanks in advance for any pointers! /Charlie/