You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107 lines
3.9 KiB
Plaintext
107 lines
3.9 KiB
Plaintext
-- The C compiler identification is GNU 9.3.0
|
|
-- 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
|
|
-- Detecting C compile features
|
|
-- Detecting C compile features - done
|
|
Software version: 2.0.14
|
|
Shared library ABI version: 4
|
|
Shared library build version: 4.0.0
|
|
JAS_ENABLE_ASAN OFF
|
|
JAS_ENABLE_USAN OFF
|
|
JAS_ENABLE_LSAN OFF
|
|
JAS_ENABLE_MSAN OFF
|
|
JAS_MULTICONFIGURATION_GENERATOR 0
|
|
CMake Warning at CMakeLists.txt:112 (message):
|
|
If this software is being built as a package for a Linux distribution, you
|
|
should probably set JAS_ENABLE_AUTOMATIC_DEPENDENCIES to false.
|
|
|
|
|
|
Platform UNIX (Not OSX)
|
|
JAS_LOCAL OFF
|
|
CMAKE_BUILD_TYPE Release
|
|
CMAKE_C_COMPILER_ID GNU
|
|
CMAKE_C_COMPILER /usr/bin/cc
|
|
CMAKE_C_FLAGS
|
|
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
|
|
-- Could NOT find LATEX (missing: LATEX_COMPILER PDFLATEX)
|
|
PDFLATEX_COMPILER: PDFLATEX_COMPILER-NOTFOUND
|
|
LATEX_FOUND FALSE
|
|
-- Looking for include file fcntl.h
|
|
-- Looking for include file fcntl.h - found
|
|
-- Looking for include file io.h
|
|
-- Looking for include file io.h - not found
|
|
-- Looking for include file unistd.h
|
|
-- Looking for include file unistd.h - found
|
|
-- Looking for include file windows.h
|
|
-- Looking for include file windows.h - not found
|
|
-- Looking for include file sys/time.h
|
|
-- Looking for include file sys/time.h - found
|
|
-- Looking for include file sys/types.h
|
|
-- Looking for include file sys/types.h - found
|
|
-- Looking for gettimeofday
|
|
-- Looking for gettimeofday - found
|
|
-- Looking for getrusage
|
|
-- Looking for getrusage - found
|
|
-- Found JPEG: /usr/lib/aarch64-linux-gnu/libjpeg.so (found version "80")
|
|
JPEG library found: TRUE
|
|
JPEG include directory: /usr/include
|
|
JPEG libraries: /usr/lib/aarch64-linux-gnu/libjpeg.so
|
|
-- Performing Test JAS_HAVE_JPEGLIB_H
|
|
-- Performing Test JAS_HAVE_JPEGLIB_H - Success
|
|
JAS_HAVE_JPEGLIB_H: 1
|
|
JAS_HAVE_LIBJPEG: 1
|
|
CMake Warning (dev) at /usr/share/cmake-3.16/Modules/FindOpenGL.cmake:275 (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/lib/aarch64-linux-gnu/libGL.so
|
|
|
|
and GLVND libraries for OpenGL and GLX:
|
|
|
|
OPENGL_opengl_LIBRARY: /usr/lib/aarch64-linux-gnu/libOpenGL.so
|
|
OPENGL_glx_LIBRARY: /usr/lib/aarch64-linux-gnu/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:270 (find_package)
|
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
|
|
-- Found OpenGL: /usr/lib/aarch64-linux-gnu/libOpenGL.so
|
|
JAS_ENABLE_OPENGL: ON
|
|
OpenGL library found: TRUE
|
|
OpenGL include directory: /usr/include
|
|
OpenGL libraries: /usr/lib/aarch64-linux-gnu/libGL.so;/usr/lib/aarch64-linux-gnu/libGLU.so
|
|
-- Found GLUT: /usr/lib/aarch64-linux-gnu/libglut.so
|
|
GLUT library found: TRUE
|
|
GLUT include directory: /usr/include
|
|
GLUT libraries: /usr/lib/aarch64-linux-gnu/libglut.so;/usr/lib/aarch64-linux-gnu/libXi.so
|
|
-- Looking for include file GL/glut.h
|
|
-- Looking for include file GL/glut.h - found
|
|
-- Looking for include file glut.h
|
|
-- Looking for include file glut.h - not found
|
|
JAS_HAVE_GLUT_H:
|
|
JAS_HAVE_GL_GLUT_H: 1
|
|
CMake Warning at CMakeLists.txt:301 (message):
|
|
Clearing bogus value for GLUT_Xmu_LIBRARY.
|
|
|
|
|
|
CMake Warning at CMakeLists.txt:302 (message):
|
|
Your version of CMake may be buggy.
|
|
|
|
|
|
CMake Warning at CMakeLists.txt:306 (message):
|
|
Clearing bogus value for GLUT_Xmi_LIBRARY.
|
|
|
|
|
|
CMake Warning at CMakeLists.txt:307 (message):
|
|
Your version of CMake may be buggy.
|
|
|
|
|
|
JAS_HAVE_OPENGL: 1
|
|
-- Configuring done |