LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   amsn and traydock (https://www.linuxquestions.org/questions/linux-software-2/amsn-and-traydock-91677/)

Satriani 09-11-2003 12:53 PM

amsn and traydock
 
I have aMSN installed, and it's working fine.
However, I would like to use that handy traydock thing, but I can't seem to compile it.
Just for the record: I know about gaim and all other IM's, but i would like to use this one.

Did anyone ever manage to compile this traything ?

DrOzz 09-11-2003 01:51 PM

well whats the errors? all you do is go to :
cd /msn/plugins/traydock
and then run ./configure
and then fire up amsn and go to tools-->options-->docking
and select a docking method....
but to me it sounds like your trying to say you are getting errors, which in turn you'll have to tell us...
by chance if its the tk/tcl error try specifying it with configure..
./configure --with-tcl=/path/to/tcl --with-tk=/path/to/tk

Satriani 09-11-2003 01:55 PM

When i try to compile it ( ./configure ) it gives the following output:
Code:

checking for Tcl configuration... found /usr/lib/tclConfig.sh
checking for Tk configuration... found /usr/lib/tkConfig.sh
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for imlib-config... /usr/bin/imlib-config
checking for IMLIB - version >= 1.8.2... no
*** Could not run IMLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means IMLIB was incorrectly installed
*** or that you have moved IMLIB since it was installed. In the latter case, you
*** may want to edit the imlib-config script: /usr/bin/imlib-config
ERROR: Needs a system with Imlib 1.8.2 or higher
You can obtain it from:
ftp://ftp.enlightenment.org/pub/enlightenment/
ftp://www.rasterman.com/pub/enlightenment/
ftp://ftp.labs.redhat.com/pub/imlib/
configure: error: Fatal Error: no Imlib detected.

Imlib and imlib-devel are installed ???

Thanks for your help!

Satriani 09-12-2003 04:37 AM

Anyone with ideas, (or maybe even a compiled .so ) is welcome....

Satriani 10-04-2003 08:04 PM

Still no Luck
 
OK,

I tried a lot now, but still haven't found the answer.

I cannot believe I am the only one with this problem, because I found a lot of others with the same thing. However, i can't seem to find the answer.

If anyone knows or has a clue, please help!

Thanks!

Soggy 10-21-2003 07:59 AM

i am having a problem do the thing and it comes up this


[dean@localhost traydock]$ ./configure
checking for Tcl configuration... found /usr/lib/tclConfig.sh
checking for Tk configuration... found /usr/lib/tkConfig.sh
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for imlib-config... /usr/bin/imlib-config
checking for IMLIB - version >= 1.8.2... yes
checking how to run the C preprocessor... gcc -pipe -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for size_t... yes
checking how to build libraries... shared
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memset... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
[dean@localhost traydock]$

then i try and go 2 "]amsn and go to tools-->options-->docking"
and it says "tray icon is not compiled check plugins/traydock"
so if u no what sgoing on plz tell me
thanx

XavierP 10-21-2003 08:06 AM

at the end of the compile, type 'make' and at the end of that, type 'make install'

Soggy 10-21-2003 08:08 AM

or if u could send me the "libtray.so" if that works
when i run configure it says in the README it should make a file libtray.so
but it dont thats me problem i think

Soggy 10-21-2003 08:12 AM

when i type in make it comes up this

[dean@localhost traydock]$ make
gcc -pipe -c -O -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -I/home/stefan/ RPM/BUILD/tcltk-8.3.3/tcl8.3.3/generic -I/home/stefan/RPM/BUILD/tcltk-8.3.3/tk8. 3.3/generic tray.c
gcc -pipe -shared tray.o -lc -L/usr/X11R6/lib -lX11 -ldl -lieee -lm -L/usr/lib -ltcl8.3 -L/usr/lib -ltk8.3 -lImlib -ljpeg -ltiff -lungif -lpng -lz -lm -lXext - L/usr/X11R6/lib -lSM -lICE -lXext -lX11 -o libtray.so

thenis type in make install

[dean@localhost traydock]$ make install
make: *** No rule to make target `install'. Stop.

what have i done rong

XavierP 10-21-2003 08:21 AM

before typing "make install", type in "su" (minus the quotes), hit enter, enter the root password and then type in make install.

Soggy 10-21-2003 08:24 AM

now it says
[root@localhost traydock]# make install
make: *** No rule to make target `install'. Stop.

lol

DjRedMar 10-21-2003 09:03 AM

make install is NOT required, read the reamde... i compiled it well (u need tcl/tk8.3 and that library if u use debian, i suggest u use dslect and read carefully!! else u should download it @ google....)

i didn't get the traydock to work --> need a bigger KDE version or so.... dunno what exactly:\

but good luck m8!

XavierP 10-21-2003 09:11 AM

I was in WinXP when posting before. I am now in Linux and have installed the traydock app.
From the readme file, you need to ./configure and make as a user.

Once that's been done, open aMSN and then dock it.

You will need tcl/tk and imlib 1.8.2 or higher.

DjRedMar 10-21-2003 09:35 AM

Quote:

Originally posted by XavierP
I was in WinXP when posting before. I am now in Linux and have installed the traydock app.
From the readme file, you need to ./configure and make as a user.

Once that's been done, open aMSN and then dock it.

You will need tcl/tk and imlib 1.8.2 or higher.

i undestand of your post that u are running it... wich version of kde do u use?! (or don't u use kde :P)

XavierP 10-21-2003 10:13 AM

I am using KDE 3.1.4 (it came as standard with SuSE 9.0 Professional update).


All times are GMT -5. The time now is 02:00 AM.