how to run android after installation ?
- From: "imakeitbetter" <girish.14@xxxxxxxxx>
- Date: 19 Jul 2005 06:07:35 -0700
Hi
i m using linux 9 . tcl-8.3,expect-5.38 are already installed.
tcl8.3 is present in /usr/share
expectk is present in /usr/bin
i copied "android" folder to /usr/share where tcl8.3 is present.
then, i changed in "makefile " the path "where /usr/share/tcl8.3" ,
and then changed "/usr/bin/expectk" in "android","android.tcl" and
"android.tcl.in"
then i executed the following commands
$pwd
/usr/share/android
$ ./configure --prefix="/usr/share/tcl8.3"
$make
after executing make i m getting some warnings from "fd.c " like
"select from incompitable pointer type"
then i executed
$make install
everything went fine
then i executed "tcl" command to enter tcl shell from there i executed
the command,
tcl>load /usr/local/lib/android.so
after execution it doesn't give any message or warning but when i try
to chk whether package is loaded or not by giving the command
tcl> package versions android
it doesn't show 0.99.9
i m not able to fix the problem plz help me.
if at all the package was successfully loaded ,then from where and how
should i run the "android -record test.tst" command ,i mean whether to
run the command from root or from tcl shell.i also wanna know how to
enable Xtest. plz do reply as soon as possible.
Regards
Girish
.
- Prev by Date: Re: Scripting in Tcl?
- Next by Date: Re: Is there a business type g/l program written in tcl/tk?
- Previous by thread: creating lockfiles
- Next by thread: ISO: people who want to update a wiki with info about tcl
- Index(es):
Relevant Pages
|