[Ginga-argentina] Instalacion GING.AR 2.1 UBUNTU 13.04

Franco H gusamh at gmail.com
Tue Jul 16 19:19:12 CEST 2013


bueno la libreria

libgtest-dev

la instale con

sudo apt-get install libgtest-dev

sudo apt-get install cmake # install cmakecd /usr/src/gtestsudo cmake
CMakeLists.txtsudo make
 # copy or symlink libgtest.a and libgtest_main.a to your /usr/lib
foldersudo cp *.a /usr/lib

luego volvi a compilar GINGA

con exito.

espero esto le sirva a otros..

Gracias a Leo y Javier!!!



On Tue, Jul 16, 2013 at 11:41 AM, Franco H <gusamh at gmail.com> wrote:

> Si es verdad me faltaba la libreria ahora la salida es esta
> me falta una libreria ? puede ser GTEST, pero creo tenerla instalada o es
> otra?
>
>
> gusam at TVDI:~/Ginga.ar_2.1/install$ sudo ../build/build.py -t ginga
> cmake   -DIS_TOOL=1 -DCOMPILE_PROJECT="ginga"
> /home/gusam/Ginga.ar_2.1/config
> -- The C compiler identification is GNU 4.7.3
> -- The CXX compiler identification is GNU 4.7.3
> -- Check for working C compiler: /usr/bin/cc
> -- Check for working C compiler: /usr/bin/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Begin parse project: ginga /home/gusam/Ginga.ar_2.1/tool/ginga
> -- Boost version: 1.53.0
> -- Found the following Boost libraries:
> --   system
> --   filesystem
> -- End parse project: ginga
> -- Begin parse project: ncl30-presenter
> /home/gusam/Ginga.ar_2.1/lib/ncl30-presenter
> -- Boost version: 1.53.0
> -- Found the following Boost libraries:
> --   system
> --   filesystem
> --   thread
> -- End parse project: ncl30-presenter
> -- Begin parse project: gingaplayer
> /home/gusam/Ginga.ar_2.1/lib/dtv-gingaplayer
> -- Boost version: 1.53.0
> -- Found the following Boost libraries:
> --   system
> --   filesystem
> --   thread
> -- Found Lua51: /usr/lib/i386-linux-gnu/liblua5.1.so;/usr/lib/i386-linux-gnu/libm.so
> (found version "5.1.5")
> -- Found CURL: /usr/lib/i386-linux-gnu/libcurl.so
> -- End parse project: gingaplayer
> -- Begin parse project: util /home/gusam/Ginga.ar_2.1/lib/dtv-util
> -- Boost version: 1.53.0
> -- Found the following Boost libraries:
> --   system
> --   filesystem
> --   thread
> -- Found XERCESC: /usr/lib/i386-linux-gnu/libxerces-c.so
> -- Found EV: /usr/lib/libev.so
> -- Found DB: /usr/lib/i386-linux-gnu/libdb.so
> -- End parse project: util
> -- Begin parse project: ncl30-converter
> /home/gusam/Ginga.ar_2.1/lib/ncl30-converter
> -- Boost version: 1.53.0
> -- Found the following Boost libraries:
> --   system
> --   filesystem
> --   thread
> -- End parse project: ncl30-converter
> -- Begin parse project: ncl30 /home/gusam/Ginga.ar_2.1/lib/ncl30
> -- Boost version: 1.53.0
> -- Found the following Boost libraries:
> --   system
> --   filesystem
> --   thread
> --   math_tr1
>
> -- End parse project: ncl30
> -- Begin parse project: canvas /home/gusam/Ginga.ar_2.1/lib/dtv-canvas
> -- Boost version: 1.53.0
> -- Found the following Boost libraries:
> --   system
> --   filesystem
> --   thread
> --   math_tr1
>
> -- Found Freetype: /usr/lib/i386-linux-gnu/libfreetype.so (found version
> "2.4.11")
> -- Found GTK2_GTK: /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so
> -- Found GDK-PIXBUF: /usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so
> -- Found GLIB: /usr/lib/i386-linux-gnu/libglib-2.0.so
> ;/usr/lib/i386-linux-gnu/libgobject-2.0.so;/usr/lib/i386-linux-gnu/
> libgthread-2.0.so
> -- Found PANGO: /usr/lib/i386-linux-gnu/libpango-1.0.so
> ;/usr/lib/i386-linux-gnu/libpangocairo-1.0.so
> -- Found CAIRO: /usr/lib/i386-linux-gnu/libcairo.so
> -- Found WEBKIT: /usr/lib/libwebkitgtk-1.0.so
> -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
> -- checking for one of the modules 'libsoup-2.4;libsoup2'
> -- checking for one of the modules 'libsoup-2.2;libsoup2'
> -- Found LibVLC include-dir path: /usr/include
> -- Found LibVLC library path:/usr/lib/libvlc.so
> -- Found LibVLCcore library path:/usr/lib/libvlccore.so
> -- End parse project: canvas
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/gusam/Ginga.ar_2.1/install
> cmake --build .
> Scanning dependencies of target util
> cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PROJECT_NAME=util
> /home/gusam/Ginga.ar_2.1/lib/dtv-util
>
> -- The C compiler identification is GNU 4.7.3
> -- The CXX compiler identification is GNU 4.7.3
> -- Check for working C compiler: /usr/bin/cc
> -- Check for working C compiler: /usr/bin/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Begin parse project: util /home/gusam/Ginga.ar_2.1/lib/dtv-util
> -- Boost version: 1.53.0
> -- Found the following Boost libraries:
> --   system
> --   filesystem
> --   thread
> -- Found XERCESC: /usr/lib/i386-linux-gnu/libxerces-c.so
> -- Found EV: /usr/lib/libev.so
> -- Found DB: /usr/lib/i386-linux-gnu/libdb.so
> -- End parse project: util
> --
> --
> -------------------------------------------------------------------------------
> -- PROJECT_NAME = util
> -- PROJECT_DESCRIPTION = This is a misc. Ginga Util library.
> -- PROJECT_VERSION = 0.11.1.0
> -- PLATFORM = UNIX
> -- SYSTEM = Linux
> -- USER CONFIG FILE: /home/gusam/Ginga.ar_2.1/config/SetupUser.cmake
> -- PLATFORM_FILE =
> -- BUILD_SHARED = OFF
> -- BUILD_TYPE = Debug
> -- INSTALL_PREFIX = /home/gusam/Ginga.ar_2.1/install/UNIX
> -- CONFIG_INSTALL_PREFIX = /home/gusam/Ginga.ar_2.1/install/UNIX
> -- INTERNAL DEPENDENCIES =
> -- EXTERNAL DEPENDENCIES = Boost;XERCESC;EV;DB
> -- OPTIONS = IO;LOG;STORAGE
> --
> -------------------------------------------------------------------------------
> -- Begin parse project: utiltest /home/gusam/Ginga.ar_2.1/lib/dtv-util/test
> CMake Error at
> /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97
> (message):
>   Could NOT find GTest (missing: GTEST_LIBRARY GTEST_MAIN_LIBRARY)
>
> Call Stack (most recent call first):
>   /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291
> (_FPHSA_FAILURE_MESSAGE)
>   /usr/share/cmake-2.8/Modules/FindGTest.cmake:150
> (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
>   test/deps.cmake:1 (find_package)
>   /home/gusam/Ginga.ar_2.1/config/Utils.cmake:158 (INCLUDE)
>   /home/gusam/Ginga.ar_2.1/config/Impl.cmake:520 (INCLUDE_IF_EXIST)
>   /home/gusam/Ginga.ar_2.1/config/Impl.cmake:527 (INCLUDE_COMPONENTS)
>   /home/gusam/Ginga.ar_2.1/config/Impl.cmake:485
> (INCLUDE_PROJECT_COMPONENTS)
>   /home/gusam/Ginga.ar_2.1/config/Impl.cmake:233 (PROCESS_PROJECT_AUX)
>   /home/gusam/Ginga.ar_2.1/config/Impl.cmake:87 (DO_TESTS)
>   /home/gusam/Ginga.ar_2.1/config/Tvd.cmake:44 (DoBuild)
>   CMakeLists.txt:7 (Add_Lib)
>
>
>
> -- Configuring incomplete, errors occurred!
> make[2]: *** [CMakeFiles/util] Error 1
> make[1]: *** [CMakeFiles/util.dir/all] Error 2
> make: *** [all] Error 2
>
>
>
> On Tue, Jul 16, 2013 at 10:56 AM, Javier Búcar <
> jbucar at lifia.info.unlp.edu.ar> wrote:
>
>> Te falta, segun lo siguiente
>>
>> The following Boost libraries could not be found:
>>
>>           boost_math_tr1
>>
>>
>> que en ubuntu me parece que es
>>
>> libboost-math-dev
>>
>> Si sigue tirando errores, fijate cual es la dependencia que falla
>> mirando el log, que esta mas que claro cuando no encuentra una
>> libreria ;)
>> Nosotros estamos usando Ubuntu 12.04 y los paquetes pueden no ser los
>> mismos
>> Saludos,
>> Javier
>>
>> On Tue, Jul 16, 2013 at 10:37 AM, Franco H <gusamh at gmail.com> wrote:
>> > modifique lo que me paso leo
>> >
>> > export DEPOT=$PWD/Ginga.ar_2.1
>> >
>> > lo comprobe con echo $DEPOT
>> >
>> > /home/gusam/Ginga.ar_2.1
>> >
>> > que es el directorio donde esta descompatado
>> >
>> > despues al volver a compilar me da lo siguiente
>> >
>> >
>> >
>> > gusam at TVDI:~/Ginga.ar_2.1/install$ sudo ../build/build.py -t ginga
>> > cmake   -DIS_TOOL=1 -DCOMPILE_PROJECT="ginga"
>> > /home/gusam/Ginga.ar_2.1/config
>> > -- The C compiler identification is GNU 4.7.3
>> > -- The CXX compiler identification is GNU 4.7.3
>> > -- Check for working C compiler: /usr/bin/cc
>> > -- Check for working C compiler: /usr/bin/cc -- works
>> > -- Detecting C compiler ABI info
>> > -- Detecting C compiler ABI info - done
>> > -- Check for working CXX compiler: /usr/bin/c++
>> > -- Check for working CXX compiler: /usr/bin/c++ -- works
>> > -- Detecting CXX compiler ABI info
>> > -- Detecting CXX compiler ABI info - done
>> > -- Begin parse project: ginga /home/gusam/Ginga.ar_2.1/tool/ginga
>> > -- Boost version: 1.53.0
>> > -- Found the following Boost libraries:
>> > --   system
>> > --   filesystem
>> > -- End parse project: ginga
>> > -- Begin parse project: ncl30-presenter
>> > /home/gusam/Ginga.ar_2.1/lib/ncl30-presenter
>> > -- Boost version: 1.53.0
>> > -- Found the following Boost libraries:
>> > --   system
>> > --   filesystem
>> > --   thread
>> > -- End parse project: ncl30-presenter
>> > -- Begin parse project: gingaplayer
>> > /home/gusam/Ginga.ar_2.1/lib/dtv-gingaplayer
>> > -- Boost version: 1.53.0
>> > -- Found the following Boost libraries:
>> > --   system
>> > --   filesystem
>> > --   thread
>> > -- Found Lua51:
>> > /usr/lib/i386-linux-gnu/liblua5.1.so;/usr/lib/i386-linux-gnu/libm.so
>> (found
>> > version "5.1.5")
>> > -- Found CURL: /usr/lib/i386-linux-gnu/libcurl.so
>> > -- End parse project: gingaplayer
>> > -- Begin parse project: util /home/gusam/Ginga.ar_2.1/lib/dtv-util
>> > -- Boost version: 1.53.0
>> > -- Found the following Boost libraries:
>> > --   system
>> > --   filesystem
>> > --   thread
>> > -- Found XERCESC: /usr/lib/i386-linux-gnu/libxerces-c.so
>> > -- Found EV: /usr/lib/libev.so
>> > -- Found DB: /usr/lib/i386-linux-gnu/libdb.so
>> > -- End parse project: util
>> > -- Begin parse project: ncl30-converter
>> > /home/gusam/Ginga.ar_2.1/lib/ncl30-converter
>> > -- Boost version: 1.53.0
>> > -- Found the following Boost libraries:
>> > --   system
>> > --   filesystem
>> > --   thread
>> > -- End parse project: ncl30-converter
>> > -- Begin parse project: ncl30 /home/gusam/Ginga.ar_2.1/lib/ncl30
>> > CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1195
>> (message):
>> >   Unable to find the requested Boost libraries.
>> >
>> >   Boost version: 1.53.0
>> >
>> >   Boost include path: /usr/include
>> >
>> >   The following Boost libraries could not be found:
>> >
>> >           boost_math_tr1
>> >
>> >   Some (but not all) of the required Boost libraries were found.  You
>> may
>> >   need to install these additional Boost libraries.  Alternatively, set
>> >   BOOST_LIBRARYDIR to the directory containing Boost libraries or
>> BOOST_ROOT
>> >   to the location of Boost.
>> > Call Stack (most recent call first):
>> >   Impl.cmake:576 (find_package)
>> >   Tvd.cmake:94 (ADD_BOOST_COMPONENTS_IMPL)
>> >   /home/gusam/Ginga.ar_2.1/lib/ncl30/deps.cmake:3 (ADD_BOOST_COMPONENTS)
>> >   Utils.cmake:158 (INCLUDE)
>> >   Impl.cmake:520 (INCLUDE_IF_EXIST)
>> >   Impl.cmake:527 (INCLUDE_COMPONENTS)
>> >   Impl.cmake:485 (INCLUDE_PROJECT_COMPONENTS)
>> >   Impl.cmake:471 (PROCESS_PROJECT_AUX)
>> >   Impl.cmake:379 (PROCESS_PROJECT)
>> >   Tvd.cmake:156 (GET_PROJECT_BUILD_ORDER)
>> >   CMakeLists.txt:15 (CREATE_TARGET)
>> >
>> >
>> > -- End parse project: ncl30
>> > -- Begin parse project: canvas /home/gusam/Ginga.ar_2.1/lib/dtv-canvas
>> > CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1195
>> (message):
>> >   Unable to find the requested Boost libraries.
>> >
>> >   Boost version: 1.53.0
>> >
>> >   Boost include path: /usr/include
>> >
>> >   The following Boost libraries could not be found:
>> >
>> >           boost_math_tr1
>> >
>> >   Some (but not all) of the required Boost libraries were found.  You
>> may
>> >   need to install these additional Boost libraries.  Alternatively, set
>> >   BOOST_LIBRARYDIR to the directory containing Boost libraries or
>> BOOST_ROOT
>> >   to the location of Boost.
>> > Call Stack (most recent call first):
>> >   Impl.cmake:576 (find_package)
>> >   Tvd.cmake:94 (ADD_BOOST_COMPONENTS_IMPL)
>> >   /home/gusam/Ginga.ar_2.1/lib/dtv-canvas/deps.cmake:6
>> > (ADD_BOOST_COMPONENTS)
>> >   Utils.cmake:158 (INCLUDE)
>> >   Impl.cmake:520 (INCLUDE_IF_EXIST)
>> >   Impl.cmake:527 (INCLUDE_COMPONENTS)
>> >   Impl.cmake:485 (INCLUDE_PROJECT_COMPONENTS)
>> >   Impl.cmake:471 (PROCESS_PROJECT_AUX)
>> >   Impl.cmake:379 (PROCESS_PROJECT)
>> >   Tvd.cmake:156 (GET_PROJECT_BUILD_ORDER)
>> >   CMakeLists.txt:15 (CREATE_TARGET)
>> >
>> >
>> > -- Found Freetype: /usr/lib/i386-linux-gnu/libfreetype.so (found version
>> > "2.4.11")
>> > -- Found GTK2_GTK: /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so
>> > -- Found GDK-PIXBUF: /usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so
>> > -- Found GLIB:
>> > /usr/lib/i386-linux-gnu/libglib-2.0.so;/usr/lib/i386-linux-gnu/
>> libgobject-2.0.so;/usr/lib/i386-linux-gnu/libgthread-2.0.so
>> > -- Found PANGO:
>> > /usr/lib/i386-linux-gnu/libpango-1.0.so;/usr/lib/i386-linux-gnu/
>> libpangocairo-1.0.so
>> > -- Found CAIRO: /usr/lib/i386-linux-gnu/libcairo.so
>> > -- Could NOT find WEBKIT (missing:  WEBKIT_LIBRARY WEBKIT_INCLUDE_DIR)
>> > -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
>> > -- checking for one of the modules 'libsoup-2.4;libsoup2'
>> > -- checking for one of the modules 'libsoup-2.2;libsoup2'
>> > CMake Error at Tvd.cmake:64 (message):
>> >   NOT FOUNDED PACKAGE: WEBKIT
>> > Call Stack (most recent call first):
>> >   /home/gusam/Ginga.ar_2.1/lib/dtv-canvas/deps.SYS_HTML_GTK.cmake:6
>> > (ADD_DEPENDENTS)
>> >   Utils.cmake:158 (INCLUDE)
>> >   Impl.cmake:535 (INCLUDE_IF_EXIST)
>> >   Impl.cmake:485 (INCLUDE_PROJECT_COMPONENTS)
>> >   Impl.cmake:471 (PROCESS_PROJECT_AUX)
>> >   Impl.cmake:379 (PROCESS_PROJECT)
>> >   Tvd.cmake:156 (GET_PROJECT_BUILD_ORDER)
>> >   CMakeLists.txt:15 (CREATE_TARGET)
>> >
>> >
>> > -- Configuring incomplete, errors occurred!
>> >
>> > Espero mas datos, segun el gestor synaptic tengo instaladas las
>> dependencias
>> > que nombre en el primer correo.
>> >
>> >
>> >
>> >
>> > On Mon, Jul 15, 2013 at 3:23 PM, Franco H <gusamh at gmail.com> wrote:
>> >>
>> >> Hola estoy tratando de hacer funcionar GINGA.AR 2.1 en ubuntu 13.04
>> tengo
>> >> las siguientes dependencias instaladas.
>> >>
>> >>
>> >> libboost-filesystem-dev 1.53.0-3
>> >> libboost-system-dev 1.53.0-3
>> >> libboost-thread-dev 1.53.0-3
>> >> libcurl4-openssl-dev 7.29.0-1
>> >> libev-dev 1:4. 11-1
>> >> libexpat1-dev 2.1.0-2
>> >> libgdk-pixbuf2.0-dev 2.28.0
>> >> libglib2.0-dev 2.36.0-1
>> >> libgtk2.0-dev 2.24.17
>> >> libwebkitgtk-dev 1.10.2
>> >> libcairo2-dev 1.12.14
>> >> libvlc-dev 2.0.6-1
>> >> libvlccore-dev 2.06-1
>> >> libxerces-c-dev 3.1.1-3
>> >> luasocket-dev 2.0.2-8
>> >> libgtest-dev 1.6.0-1
>> >>
>> >> Realice los pasos para construcción
>> >>
>> >> mkdir -p ginga/install.LINUX; cd ginga
>> >> unzip Ginga.ar_2.0.zip
>> >> export DEPOT=$PWD
>> >> cd install.LINUX
>> >> ../build/build.py -t ginga
>> >>
>> >> como resultado obtuve esto.
>> >>
>> >> gusam at TVDI:~/Ginga.ar_2.1/install$ ../build/build.py -t ginga
>> >> cmake   -DIS_TOOL=1 -DCOMPILE_PROJECT="ginga"  /home/gusam/config
>> >> CMake Error: The source directory "/home/gusam/config" does not exist.
>> >> Specify --help for usage, or press the help button on the CMake GUI.
>> >> gusam at TVDI:~/Ginga.ar_2.1/install$ sudo ../build/build.py -t ginga
>> >> cmake   -DIS_TOOL=1 -DCOMPILE_PROJECT="ginga"
>> >> /home/gusam/Ginga.ar_2.1/config
>> >> -- The C compiler identification is GNU 4.7.3
>> >> -- The CXX compiler identification is GNU 4.7.3
>> >> -- Check for working C compiler: /usr/bin/cc
>> >> -- Check for working C compiler: /usr/bin/cc -- works
>> >> -- Detecting C compiler ABI info
>> >> -- Detecting C compiler ABI info - done
>> >> -- Check for working CXX compiler: /usr/bin/c++
>> >> -- Check for working CXX compiler: /usr/bin/c++ -- works
>> >> -- Detecting CXX compiler ABI info
>> >> -- Detecting CXX compiler ABI info - done
>> >> -- Begin parse project: ginga /home/gusam/Ginga.ar_2.1/tool/ginga
>> >> -- Boost version: 1.53.0
>> >> -- Found the following Boost libraries:
>> >> --   system
>> >> --   filesystem
>> >> -- End parse project: ginga
>> >> -- Begin parse project: ncl30-presenter
>> >> /home/gusam/Ginga.ar_2.1/lib/ncl30-presenter
>> >> -- Boost version: 1.53.0
>> >> -- Found the following Boost libraries:
>> >> --   system
>> >> --   filesystem
>> >> --   thread
>> >> -- End parse project: ncl30-presenter
>> >> -- Begin parse project: gingaplayer
>> >> /home/gusam/Ginga.ar_2.1/lib/dtv-gingaplayer
>> >> -- Boost version: 1.53.0
>> >> -- Found the following Boost libraries:
>> >> --   system
>> >> --   filesystem
>> >> --   thread
>> >> -- Found Lua51:
>> >> /usr/lib/i386-linux-gnu/liblua5.1.so;/usr/lib/i386-linux-gnu/libm.so
>> (found
>> >> version "5.1.5")
>> >> -- Found CURL: /usr/lib/i386-linux-gnu/libcurl.so
>> >> -- End parse project: gingaplayer
>> >> -- Begin parse project: util /home/gusam/Ginga.ar_2.1/lib/dtv-util
>> >> -- Boost version: 1.53.0
>> >> -- Found the following Boost libraries:
>> >> --   system
>> >> --   filesystem
>> >> --   thread
>> >> -- Found XERCESC: /usr/lib/i386-linux-gnu/libxerces-c.so
>> >> -- Found EV: /usr/lib/libev.so
>> >> -- Found DB: /usr/lib/i386-linux-gnu/libdb.so
>> >> -- End parse project: util
>> >> -- Begin parse project: ncl30-converter
>> >> /home/gusam/Ginga.ar_2.1/lib/ncl30-converter
>> >> -- Boost version: 1.53.0
>> >> -- Found the following Boost libraries:
>> >> --   system
>> >> --   filesystem
>> >> --   thread
>> >> -- End parse project: ncl30-converter
>> >> -- Begin parse project: ncl30 /home/gusam/Ginga.ar_2.1/lib/ncl30
>> >> CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1195
>> >> (message):
>> >>   Unable to find the requested Boost libraries.
>> >>
>> >>   Boost version: 1.53.0
>> >>
>> >>   Boost include path: /usr/include
>> >>
>> >>   The following Boost libraries could not be found:
>> >>
>> >>           boost_math_tr1
>> >>
>> >>   Some (but not all) of the required Boost libraries were found.  You
>> may
>> >>   need to install these additional Boost libraries.  Alternatively, set
>> >>   BOOST_LIBRARYDIR to the directory containing Boost libraries or
>> >> BOOST_ROOT
>> >>   to the location of Boost.
>> >> Call Stack (most recent call first):
>> >>   Impl.cmake:576 (find_package)
>> >>   Tvd.cmake:94 (ADD_BOOST_COMPONENTS_IMPL)
>> >>   /home/gusam/Ginga.ar_2.1/lib/ncl30/deps.cmake:3
>> (ADD_BOOST_COMPONENTS)
>> >>   Utils.cmake:158 (INCLUDE)
>> >>   Impl.cmake:520 (INCLUDE_IF_EXIST)
>> >>   Impl.cmake:527 (INCLUDE_COMPONENTS)
>> >>   Impl.cmake:485 (INCLUDE_PROJECT_COMPONENTS)
>> >>   Impl.cmake:471 (PROCESS_PROJECT_AUX)
>> >>   Impl.cmake:379 (PROCESS_PROJECT)
>> >>   Tvd.cmake:156 (GET_PROJECT_BUILD_ORDER)
>> >>   CMakeLists.txt:15 (CREATE_TARGET)
>> >>
>> >>
>> >> -- End parse project: ncl30
>> >> -- Begin parse project: canvas /home/gusam/Ginga.ar_2.1/lib/dtv-canvas
>> >> CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1195
>> >> (message):
>> >>   Unable to find the requested Boost libraries.
>> >>
>> >>   Boost version: 1.53.0
>> >>
>> >>   Boost include path: /usr/include
>> >>
>> >>   The following Boost libraries could not be found:
>> >>
>> >>           boost_math_tr1
>> >>
>> >>   Some (but not all) of the required Boost libraries were found.  You
>> may
>> >>   need to install these additional Boost libraries.  Alternatively, set
>> >>   BOOST_LIBRARYDIR to the directory containing Boost libraries or
>> >> BOOST_ROOT
>> >>   to the location of Boost.
>> >> Call Stack (most recent call first):
>> >>   Impl.cmake:576 (find_package)
>> >>   Tvd.cmake:94 (ADD_BOOST_COMPONENTS_IMPL)
>> >>   /home/gusam/Ginga.ar_2.1/lib/dtv-canvas/deps.cmake:6
>> >> (ADD_BOOST_COMPONENTS)
>> >>   Utils.cmake:158 (INCLUDE)
>> >>   Impl.cmake:520 (INCLUDE_IF_EXIST)
>> >>   Impl.cmake:527 (INCLUDE_COMPONENTS)
>> >>   Impl.cmake:485 (INCLUDE_PROJECT_COMPONENTS)
>> >>   Impl.cmake:471 (PROCESS_PROJECT_AUX)
>> >>   Impl.cmake:379 (PROCESS_PROJECT)
>> >>   Tvd.cmake:156 (GET_PROJECT_BUILD_ORDER)
>> >>   CMakeLists.txt:15 (CREATE_TARGET)
>> >>
>> >>
>> >> -- Found Freetype: /usr/lib/i386-linux-gnu/libfreetype.so (found
>> version
>> >> "2.4.11")
>> >> -- Found GTK2_GTK: /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so
>> >> -- Found GDK-PIXBUF: /usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so
>> >> -- Found GLIB:
>> >> /usr/lib/i386-linux-gnu/libglib-2.0.so;/usr/lib/i386-linux-gnu/
>> libgobject-2.0.so;/usr/lib/i386-linux-gnu/libgthread-2.0.so
>> >> -- Found PANGO:
>> >> /usr/lib/i386-linux-gnu/libpango-1.0.so;/usr/lib/i386-linux-gnu/
>> libpangocairo-1.0.so
>> >> -- Found CAIRO: /usr/lib/i386-linux-gnu/libcairo.so
>> >> -- Could NOT find WEBKIT (missing:  WEBKIT_LIBRARY WEBKIT_INCLUDE_DIR)
>> >> -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
>> >> -- checking for one of the modules 'libsoup-2.4;libsoup2'
>> >> -- checking for one of the modules 'libsoup-2.2;libsoup2'
>> >> CMake Error at Tvd.cmake:64 (message):
>> >>   NOT FOUNDED PACKAGE: WEBKIT
>> >> Call Stack (most recent call first):
>> >>   /home/gusam/Ginga.ar_2.1/lib/dtv-canvas/deps.SYS_HTML_GTK.cmake:6
>> >> (ADD_DEPENDENTS)
>> >>   Utils.cmake:158 (INCLUDE)
>> >>   Impl.cmake:535 (INCLUDE_IF_EXIST)
>> >>   Impl.cmake:485 (INCLUDE_PROJECT_COMPONENTS)
>> >>   Impl.cmake:471 (PROCESS_PROJECT_AUX)
>> >>   Impl.cmake:379 (PROCESS_PROJECT)
>> >>   Tvd.cmake:156 (GET_PROJECT_BUILD_ORDER)
>> >>   CMakeLists.txt:15 (CREATE_TARGET)
>> >>
>> >>
>> >> -- Configuring incomplete, errors occurred!
>> >>
>> >> SI alguien me da una mano con esto se los re agradecería
>> >>
>> >> Analista Funcional - Poder Judicial de la Nación
>> >> Asistente - UNPA
>> >> AdeS. Herrera Franco
>> >
>> >
>> >
>> >
>> > --
>> > Analista Funcional - Poder Judicial de la Nación
>> > Asistente - UNPA
>> > AdeS. Herrera Franco
>> >
>> > __________________________________________Lista de correo
>> > Ginga-argentina at lists.ourproject.org
>> > cambiar suscripci&#243;n:
>> > https://lists.ourproject.org/cgi-bin/mailman/listinfo/ginga-argentina
>> > Sitio web: http://comunidad.ginga.org.ar
>> > Wiki: http://wiki.ginga.org.ar
>> >
>>
>> __________________________________________Lista de correo
>> Ginga-argentina at lists.ourproject.org
>> cambiar suscripci&#243;n:
>> https://lists.ourproject.org/cgi-bin/mailman/listinfo/ginga-argentina
>> Sitio web: http://comunidad.ginga.org.ar
>> Wiki: http://wiki.ginga.org.ar
>>
>
>
>
> --
> Analista Funcional - Poder Judicial de la Nación
> Asistente - UNPA
> AdeS. Herrera Franco
>



-- 
Analista Funcional - Poder Judicial de la Nación
Asistente - UNPA
AdeS. Herrera Franco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ourproject.org/pipermail/ginga-argentina/attachments/20130716/52a66236/attachment-0001.htm 


More information about the Ginga-argentina mailing list