This is the mail archive of the xconq7@sourceware.cygnus.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]

Xconq Snapshot 7.2.88 Now Available


This snapshot has a lot of changes!  Not only has Hans Ronne
contributed another passel of improvements to the Mac interface, but
the tcl/tk interface is mostly functional now, *and* it builds/runs on
both Unix and Windows.

All sources:
        ftp://ftp.cygnus.com/pub/xconq/Snapshots/xc7.2.88.tgz
tcl/tk:
        ftp://ftp.cygnus.com/pub/xconq/Snapshots/xc7tk.2.88.tgz
C code etc:
        ftp://ftp.cygnus.com/pub/xconq/Snapshots/xc7src.2.88.tgz
doc and lib:
        ftp://ftp.cygnus.com/pub/xconq/Snapshots/xc7dlb.2.88.tgz
Diffs:
        (no diffs due to size)

So to build on Unix, you need the "all sources" as well as the
"tcl/tk" archive, unless you have tcl 8.0 installed and are willing
to tweak configury and Makefile (it's not automated yet).  The
usual configure and make build the old interface, "make all-tkconq"
at the top level builds the new executable x11/tkconq.

To build on Windows, you need cygwin b19.  Recursive configuring
doesn't seem to work; I used this sequence with cygwin's bash:

	cd kernel
	make -f Makefile.in CC=gcc
	cd ../tcl
	./configure
	make
	cd ../tk
	./configure
	make
	cd ../tcltk
	make -f Makefile.in CC=gcc
	cd ../win
	make -f Makefile.in CC=gcc
	./xconq <args as usual>

							Stan


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