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]

Re: Fixed: remaining problems in the xconq network code


onsdagen den 6 mars 2002 23.03 skrev Hans Ronne:
> I'm planning to make a 7.4.2 release soon and put up new binaries for all
> platforms on the ftp site. However, I would appreciate if those of you who
> are able and have time could build and test the CVS version first, and give
> me feedback on any major problems that need to be fixed.

I attach a new version of ng-swedish.g. It is reformatted and has some small 
additions. Probably every line was changed, so I don't use diff. I have not 
tested the file (see below) but I hope it works.

Then I tried to build xconq:

gcc -o xconq -g -DUNIX  -DHAVE_SELFILE   -I. -I./.. -I./../kernel  
-I./../tcl/generic -I./../tk/generic -I/usr/X11R6-4.2.0/include   xconq.o 
../tcltk/libtkui.a ../tcltk/libtkimf.a ../kernel/libconq.a 
../kernel/libconqlow.a -L/usr/X11R6-4.2.0/lib  -Wl,-rpath,/usr/local/lib 
-L/usr/local/lib -ltcl8.3 -L/usr/local/lib -ltk8.3g -lXext -lXmu -lX11  -ldl 
-lm
/usr/local/lib/libtk8.3g.so: undefined reference to `Tcl_SetMainLoop'
collect2: ld returned 1 exit status
make[1]: *** [xconq] Error 1
make[1]: Leaving directory `<XCONQ>/x11'
make: *** [all-xconq] Error 2

I recently cleanded away all old versions of tcl/tk from the system and 
installed the latest stable version (8.3.4). I have tested it with tkftp 
(tkftp.firebird.cx) and it worked after executing "cd /usr/local/bin && ln -s 
wish8.3 wish".

When building xconq I updated cvs and removed <XCONQ>/tcl and <XCONQ>/tk. 
Then I used the following commands:
make clean
rm config.cache
./configure  --enable-sdl
make

Attachment: ng-swedish.g
Description: Text document


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