Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux installation #69

Open
GoogleCodeExporter opened this issue Sep 20, 2015 · 0 comments
Open

Linux installation #69

GoogleCodeExporter opened this issue Sep 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 lcon...@gmail.com on 2 Jun 2015 at 5:22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant