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 01/12/2008, à 21:58

SingingLarvae

Compilation j2mesync impossible

Bonjour à tous,

J'ai en ma possession un Motorola A1200 que je souhaiterai synchroniser avec mon ubuntu (partage des contacts dans un premier temps). J'ai pas mal lu sur le sujet (enfin, je crois) et j'ai porté mon choix sur multisync et sur le plugin j2mesync.

Aucun soucis pour multisync installé via Synaptics. L'applet java sur le motorola A1200 est elle aussi fonctionnelle. J'ai par contre (et malgré pas mal d'essais) de très nombreux problèmes pour compiler le plugin j2mesync sur mon Pc. Je joins les instructions originals du site officiel ainsi que les résultats des commandes posant problème ; celle du autogen.sh et de make.

Instructions originales :

1. tar xvjf j2mesync.tar.bz2
   2. cd j2mesync_plugin
   3. ./autogen.sh
   4. make
   5. make install

Résultat de ./autogen.sh

**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Running aclocal  ...
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
/usr/share/aclocal/libmcrypt.m4:17:   run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Running automake --gnu  ...
src/Makefile.am:15: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:15:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:15:   to `configure.in' and run `aclocal' and `autoconf' again.
src/Makefile.am:15:   If `AC_PROG_LIBTOOL' is in `configure.in', make sure
src/Makefile.am:15:   its definition is in aclocal's search path.
Makefile.am:7: blank line following trailing backslash
Running autoconf ...
Running ./configure --enable-maintainer-mode ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... 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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for baswap in -lbluetooth... no
checking for sdp_list_free in -lsdp... no
checking for correct SDP lib version... no
Bluetooth is DISABLED. You must have bluez-libs and bluez-kernel >= 2.3 and bluez-sdp >= 1.0-pre1.
./configure: line 5929: AC_PROG_LIBTOOL: command not found
grep: ../../config.h: No such file or directory
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/Makefile
config.status: WARNING:  src/Makefile.in seems to ignore the --datarootdir setting
config.status: executing depfiles commands
Now type `make' to compile.

Nb : mon bluetooth marche parfaitement (bundle détecté et fonctionnel : je peux accéder à mon A1200 ou tout autres appareils bluetooth)
Résultat de make :

cd . && /bin/bash /home/marc/Bureau/j2mesync/j2mesync_plugin/missing --run automake-1.10 --gnu Makefile
Makefile.am:7: blank line following trailing backslash
make: *** [Makefile.in] Erreur 1

Tout aide serait la bienvenue, car je me vois mal rentrer mes 200 contacts et plus à la main hmm

merci d'avance

Hors ligne

#2 Le 06/12/2008, à 15:04

Calimo

Re : Compilation j2mesync impossible

SingingLarvae a écrit :

Nb : mon bluetooth marche parfaitement (bundle détecté et fonctionnel : je peux accéder à mon A1200 ou tout autres appareils bluetooth)

Mais tu n'as probablement pas les librairies -dev pour permettre le développement (compilation), ou alors pas tous les paquets installés :

SingingLarvae a écrit :

Bluetooth is DISABLED. You must have bluez-libs and bluez-kernel >= 2.3 and bluez-sdp >= 1.0-pre1.

Manifestement ils ne sont pas dans les dépots (je ne les voit pas dans synaptics) donc ça risque d'être difficile...

Hors ligne