Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 13/02/2014, à 18:31

patrick L

luminance hdr 2.4.0 probleme de compilation...

j'ai vu sur le site de luminance hdr que la version luminance hdr 2.4.0 est sortie mais avec apparemment des binaires sur windows et mac.. 

alors j'ai chargé et décompressé le fichier des sources à compiler soit le fichier luminance-hdr2.4.0.tar.bz2  que j'ai decompressé apparamment sans erreur via les commandes

cd ~/Téléchargements
tar -xjvf luminance-hdr2.4.0.tar.bz2  luminance-hdr2.4.0/
cd luminance-hdr2.4.0/
mkdir travail
cd travail
cmake /home/patrick/Téléchargements/luminance-hdr2.4.0/ 

et j'ai la liste des erreurs suivantes


~/Téléchargements/luminance-hdr-2.4.0/travail$ cmake ~/Téléchargements/luminance-hdr-2.4.0 -CMAKE_PREFIX_PATH="/home/patrick/Qt5.2.0/5.2.0/gcc/lib/cmake/Qt5WebKit/"
loading initial cache file MAKE_PREFIX_PATH=/home/patrick/Qt5.2.0/5.2.0/gcc/lib/cmake/Qt5WebKit/
CMake Error: Error processing file:MAKE_PREFIX_PATH=/home/patrick/Qt5.2.0/5.2.0/gcc/lib/cmake/Qt5WebKit/
-- C++11 activated for GCC 4.8

-- GCC >= 4.3
CMake Warning at CMakeLists.txt:25 (find_package):
  By not providing "FindQt5Declarative.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5Declarative", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Declarative"
  with any of the following names:

    Qt5DeclarativeConfig.cmake
    qt5declarative-config.cmake

  Add the installation prefix of "Qt5Declarative" to CMAKE_PREFIX_PATH or set
  "Qt5Declarative_DIR" to a directory containing one of the above files.  If
  "Qt5Declarative" provides a separate development package or SDK, be sure it
  has been installed.


CMake Warning at CMakeLists.txt:26 (find_package):
  By not providing "FindQt5WebKit.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5WebKit", but CMake did not find one.
                                                                                                                                                                                    
  Could not find a package configuration file provided by "Qt5WebKit" with                                                                                                          
  any of the following names:                                                                                                                                                       
                                                                                                                                                                                    
    Qt5WebKitConfig.cmake                                                                                                                                                           
    qt5webkit-config.cmake                                                                                                                                                          
                                                                                                                                                                                    
  Add the installation prefix of "Qt5WebKit" to CMAKE_PREFIX_PATH or set                                                                                                            
  "Qt5WebKit_DIR" to a directory containing one of the above files.  If                                                                                                             
  "Qt5WebKit" provides a separate development package or SDK, be sure it has                                                                                                        
  been installed.                                                                                                                                                                   
                                                                                                                                                                                    
                                                                                                                                                                                    
CMake Warning at CMakeLists.txt:27 (find_package):                                                                                                                                  
  By not providing "FindQt5WebKitWidgets.cmake" in CMAKE_MODULE_PATH this                                                                                                           
  project has asked CMake to find a package configuration file provided by                                                                                                          
  "Qt5WebKitWidgets", but CMake did not find one.                                                                                                                                   
                                                                                                                                                                                    
  Could not find a package configuration file provided by "Qt5WebKitWidgets"                                                                                                        
  with any of the following names:                                                                                                                                                  
                                                                                                                                                                                    
    Qt5WebKitWidgetsConfig.cmake
    qt5webkitwidgets-config.cmake

  Add the installation prefix of "Qt5WebKitWidgets" to CMAKE_PREFIX_PATH or
  set "Qt5WebKitWidgets_DIR" to a directory containing one of the above
  files.  If "Qt5WebKitWidgets" provides a separate development package or
  SDK, be sure it has been installed.


CMake Warning at CMakeLists.txt:31 (find_package):
  By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5LinguistTools", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5LinguistTools"
  with any of the following names:

    Qt5LinguistToolsConfig.cmake
    qt5linguisttools-config.cmake

  Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
  set "Qt5LinguistTools_DIR" to a directory containing one of the above
  files.  If "Qt5LinguistTools" provides a separate development package or
  SDK, be sure it has been installed.


-- Found LibRAW (LIBRAW_INCLUDE_DIR = /usr/include)
-- Found LibRAW (LIBRAW_LIBRARIES = /usr/lib/i386-linux-gnu/libraw_r.so)
-- Found demosaicing pack GPL2
-- Found demosaicing pack GPL3
-- Found FFTW3F (FFTWF_INCLUDE_DIR = /usr/include)
-- Found FFTW3F (FFTWF_LIBRARIES = /usr/lib/i386-linux-gnu/libfftw3f.so;/usr/lib/i386-linux-gnu/libfftw3f_threads.so)
-- Found GNU Scientific Library (GSL_LIBRARY = /usr/lib/libgsl.so)
-- Found GNU Scientific Library: (GSL_CBLAS_LIBRARY = /usr/lib/libgslcblas.so)
-- Found GNU Scientific Library: (GSL_INCLUDE_DIR = /usr/include)
-- Found jpeglib (JPEGLIB_LIBRARIES = /usr/lib/i386-linux-gnu/libjpeg.so)
-- Found jpeglib (JPEGLIB_INCLUDE_DIR = /usr/include)
-- Found LCMS2 (LCMS2_LIBRARIES = /usr/lib/i386-linux-gnu/liblcms2.so)
-- Found LCMS2 (LCMS2_INCLUDE_DIR = /usr/include)
-- Boost version: 1.54.0
-- OpenEXR found
CMake Warning at /usr/lib/i386-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake:237 (find_package):
  Could not find a package configuration file provided by "Qt5WebKit" with
  any of the following names:

    Qt5WebKitConfig.cmake
    qt5webkit-config.cmake

  Add the installation prefix of "Qt5WebKit" to CMAKE_PREFIX_PATH or set
  "Qt5WebKit_DIR" to a directory containing one of the above files.  If
  "Qt5WebKit" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  src/HelpBrowser/CMakeLists.txt:32 (qt5_use_modules)


CMake Error at /usr/lib/i386-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake:239 (message):
  Can not use "WebKit" module which has not yet been found.
Call Stack (most recent call first):
  src/HelpBrowser/CMakeLists.txt:32 (qt5_use_modules)


-- Configuring incomplete, errors occurred!

et j'ai aussi chargé qt5.2.0 via la commande


cd ~/Téléchargements
chmod  700 qt-linux-opensource-5.2.0-x86-offline.run
./qt-linux-opensource-5.2.0-x86-offline.run

et le qt5 est dans le dossier  ~/qt5.2.0/



comment je peux faire "reconnaitre" les librairies et les fichiers .cmake pour compiler luminance hdr 2.4.0 ou alors quand il y aura un depot pour charger cette version de luminance hdr


merci d'avance de vos réponses et bonne fin de semaine wink

Hors ligne