You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble installing or compiling in Ubuntu 14.04.
I installed the required dependencies through apt, and cmake (2.8.12.2)
finishes without errors. I did have to edit the CMakeLists.txt to avoid CMP0043
problems by adding:
if (POLICY CMP0043)
cmake_policy(PUSH)
cmake_policy(SET CMP0043 OLD)
endif (POLICY CMP0043)
whithout this edit, cmake could not finish cleanly.
However, when I issue make, it does not compile, giving error:
/usr/bin/ld: CMakeFiles/braingl.dir/data/datasets/datasetconglyphs.cpp.o:
undefined reference to symbol 'glLineWidth'
//usr/lib/nvidia-331/libGL.so.1: error adding symbols: DSO missing from command
line
The other route is to go through the experimental .deb file, but I am also not
having success:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Building data structures... Done
Building data structures... Done
This package is uninstallable
Dependency is not satisfiable: libglew1.5 (>= 1.5.7.is.1.5.2)
I do have libglew1.9 installed.
Thanks!
FYI:
Display: 0x23fe0d0
Window: 0x8e00002
Context: 0x2418d50
GL_VERSION: 4.4.0 NVIDIA 331.113
GL_VENDOR: NVIDIA Corporation
GL_RENDERER: GeForce GTX 650 Ti/PCIe/SSE2
lconcha@mansfield:/misc/mansfield/lconcha/software/braingl/build$ cmake ../src/
-- Boost version: 1.54.0
--
--
*******************************************************************************
-- * SUMMARY OF USED VARIABLES -> Details in AllVariables.txt
*
--
*******************************************************************************
-- CMAKE_ROOT ........................... = /usr/share/cmake-2.8
-- CMAKE_HOME_DIRECTORY ................. =
/misc/mansfield/lconcha/software/braingl/src
-- CMAKE_VERSION ........................ = 2.8.12.2
-- CMAKE_GENERATOR ...................... = Unix Makefiles
-- CMAKE_MODULE_PATH .................... =
/misc/mansfield/lconcha/software/braingl/src/../tools/cmake;/usr/lib/vtk-5.8/CMa
ke
-- CMAKE_HOST_SYSTEM .................... = Linux-3.13.0-24-generic
-- CMAKE_HOST_SYSTEM_VERSION ............ = 3.13.0-24-generic
-- CMAKE_HOST_SYSTEM_NAME ............... = Linux
-- CMAKE_HOST_SYSTEM_PROCESSOR .......... = x86_64
-- CMAKE_HOST_UNIX ...................... = 1
-- CMAKE_BUILD_TYPE ..................... = Release
-- CMAKE_C_COMPILER ..................... = /usr/bin/cc
-- CMAKE_CXX_COMPILER ................... = /usr/bin/c++
-- CMAKE_CXX_FLAGS ...................... = -Wno-deprecated -w -std=c++0x
-Wno-unused-local-typedefs
-- CMAKE_CURRENT_SOURCE_DIR ............. =
/misc/mansfield/lconcha/software/braingl/src
-- CMAKE_CURRENT_BINARY_DIR ............. =
/misc/mansfield/lconcha/software/braingl/build
-- CMAKE_LIBRARY_PATH ................... =
-- BOOST_INCLUDE_DIR..................... = /usr/include
-- GETTING HG VERSION
-- __HGTIP__=1459:a497c1e589be
-- Configuring done
-- Generating done
-- Build files have been written to:
/misc/mansfield/lconcha/software/braingl/build
Original issue reported on code.google.com by [email protected] on 2 Jun 2015 at 5:22
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 2 Jun 2015 at 5:22The text was updated successfully, but these errors were encountered: