On Tuesday 03 February 2004 10:39 pm, Tim Wegner wrote:
Would you please compile it and let me know if it is okay?
I uploaded the xfractint and hc binaries to the fractint directory at mandy. I don't know if you can run them on Suse, but give it a try. Realize that I didn't test them extensively, just generated a couple of fractals. The binaries are just the result of unarchiving your files and typing "make".
Guess I should have uploaded the compiled help also. Let me know if you need it.
Yes, it made it to the list. Thanks, that is all I needed. The binaries work fine on my system. I've moved the source to the linux directory and now have to create the diff and upload it. Then, on to the first patch. Part of the reason for asking about varargs.h, is that we can conveniently set up the ability for a future configuration/automake system to use varargs.h if stdarg.h is not available because all (well, most) of the required code is still in place. I just need to change the #ifdef XFRACT to #ifdef NO_STDARG_H. Jonathan