bino-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bino-list] bino compile error, ubuntu 10.04


From: Martin Lambers
Subject: Re: [Bino-list] bino compile error, ubuntu 10.04
Date: Mon, 24 Oct 2011 08:34:43 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

Hi Nate!

On 24/10/11 07:14, Nate wrote:
> ----- Original Message ----
>> From: Martin Lambers <address@hidden>
>>
>> Building Bino on Ubuntu 10.04 works fine for me using ffmpeg-0.7.x or
>> ffmpeg-0.8.x and Equalizer 1.0.1. Which versions do you try to use?
> 
> I was using the latest commit of ffmpeg with x264 and other goodies.
> Downgrading to ffmpeg 0.8.5 and disabling Equalizer got Bino to compile.

It looks strange that there were link errors due to libavfilter. Bino
does not use it. Maybe it is a new dependency of other libav* libraries
(but then pkg-config should drag it in automatically) or maybe it's a
temporary problem with FFmpeg master.

> However I'm gonna need Equalizer for compiling later.
> 
> Can't get Equalizer 1.0.1 to compile from source:
> 
> $ make
> -- No revision version support, subversion error: svn: 
> '/projects/KidI/Equalizer-1.0.1' is not a working copy
> 
> -- Could NOT find Boost
> CUDA_TOOLKIT_ROOT_DIR not found or specified
> -- Could NOT find CUDA  (missing:  CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE 
> CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY)
> -- Found GLEW: /usr/lib/libGLEW.so
> --   This library does not support GLEW_MX.
> -- Skipping 'eqNBody' example (CUDA not found or enabled)
> -- Could NOT find osgDB  (missing:  OSGDB_LIBRARY OSGDB_INCLUDE_DIR)
> -- Could NOT find osgUtil  (missing:  OSGUTIL_LIBRARY OSGUTIL_INCLUDE_DIR)
> -- Could NOT find osg  (missing:  OSG_LIBRARY OSG_INCLUDE_DIR)
> -- Could NOT find OpenThreads  (missing:  OPENTHREADS_LIBRARY 
> OPENTHREADS_INCLUDE_DIR)
> -- Could NOT find OpenSceneGraph  (missing:  OPENSCENEGRAPH_LIBRARIES 
> OPENSCENEGRAPH_INCLUDE_DIR)
> -- Skipping 'osgScaleViewer' example (OSG not found)
> CMake Error at 
> /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
>   Could NOT find BISON (missing: BISON_EXECUTABLE)
> Call Stack (most recent call first):
>   /usr/share/cmake-2.8/Modules/FindBISON.cmake:152 
> (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
>   libs/server/CMakeLists.txt:6 (find_package)
> 
> -- Configuring incomplete, errors occurred!
> make: *** [release/Makefile] Error 1

You need to install bison. (The Boost, CUDA, and OpenSceneGraph (OSG_*)
libraries are optional.)

Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]