Re: Hello World program for tcl using xlib
- From: Hrishikesh <hrishi.kul@xxxxxxxxx>
- Date: Tue, 6 Jan 2009 12:43:05 -0800 (PST)
Hi,
I got the TkXext Installer from
http://www.xmission.com/~georgeps/implementation/software/TkXext/TkXext-3.6.12.tar.bz2.
I am using Ubuntu 8.10 (Gnome), As missing file name is '/gps/
runtime8.4/lib/libtclstub84.a' in the following error message, I
thought this package will work only on tcl and tk 8.4 so I installed
tcl and tk 8.4.
As mentioned in the README file from the tarfile I executed 'tclsh
build.tcl' command for building
I debugged some of the error messages in the build process by
installing
1) build-essential
2) libxmu-dev
3) libxtxt-dev (includes X11 XTEST extension)
packages from Synaptic Package Manager. I was also getting error
missing tcl.h and tk.h, as I understand it was looking for these files
in /usr/include but they were in /usr/include/tcl8.4 so I copied all
files in /usr/include/tcl8.4 to /usr/include.
But I couldn't debug following error message. I searched for related
filename on my computer, I found /usr/lib/libtclstub8.4.a file, I
created symbolic link /usr/lib/libtclstub84.a for /usr/lib/
libtclstub8.4.a. But it didn't worked.
Please tell me what I am doing wrong. And also if anybody has copy of
Android please give it to me.
Thanks Gerald,
Regards,
Hrishikesh
ERROR Message:
------------------------------------------------------------------------------------
~/TkXext-3.6.12$ tclsh build.tcl
BUILDING:delete.or.kill.o
gcc -pipe -ggdb -Wall -Wsign-compare -Wstrict-aliasing -O -fPIC -DPIC -
DUSE_TCL_STUBS -DUSE_TK_STUBS -DEXT_VERSION="3.6.11" -I/gps/runtime8.4/
include -I/usr/X11R6/include src/delete.or.kill.c -c
BUILDING:error.o
gcc -pipe -ggdb -Wall -Wsign-compare -Wstrict-aliasing -O -fPIC -DPIC -
DUSE_TCL_STUBS -DUSE_TK_STUBS -DEXT_VERSION="3.6.11" -I/gps/runtime8.4/
include -I/usr/X11R6/include src/error.c -c
..
..
..
..
..
BUILDING:send.string.o
gcc -pipe -ggdb -Wall -Wsign-compare -Wstrict-aliasing -O -fPIC -DPIC -
DUSE_TCL_STUBS -DUSE_TK_STUBS -DEXT_VERSION="3.6.11" -I/gps/runtime8.4/
include -I/usr/X11R6/include src/send.string.c -c
BUILDING:string.to.window.o
gcc -pipe -ggdb -Wall -Wsign-compare -Wstrict-aliasing -O -fPIC -DPIC -
DUSE_TCL_STUBS -DUSE_TK_STUBS -DEXT_VERSION="3.6.11" -I/gps/runtime8.4/
include -I/usr/X11R6/include src/string.to.window.c -c
BUILDING:TkXext.so
ld -Bshareable -x -rpath /gps/runtime8.4/lib:/usr/X11R6/lib
delete.or.kill.o error.o find.o focus.o init.o map.o misc.o move.o
pointer.o reparent.o resize.o send.button.press.o
send.button.release.o send.key.press.o send.key.release.o
send.string.o string.to.window.o -o TkXext.so /gps/runtime8.4/lib/
libtclstub84.a /gps/runtime8.4/lib/libtkstub84.a -lm -L/usr/X11R6/lib -
lX11 -lXmu -lXtst
ERROR:ld: /gps/runtime8.4/lib/libtclstub84.a: No such file: No such
file or directory
--------------------------------------------------------------------------------------
.
- References:
- Re: Hello World program for tcl using xlib
- From: Gerald W. Lester
- Re: Hello World program for tcl using xlib
- From: Hrishikesh
- Re: Hello World program for tcl using xlib
- From: Gerald W. Lester
- Re: Hello World program for tcl using xlib
- Prev by Date: Re: "no error" error while executing external (shell) command with exec
- Next by Date: Automated GUI Testing program in tcl/tk/expect
- Previous by thread: Re: Hello World program for tcl using xlib
- Next by thread: Re: More teacup errors?
- Index(es):
Relevant Pages
|