This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compiling Xconq on Cygwin?


I've managed to compile xconq on Cygwin.  The SDL version compiles without any problems, but the UI is a bit awkward to use, especially if you are visually impared.

I also got the tcltk version to compile, but only after the following modifications to the source:

In tkwin32.c:
changed return type of XSetTile and XFlush to int from void,
changed argument of XSycronize to Display *dsp from void.

In imappwin32.c (I think):
changed XSetTile return type to int from void.

The problem was that these functions are delared in Xlib.h with
those types.

Also, the option --enable-ui=xtxaw does't seem to generate useable makefiles.  Are there special instructions for this interface?

TIA
Stanley




_______________________________________________


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]