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]

Snap '92 under Suse Linux


When building the latest Xconq snapshot under Suse Linux I encountered
the following problems, which are all tcl/tk related:
Suse allows for two different versions of tcl/tk in parallel. These are
packaged in
  tcl-7.6p2-37, tcl_new-8.0.5-12,
  tk-4.2p2-35, tk_new-8.0.5-12.
The older version is the default, and that's the one which xconq
configure finds (and which doesn't work).
The new versions' configirations are stored in (note the name!)
  /usr/lib/tclConfig8.0.sh
  /usr/X11R6/lib/tkConfig8.0.sh
respectively. As if this weren't enough, the include headers are named
  tcl8.0.h
  tk8.0.h
After having tweaked the configure script (which, actually, is not
reproduceable from configure.in since the CY_AC_* makros are not
provided) and several source files in the tcltk dir, everything worked
fine. Haven't played yet, but looks great!

Marcus


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