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]

How compile xconq 7.3.3? Solved


Hello
 
this is the procedure that i used to compile xconq 7.3.3 :
 
1) Install xconq source (  xconq-7.3.3.tar.gz ) and tcltk for xconq ( xconq-7.3.3-tcltk.ta.gz)
 
2) In xconq-7.3.3/tcl/generic/tclEnv.c :
   Modify all reference to __imp_reent_data   in  _imp__reent_data
3) In xconq-7.3.3/tcl/win/tclWin32Dll.c
   modify all reference to __imp_reent_data   in  _imp__reent_data
4) In xconq-7.3.3/tk/win/tclWin32Dll.c
   modify all reference to __imp_reent_data   in  _imp__reent_data
5) Run ./configure and make in tcl and tk directory
6) Run ./configure in xconq-7.3.3
7) In xconq-7.3.3/tcltk/Makefile and xconq-7.3.3/win/Makefile
   modify ALL_CFLAGS and add -I$(srcdir)/../tk/xlib
8) run Make from xconq-7.3.3
 
I tried this procedure yesterday and all works fine.
 
N.B: about point 7 . Why configure request where are tclConfig.sh and tkConfig.sh and dosn't use they ?
Regard
  Ullibus

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