[Coco] Building Toolshed on Cygwin.
Phill Harvey-Smith
afra at ramoth.org.uk
Fri Oct 25 05:13:59 EDT 2019
On 24/10/2019 19:22, Phill Harvey-Smith wrote:
> I'm trying to build toolshed on cygwin. It seems to be falling over
> compiling libnative (log below).
>
> Anyone have any clues as to how to fix this?
Answering my own post having figured this out....
There are several occurrences of :
#if defined(__APPLE__) || defined(WIN32) || defined(sun)
changing them to :
#if defined(__APPLE__) || defined(WIN32) || defined(sun) ||
defined(__CYGWIN__)
Allows it to compile.
These are in :
libnative/libnativegs.c
libnative/libnativess.c
libdecb/libdecbsrec.c
Happy to supply a patch file or submit updated versions of the files if
someone can tell me where to submit and in what format.
Cheers.
Phill.
More information about the Coco
mailing list