Compilar versión 0.9.3 desde el source - Versión para Impresión +- Foro de Chronojump en castellano (http://foro.chronojump.org) +-- Foro: Software y hardware (/forumdisplay.php?fid=1) +--- Foro: Software Chronojump (/forumdisplay.php?fid=2) +--- Tema: Compilar versión 0.9.3 desde el source (/showthread.php?tid=102) |
Compilar versión 0.9.3 desde el source - juanfer - 24-05-2011 08:34 PM Xavi, Estoy queriendo compilar la versión 0.9.3 desde el código fuente en Ubuntu 11.04. Primero te comento que haciendo el "./configure" saltan los siguientes "errorer": ---------------------------------------------------------------- checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/dist-packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages checking for pkg-config... /usr/bin/pkg-config ./configure: line 10610: SHAMROCK_EXPAND_LIBDIR: command not found ./configure: line 10611: SHAMROCK_EXPAND_BINDIR: command not found ./configure: line 10612: SHAMROCK_EXPAND_DATADIR: command not found checking for csc... no checking for gmcs... /usr/bin/gmcs ---------------------------------------------------------------- además no puedo terminar el "./configure" por los siguientes mensajes: checking for GLIB_SHARP_20... yes checking for GTK_SHARP_20... yes checking for GLADE_SHARP_20... yes checking for CESARPLAYER... no configure: error: Package requirements (gtk+-2.0 >= 2.8 gdk-2.0 gio-2.0 glib-2.0 gstreamer-0.10 gstreamer-audio-0.10 gstreamer-video-0.10 gstreamer-pbutils-0.10 gobject-2.0 gstreamer-interfaces-0.10) were not met: No package 'gtk+-2.0' found No package 'gdk-2.0' found No package 'gio-2.0' found No package 'glib-2.0' found No package 'gstreamer-0.10' found No package 'gstreamer-audio-0.10' found No package 'gstreamer-video-0.10' found No package 'gstreamer-pbutils-0.10' found No package 'gobject-2.0' found No package 'gstreamer-interfaces-0.10' 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 CESARPLAYER_CFLAGS and CESARPLAYER_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ---------------------------------------------------------------- ¿Sabés que paquetes me están faltando? Gracias Saludos Juanfer RE: Compilar versión 0.9.3 desde el source - juanfer - 07-06-2011 12:46 PM Xavi, Te consulto nuevamente ya que necesito instalar desde el source. Gracias. Saludos Juanfer RE: Compilar versión 0.9.3 desde el source - xavi - 08-06-2011 10:33 AM Hola Juanfer, no te respondí porque depende de una cosilla que tenía que hacer yo y al final la hará Andoni. Espero que la termine hoy y puedas compilar. Andoni publicará el paquete para Linux (Debian, Ubuntu) de la 0.9.3 y al hacerlo arreglará el problema del tar.gz que no te deja compilar. Disculpa la espera. RE: Compilar versión 0.9.3 desde el source - xavi - 08-06-2011 04:11 PM Hola Juanfer Prueba ahora a bajarte la 0.9.4 (es lo mismo que la 0.9.3 pero arregla tu problema) ftp://ftp.gnome.org/pub/GNOME/sources/chronojump/0.9/ saludos RE: Compilar versión 0.9.3 desde el source - juanfer - 09-06-2011 04:37 AM Xavi, Te comento que ahora estoy probando con Fedora 15, y me pasa lo mismo. Con la 0.9.4 obtengo el siguiente mensaje luego del ./configure ¿Reconocés qué paquete me está faltando? Tengo instalado gstreamer-0.10.34 --------------------------------------------------------------------------- checking pkg-config is at least version 0.9.0... yes checking for GLIB_SHARP_20... yes checking for GTK_SHARP_20... yes checking for GLADE_SHARP_20... yes checking for CESARPLAYER... no configure: error: Package requirements (gtk+-2.0 >= 2.8 gdk-2.0 gio-2.0 glib-2.0 gstreamer-0.10 gstreamer-audio-0.10 gstreamer-video-0.10 gstreamer-pbutils-0.10 gobject-2.0 gstreamer-interfaces-0.10) were not met: No package 'gstreamer-0.10' found No package 'gstreamer-audio-0.10' found No package 'gstreamer-video-0.10' found No package 'gstreamer-pbutils-0.10' found No package 'gstreamer-interfaces-0.10' 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 CESARPLAYER_CFLAGS and CESARPLAYER_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. [root@vigia chronojump-0.9.4]# --------------------------------------------------------------------------- RE: Compilar versión 0.9.3 desde el source - xavi - 09-06-2011 02:06 PM Creo que necesitas las libgstreamer. Yo tengo: ii libgstreamer-plugins-base0.10-0 0.10.30-2 ii libgstreamer-plugins-base0.10-dev 0.10.30-2 ii libgstreamer0.10-0 0.10.30-1build2 ii libgstreamer0.10-dev 0.10.30-1build2 RE: Compilar versión 0.9.3 desde el source - xavi - 21-06-2011 08:52 AM Ahora ya puedes instalar el paquete para ubuntu siguiendo las indicaciones de la web de Chronojump (apartado de software). supongo que además ya no habrá problema para compilar. Saludos RE: Compilar versión 0.9.3 desde el source - ad1984 - 27-06-2011 05:34 PM Hola Xavi y Juanfer, quisiera saber si podían crear un tutorial sobre la instalación de Chronojump en Ubuntu. Muchas gracias!!!!! RE: Compilar versión 0.9.3 desde el source - xavi - 04-01-2013 01:51 PM (27-06-2011 05:34 PM)ad1984 Escribió: Hola Xavi y Juanfer, quisiera saber si podían crear un tutorial sobre la instalación de Chronojump en Ubuntu. No habíamos visto este mensaje. La guía está aquí: http://foro.chronojump.org/showthread.php?tid=1282 |