[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-user: Building the Xaw version of PCB?
- To: geda-user@xxxxxxxx
- Subject: gEDA-user: Building the Xaw version of PCB?
- From: Bob Paddock <bob.paddock@xxxxxxxxx>
- Date: Sun, 28 Aug 2005 08:09:50 -0400
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Sun, 28 Aug 2005 08:10:39 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=ZVZ5e1v/YsJrHOLc3HQ0pEfu4VcTNEBhiYKRrdgEpSZybGnFYNox8nWYGa4WGtBo1jPRFPZrMBTtbNzutaZbkEcjcBgvTKnBpCzfunX3nOlUaas5utelrqSnGaWeV2oAe8JIjnFASIaVApOkvVnz89O90w9kcRscmgM0k6dI+sk=
- Organization: The Designer-III Company http://www.designer-iii.com/
- Reply-to: geda-user@xxxxxxxx
- Sender: owner-geda-user@xxxxxxxx
- User-agent: KMail/1.8.1
Since building gtk on Cygwin seems to be a hopeless cause for them moment, can
someone give me some insight into getting the current CVS code to build using
the old Xaw or Xaw3d widget set?
./configure --disable-gtk --enable-xaw
The test for -enable-xaw appears to be broken:
...
checking if X/Xaw should be configured... no
...
checking if gtk should be configured... no
configure: error: You must enable some gui toolkit (gtk+ or Xaw)
I believe in configure.ac we should have this, rather than what is there now:
AC_ARG_ENABLE([xaw],
[ --enable-xaw Enable configure detection of Xaw, not complete
yet. [[default: disabled]]],
[
if test "X$enable_xaw" = "Xyes" ; then
AC_MSG_RESULT([yes *** THIS IS NOT YET SUPPORTED AND PROBABLY WILL NOT
COMPILE ***"])
gui_xaw="yes"
else
And it does not compile just as the warning says. So can someone tell me how
to check out from CVS, or what the last snap shot, of a working Xaw version
was?