Jonathan, On 20-08-01 17:59:36, Jonathan Osuch wrote:
The addition of <fcntl.h> to unix.c doesn't seem to make any difference on my system. What is the benefit?
O_RDONLY is defined in that header ( https://pubs.opengroup.org/onlinepubs/009695399/basedefs/fcntl.h.html ) which is included by sys/file.h via an #ifndef statement.
Okay. I'll work on it tomorrow. Thanks!
I overlooked one other issue that a Gentoo developer pointed out to me. The make install phase recompiles xfractint as follows make -j5 DESTDIR=/var/tmp/portage/x11-misc/xfractint-20.04_p15/image/usr install cd ./dos_help; ../hc /c; mv fractint.hlp .. HC - FRACTINT Help Compiler. Compiling: help.src Making hot-links. Paginating online help. Paginating document. Writing: helpdefs.h Note: FRACTINT must be re-compiled. Do you know what is causing this rebuild? Thanks in advance, David.