compilation failure

Issue #304 resolved
jean-luc Leclerc created an issue

a compilation failure occurs as soon as compilation starts. I'm running archlinux and a laptop running arcolinux.

Program name: art
Build type: release
Build without updating: false
Checkout: 
Install primary: 

CMake Deprecation Warning at CMakeLists.txt:6 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- WARNING: gcc 13.2.1 is known to miscompile ART when using --ffp-contract=fast, forcing the option to be off
-- CMAKE_BUILD_TYPE: release
-- searching for library exiv2 in /usr/lib
--   result: /usr/lib/libexiv2.so
-- searching for library lensfun in /usr/lib
--   result: /usr/lib/liblensfun.so
-- using mimalloc library 2.1
-- using libraw library 0.21.1
-- using OpenColorIO library 2.2.0
-- CTL interpreter not found
-- Configuring done (0.1s)
-- Generating done (0.0s)
-- Build files have been written to: /home/jllailes/programs/code-art/build
[  0%] Creating AboutThisBuild.txt and other version-dependent files
-- git command found: /usr/bin/git
fatal : aucune étiquette ne correspond parfaitement à '4642031644620fdccb8b5e8ef771053e354b7d4c'
-- Git checkout information:
--     Commit description: 464203164
--     Branch: master
--     Commit: 464203164
--     Commit date: 2023-12-03
-- Build information:
--     Build OS: Linux
--     Build date: 2023-12-04T07:02:05Z
-- CACHE_NAME_SUFFIX is ""
[  0%] Built target UpdateInfo
[  0%] Building CXX object rtengine/CMakeFiles/rtengine.dir/clutstore.cc.o
/home/jllailes/programs/code-art/rtengine/clutstore.cc:1058:7: erreur: aucune déclaration ne correspond à « float rtengine::CLUTStore::CTL_shaper(float, bool) »
 1058 | float CLUTStore::CTL_shaper(float a, bool inv)
      |       ^~~~~~~~~
/home/jllailes/programs/code-art/rtengine/clutstore.cc:1058:7: note: pas de fonction nommée « float rtengine::CLUTStore::CTL_shaper(float, bool) »
Dans le fichier inclus depuis /home/jllailes/programs/code-art/rtengine/clutstore.cc:4:
/home/jllailes/programs/code-art/rtengine/clutstore.h:77:7: note: « class rtengine::CLUTStore » est défini ici
   77 | class CLUTStore final: public NonCopyable {
      |       ^~~~~~~~~
make[2]: *** [rtengine/CMakeFiles/rtengine.dir/build.make:244: rtengine/CMakeFiles/rtengine.dir/clutstore.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:164: rtengine/CMakeFiles/rtengine.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

Comments (1)

  1. Log in to comment