Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 31/05/2014, à 15:04

Arnold59

[Ubuntu 14.04] Fin de support de aMsn --> Pigdin ou Skype [Résolu]

Bonjour,

Suite à la migration de Linux Ubuntu 13.10 vers la version 14.04.

Je n'arrive plus à accéder à aMsn : version de Tcl et Tk 8.6.1

Apparemment aMsn n'est plus maintenu depuis 2012.

Je tente de modifier les scripts pour Tcl et Tk 8.6.1

/usr/local/amsn-0.98.9 :  ls

abook.tcl                automsg.tcl       debug.tcl           maemo.diff       README.macosx
addressbook.tcl          autopackage       desktop-icons       Makefile         remote.help
AGREEMENT                autoupdate.tcl    dock.tcl            Makefile.in      remote.tcl
alarm.tcl                balloon.tcl       docs                migmd5.tcl       roaming.tcl
amsn                     bugs.tcl          FAQ                 msncam.tcl       searchdialog.tcl
amsncore.tcl             BWidget_mods.tcl  FAQ.html            msngames.tcl     sip.tcl
amsn.debianmenu          ca-certs          GNUGPL              msnp2p           skins
amsn.desktop             ChangeLog         groups.tcl          msnp2p.tcl       skins.tcl
amsn-lib                 chatwindow.tcl    guicontactlist.tcl  mutex.tcl        smileys.tcl
amsn-remote              Compile.mk        gui.tcl             pgu.tcl          soap.tcl
amsn-remote-CLI          config.log        HELP                picture.tcl      socks.tcl
amsn-share               config.status     hotmail.tcl         plugins          spaces.tcl
amsn.spec                config.tcl        hotmlog.htm         pluginslog.tcl   sxml.tcl
amsn.spec.README.fedora  configure         INSTALL             plugins.tcl      TODO
AppMain.tcl              configure.ac      lang                preferences.tcl  trayicon.tcl
assistant.tcl            console.tcl       langlist            progressbar.tcl  utils
audio.tcl                contactlist.tcl   lang.tcl            protocol.tcl
auth.tcl                 CREDITS           loging.tcl          proxy.tcl
autogen.sh               ctthemes.tcl      login_screen.tcl    README

Suite aux modifications des sources, j'ai réussi à configurer

./configure

checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking tcl build dir... using tcl library in /usr/lib/tcl8.6
checking tk build dir... using tk library in /usr/lib/tk8.6
checking for main in -lstdc++... yes
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for png_read_info in -lpng... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for jpeg_CreateDecompress in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking jerror.h usability... yes
checking jerror.h presence... yes
checking for jerror.h... yes
checking for ftello... yes
checking for fseeko... yes
checking for getpt... yes
checking for strcasestr... yes
checking for memmem... yes
checking for dlopen... no
checking for pthread_create in -lpthread... yes
checking if mmx should be used... yes
checking for pkg-config... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GST... no
checking for GST_INTERFACES... no
checking for LIBV4L... yes
checking linux/videodev.h usability... no
checking linux/videodev.h presence... no
checking for linux/videodev.h... no
checking linux/videodev2.h usability... yes
checking linux/videodev2.h presence... yes
checking for linux/videodev2.h... yes
checking for GUPNP... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating utils/linux/capture/config.h
config.status: utils/linux/capture/config.h is unchanged

compile time options summary
============================

    X11          : yes
    Tcl		 : 8.6
    TK 		 : 8.6
    DEBUG        : no
    STATIC       : no
    FARSTREAM    : no
    FARSIGHT     : N/A
    V4L          : no
    V4L2         : yes
    LIBV4L       : yes
    GUPNP-IGD    : no

*** You do not seem to have gstreamer and farsight2 or farstream installed.
*** You will not be able to build the required component for audio conversations.
*** Read this for more information : http://amsn-project.net/wiki/Farsight

Make :

make install

rm -f  utils/linux/capture/capture.so utils/linux/capture/libng/libng.so utils/linux/capture/libng/plugins/conv-mjpeg.so utils/linux/capture/libng/plugins/sn9c10x.so utils/linux/capture/libng/grab-ng.o utils/linux/capture/libng/plugins/drv0-v4l2.so
  CC	  utils/linux/capture/libng/grab-ng.o
  LD	  utils/linux/capture/libng/libng.so
  LD	  utils/linux/capture/capture.so
  LD	  utils/linux/capture/libng/plugins/conv-mjpeg.so
  LD	  utils/linux/capture/libng/plugins/sn9c10x.so
  LD	  utils/linux/capture/libng/plugins/drv0-v4l2.so
rm -Rf /usr/local/lib/amsn
mkdir -p /usr/local/lib/amsn
rm -Rf /usr/local/share/amsn
mkdir -p /usr/local/share/amsn
mkdir -p /usr/local/bin
mkdir -p /usr/local/share/applications/
mkdir -p /usr/local/share/pixmaps/
find /usr/local/share/amsn -name '.svn' -print | xargs rm -Rf
# This doesn't work if the libdir has quotes in it
sed -i -e 's#^set lib_path ""$#set lib_path "/usr/local/lib/amsn"#' /usr/local/share/amsn/amsn
ln -sf /usr/local/share/amsn/amsn /usr/local/bin/amsn
ln -sf /usr/local/share/amsn/amsn-remote /usr/local/bin/amsn-remote
ln -sf /usr/local/share/amsn/amsn-remote-CLI /usr/local/bin/amsn-remote-CLI
cp ./amsn.desktop /usr/local/share/applications/
ln -sf /usr/local/share/amsn/desktop-icons/48x48/apps/amsn.png /usr/local/share/pixmaps/

Mais lors de l'exécution de aMsn :

/usr/local/amsn-0.98.9/utils/TkCximage$ ls

demos  license.txt  pkgIndex.tcl  readme.txt  Rules.mk  src  TkCximage.so

Problème avec Tcl et Tk : nécessite la version 8.5 : pourquoi installer une ancienne version ?

--> TkCximage : nécessite pourtant le répertoire et fichiers sont présents.

Comment résoudre ce problème ?

D'avance merci

Dernière modification par Arnold59 (Le 16/07/2014, à 21:23)

Hors ligne

#2 Le 31/05/2014, à 15:11

Korak

Re : [Ubuntu 14.04] Fin de support de aMsn --> Pigdin ou Skype [Résolu]

Bonjour,

Utilise Skype.


OS: Ubuntu 22.04 64 bits + Windows 11 64 bits en dualboot (BIOS UEFI, Secure Boot activé et table de partitions GPT)
PC portable HP 17-CP0308NF   Processeur: AMD Ryzen 7 5700U avec carte graphique AMD Lucienne intégrée au processeur.   Mémoire vive: 16 Go RAM
Quand vous ne trouvez pas la solution à un problème, cherchez des pistes menant à la solution !

Hors ligne

#3 Le 01/06/2014, à 00:19

Lyon-St-Clair

Re : [Ubuntu 14.04] Fin de support de aMsn --> Pigdin ou Skype [Résolu]

Vu que MSN Messenger est mort, c'est un peu difficile d'utiliser aMSN ... Non ?

Hors ligne