Giter VIP home page Giter VIP logo

Comments (9)

yurivict avatar yurivict commented on June 1, 2024

Same problem in src/Brain/BrainOpenGLShapeCone.cxx

from workbench.

johnvelab avatar johnvelab commented on June 1, 2024

from workbench.

yurivict avatar yurivict commented on June 1, 2024

Somehow #include <GL/gl.h> doesn't help.

from workbench.

johnvelab avatar johnvelab commented on June 1, 2024

from workbench.

yurivict avatar yurivict commented on June 1, 2024
===>  Configuring for connectome-workbench-1.5.0.430
===>  Performing out-of-source build
/bin/mkdir -p /disk-samsung/freebsd-ports/biology/connectome-workbench/work/.build
-- The C compiler identification is Clang 13.0.0
-- The CXX compiler identification is Clang 13.0.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test HAVE_NO_COPY_DEPRECATED_FLAG
-- Performing Test HAVE_NO_COPY_DEPRECATED_FLAG - Success
-- Found OpenSSL: /usr/lib/libcrypto.so (found version "1.1.1o")  
-- Checking for module 'qwt5-qt5'
--   Found qwt5-qt5, version 5.2.3
-- Checking for module 'glm'
--   Found glm, version 0.9.8
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindOpenGL.cmake:315 (message):
  Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  available.  Run "cmake --help-policy CMP0072" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  FindOpenGL found both a legacy GL library:

    OPENGL_gl_LIBRARY: /usr/local/lib/libGL.so

  and GLVND libraries for OpenGL and GLX:

    OPENGL_opengl_LIBRARY: /usr/local/lib/libOpenGL.so
    OPENGL_glx_LIBRARY: /usr/local/lib/libGLX.so

  OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
  CMakeLists.txt:341 (FIND_PACKAGE)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found OpenGL: /usr/local/lib/libOpenGL.so   
OpenGL Include Directory: /usr/local/include
OpenGL Libraries: /usr/local/lib/libGL.so;/usr/local/lib/libGLU.so
-- Found OpenMP_C: -fopenmp=libomp (found version "5.0") 
-- Found OpenMP_CXX: -fopenmp=libomp (found version "5.0") 
-- Found OpenMP: TRUE (found version "5.0")  
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.12") 
-- YURI QuaZip-Qt5 found
-- Found Freetype: /usr/local/lib/libfreetype.so (found version "2.11.1") 
-- Checking for module 'ftgl'
--   Found ftgl, version 2.4.0
************* SUMMARY FROM RUNNING CMake ********************
TOOLS:
    CMake Build Type:     Release
    CMake Version:        3.23.0
    CXX Compiler          Clang
    CXX Compiler Version: 13.0.0
    CXX Compiler Flags:   -fopenmp=libomp -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer  -I/usr/local/include/QuaZip-Qt5-1.3/quazip
    CXX Compiler Path:    /usr/bin/c++
    QMake Program:        QMAKE_PROGRAM-NOTFOUND
WORKBENCH VARIABLES:
    WORKBENCH_APPLE_WB_COMMAND_BUNDLE_FLAG=TRUE
        On Apple Only: 
           If TRUE, build wb_command as a MacOS Bundle (wb_command.app).
           If FALSE, build wb_command as a normal UNIX executable.
    WORKBENCH_INCLUDE_HELP_HTML_RESOURCES=TRUE
        If TRUE, help (html) pages in src/Resources/Help are available in wb_view
    WORKBENCH_MESA_DIR=
        Directory containing Mesa's 'include' and 'lib' 
        directories.  Mesa is optional and used by 
        wb_command's -show-scene operation.
    WORKBENCH_OPENMP_COMPILER_FLAGS=
        OpenMP compiler flags for when FindOpenMP does not work
    WORKBENCH_OPENMP_INCLUDE_DIR=
        OpenMP include directory for when FindOpenMP does not work
    WORKBENCH_OPENMP_LIBRARY=
        OpenMP library path (path and lib) for when FindOpenMP does not work
    WORKBENCH_QT5_DISABLE_DEPRECATED=FALSE
        If TRUE, use of Qt 5 deprecated functionality will cause compiler to fail
    WORKBENCH_USE_CMAKE_AUTOMOC=FALSE
        If TRUE, use CMAKE_AUTOMOC command for generating 'moc' files
    WORKBENCH_USE_QT5=ON
        No help, variable specified on the command line.
    WORKBENCH_USE_QT5_QOPENGL_WIDGET=ON
        No help, variable specified on the command line.
    WORKBENCH_USE_QT6=OFF
        No help, variable specified on the command line.
PACKAGES:
    FTGL:     Using FTGL Library ftgl
    FreeType: 2.11.1 /usr/local/lib/libfreetype.so
    GLEW:     No
    GLMath:   Using OpenGL Math directory /usr/local/include
    OpenGL:   /usr/local/lib/libGL.so/usr/local/lib/libGLU.so
    OpenMP:   Yes
    OpenSSL:  1.1.1o   /usr/lib/libssl.so/usr/lib/libcrypto.so
    OSMESA:   Not found
    Qt:       5.15.2
    QuaZip:   Using QuaZip Library 
    Qwt:      Using Qwt Library qwt5-qt5Qt5PrintSupportQt5SvgQt5WidgetsQt5GuiQt5Core
    SIMD:     Search for SIMD disabled for compiler on this system.
    ZLIB:     1.2.12
************* END SUMMARY FROM RUNNING CMake *****************
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_CXX_FLAGS_DEBUG
    CMAKE_C_FLAGS_DEBUG
    CMAKE_MODULE_LINKER_FLAGS
    CMAKE_SHARED_LINKER_FLAGS
    CMAKE_VERBOSE_MAKEFILE
    THREADS_HAVE_PTHREAD_ARG


-- Build files have been written to: /disk-samsung/freebsd-ports/biology/connectome-workbench/work/.build

from workbench.

johnvelab avatar johnvelab commented on June 1, 2024

from workbench.

yurivict avatar yurivict commented on June 1, 2024

All packages are installed into /usr/local.

from workbench.

yurivict avatar yurivict commented on June 1, 2024

Somehow the build fails to find glGenBuffers.

from workbench.

johnvelab avatar johnvelab commented on June 1, 2024

from workbench.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.