Go Back   Champions of Regnum > Español > La Taberna

La Taberna Un lugar para conversar sobre casi cualquier tema

Reply
 
Thread Tools Display Modes
Old 06-01-2008, 05:20 PM   #1
alejandro_oyervides
Duke
 
alejandro_oyervides's Avatar
 
Join Date: May 2007
Location: Entornado.. Muy cerca
Posts: 3,353
alejandro_oyervides will become famous soon enoughalejandro_oyervides will become famous soon enough
Default necesito ayuda con una compilacion en linux

buen dia
necesito un poco de ayuda para poder sincronizar mi telefono celular con la pc....ironicamente a pesar que mi celular usa linux, es dificil la intercomunicacion con el, mi telefono es un Motorola A1200
http://www.skyoflies.com/sk/wp-conte...2008/03/is.jpg
y el detalle, es que quiero sincronizar agenda, contactos con el Ximian Evolution , y la unica manera para hacerlo es con el multisync, pero para esto tienes que compilar un programa de la siguente pagina
http://www.ohli.de/?J2MESync
ya baje el programa, y ya instale la parte que va en el telefono
pero el problema es compilando en la pc
siguiendo las instrucciones
ya entrando en la carpeta y dando ./autogen.sh me ocurre lo siguiente
alejandro@phoenix:~/Desktop/j2mesync/j2mesync_plugin$ ./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 ...
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
./configure: line 2171: syntax error near unexpected token `PACKAGE,'
./configure: line 2171: `PKG_CHECK_MODULES(PACKAGE, $pkg_modules)'

la verdad no encuentro como solucionar esa parte, si alguien me pudiera asesorar o decir mas o menos porque es ese error
saludos
pd, google no me ha ayudado mucho ahorita que digamos, llevo dias con ese error, saludos


PD, Gamemod, creanos una seccion de soporte tecnico que no tenga que ver con el juego, y que no sume!
__________________
procrastinadores y perezosos del mundo , unios hoy!!..... no... mejor mañana
Desearia que el RO tuviera integracion con el FB para asi estar en el chat mientras juego..... ok no
Habia dos EMOS bebiendo en un bar, y cuando inicio la hora feliz se levantaron y se fueron

Last edited by alejandro_oyervides; 06-01-2008 at 05:56 PM.
alejandro_oyervides no ha iniciado sesión   Reply With Quote
Old 06-01-2008, 10:34 PM   #2
pescaupintau
Marquis
 
pescaupintau's Avatar
 
Join Date: Oct 2006
Location: no se pudo establecar conexión con el servidor
Posts: 2,057
pescaupintau is a jewel in the roughpescaupintau is a jewel in the roughpescaupintau is a jewel in the rough
Default

probá:
make distclean; autoconf; automake;
y empezá de nuevo (./configure si todo va bien, make, make install)
__________________
in theCopyleft—all rights reversed
pescaupintau no ha iniciado sesión   Reply With Quote
Old 06-01-2008, 10:46 PM   #3
alejandro_oyervides
Duke
 
alejandro_oyervides's Avatar
 
Join Date: May 2007
Location: Entornado.. Muy cerca
Posts: 3,353
alejandro_oyervides will become famous soon enoughalejandro_oyervides will become famous soon enough
Default

Quote:
Originally Posted by pescau
probá:
make distclean; autoconf; automake;
y empezá de nuevo (./configure si todo va bien, make, make install)
gracias
aunque no me funciono

**********************************
alejandro@phoenix:~/Desktop/j2mesync/j2mesync_plugin$ make distclean; autoconf; automake;
make: *** No hay ninguna regla para construir el objetivo `distclean'. Alto.
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
alejandro@phoenix:~/Desktop/j2mesync/j2mesync_plugin$
*****************************
lo utilice asi como me lo pusiste, incluso lo hice separando el make distclean , autoconf y el automake y nada

saludos y gracias

pd. no sera que el paquete este corrupto?
__________________
procrastinadores y perezosos del mundo , unios hoy!!..... no... mejor mañana
Desearia que el RO tuviera integracion con el FB para asi estar en el chat mientras juego..... ok no
Habia dos EMOS bebiendo en un bar, y cuando inicio la hora feliz se levantaron y se fueron
alejandro_oyervides no ha iniciado sesión   Reply With Quote
Old 06-01-2008, 10:56 PM   #4
pescaupintau
Marquis
 
pescaupintau's Avatar
 
Join Date: Oct 2006
Location: no se pudo establecar conexión con el servidor
Posts: 2,057
pescaupintau is a jewel in the roughpescaupintau is a jewel in the roughpescaupintau is a jewel in the rough
Default

el make distclean sirve para borrar hasta las opciones de compilación, lo puse por las dudas había quedado algo "sucio" así que no importa si no pudo hacerlo, al menos no importa en este punto).
Los espacios, da igual si los ponés o no, comando1; comando2 significa: ejecutá el comando1 y cuando termine el comando2(ª).
Había un meta paquete que te instalaba todo lo necesario para poder compilar ¿pudiste instalar algo desde el código fuente antes?, si no lo intentaste antes, es posible que no lo tengas... ahora bien, no recuerdo el nombre del paquete pero si pudiste antes es que tiene algo malo lo que bajaste, fijate si hay una versión mas antigua o mas nueva



(ª) es lo mismo que poner comando1 && comando2. Si querés ejecutarlos en paralelo (los dos al mismo tiempo), es comando1 & comando2... ahora no te sirve de nada,pero puede que en el futuro si te sirva tener ese conocimiento
__________________
in theCopyleft—all rights reversed
pescaupintau no ha iniciado sesión   Reply With Quote
Old 06-01-2008, 11:00 PM   #5
pescaupintau
Marquis
 
pescaupintau's Avatar
 
Join Date: Oct 2006
Location: no se pudo establecar conexión con el servidor
Posts: 2,057
pescaupintau is a jewel in the roughpescaupintau is a jewel in the roughpescaupintau is a jewel in the rough
Default

Antes del autoconf, probá aclocal
__________________
in theCopyleft—all rights reversed
pescaupintau no ha iniciado sesión   Reply With Quote
Old 06-01-2008, 11:31 PM   #6
alejandro_oyervides
Duke
 
alejandro_oyervides's Avatar
 
Join Date: May 2007
Location: Entornado.. Muy cerca
Posts: 3,353
alejandro_oyervides will become famous soon enoughalejandro_oyervides will become famous soon enough
Default

gracias, eso no sabia, sin embargo bien dices, un poco de conocimiento nunca sobra como tu dices no sabia que && eran para ejecutarse en paralelo y los ; era para continuarle

ya utilice los comandos, aclocal, autoconf, automake y todo sigue igual

la verdad es que no me acuerdo si ya antes he compilado o no algo, ya que con esta distro de debian no llevo tanto, llevo como un poco mas de medio año, ya que formatie por problemas que tenia con la version de 64 bits para instalar de nuevo la de 32

este programa tiene varias versiones, unas para multisync y otras para opensync, y todas me dan el mismo resultado
"afortunadamente" tambien pusieron una variante en .deb pero a pesar de instalarse exitosamente, no puedo poner el susodicho plugin en el multisync, no se ve si haya mas versiones



.............................................
este programa dice haber funcionado exitosamente en Debian Stable, asi que instale en el VirtualBox una distro stable de debian para probar si hecho a andar este programa y los resultados fueron exactamente los mismos
__________________
procrastinadores y perezosos del mundo , unios hoy!!..... no... mejor mañana
Desearia que el RO tuviera integracion con el FB para asi estar en el chat mientras juego..... ok no
Habia dos EMOS bebiendo en un bar, y cuando inicio la hora feliz se levantaron y se fueron
alejandro_oyervides no ha iniciado sesión   Reply With Quote
Old 06-02-2008, 12:12 AM   #7
pescaupintau
Marquis
 
pescaupintau's Avatar
 
Join Date: Oct 2006
Location: no se pudo establecar conexión con el servidor
Posts: 2,057
pescaupintau is a jewel in the roughpescaupintau is a jewel in the roughpescaupintau is a jewel in the rough
Default

Quote:
Originally Posted by alejandro_oyervides
Code:
alejandro@phoenix:~/Desktop/j2mesync/j2mesync_plugin$ ./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  ...
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
./configure: line 2171: syntax error near unexpected token `PACKAGE,'
./configure: line 2171: `PKG_CHECK_MODULES(PACKAGE, $pkg_modules)'
che, me bajé para probar y tuve ese error,pero ligeramente distinto:
Code:
checking for PACKAGE... configure: error: Package requirements (libgnomeui-2.0 glib-2.0) were not met:

No package 'libgnomeui-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PACKAGE_CFLAGS
and PACKAGE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
¿no te olvidaste de poner una parte del error?, en mi caso, significa instalar el paquete libgnomeui-dev.
¿Te fijaste de tener todas las dependencias que figuran en la página?


pd: en mi debian tengo los paquetes libmultisync-plugin-evolution y opensync-plugin-evolution . ¿no te alcanza con eso para el evolution?. En realidad mi teléfono celular es de la época en que servían para hablar por teléfono y mandar mensajes de texto (pero con pantalla a colores! wiiiii)
pd2: una vez que hiciste el autogen la primera ves, podés pasar al paso ./configure directamente, hasta te dá una salida mas limpia
__________________
in theCopyleft—all rights reversed
pescaupintau no ha iniciado sesión   Reply With Quote
Old 06-02-2008, 12:45 AM   #8
alejandro_oyervides
Duke
 
alejandro_oyervides's Avatar
 
Join Date: May 2007
Location: Entornado.. Muy cerca
Posts: 3,353
alejandro_oyervides will become famous soon enoughalejandro_oyervides will become famous soon enough
Default

Quote:
Originally Posted by pescau
che, me bajé para probar y tuve ese error,pero ligeramente distinto:
Code:
checking for PACKAGE... configure: error: Package requirements (libgnomeui-2.0 glib-2.0) were not met:

No package 'libgnomeui-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PACKAGE_CFLAGS
and PACKAGE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
¿no te olvidaste de poner una parte del error?, en mi caso, significa instalar el paquete libgnomeui-dev.
¿Te fijaste de tener todas las dependencias que figuran en la página?


pd: en mi debian tengo los paquetes libmultisync-plugin-evolution y opensync-plugin-evolution . ¿no te alcanza con eso para el evolution?. En realidad mi teléfono celular es de la época en que servían para hablar por teléfono y mandar mensajes de texto (pero con pantalla a colores! wiiiii)
pd2: una vez que hiciste el autogen la primera ves, podés pasar al paso ./configure directamente, hasta te dá una salida mas limpia
tengo esos paquetes que tu tienes
libmultisync-plugin-evolution y opensync-plugin-evolution
y si, toodo el error que te puse es el que me salio, no omiti nada

la pagina no habla mucho de dependencias mas que utilizar multisync o opensync y evolution, pero si, por si acaso instale todo lo relacionado con esos programas

mi telefono pues lo uso principalmente para escuchar musica, agendar mis cosas por el calendario tipo outlook, jugar al GameBoyAdvance, tomar pics a mis amigas, etc,


se dice que trabajan para meterle el SO Access Linux
nomas salga y yo se lo meto
http://alp.access-company.com/lang/e...iew/index.html
__________________
procrastinadores y perezosos del mundo , unios hoy!!..... no... mejor mañana
Desearia que el RO tuviera integracion con el FB para asi estar en el chat mientras juego..... ok no
Habia dos EMOS bebiendo en un bar, y cuando inicio la hora feliz se levantaron y se fueron
alejandro_oyervides no ha iniciado sesión   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:44 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved