problem kipi svn

classic Classic list List threaded Threaded
15 messages Options
Reply | Threaded
Open this post in threaded view
|

problem kipi svn

Bugzilla from peewen@gmail.com
hi,
where is the problem?
[ 11%] Building CXX object kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdialog.o
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In constructor 'KIPIRawConverterPlugin::BatchDialog::BatchDialog(KIPI::Interface*)':
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:185: error: 'SIXTEENBITS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:186: error: 'COLORSPACE' is not a member of 'KDcrawIface::DcrawSettingsWidget'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:187: error: 'POSTPROCESSING' is not a member of 'KDcrawIface::DcrawSettingsWidget'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:188: error: 'BLACKWHITEPOINTS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:191: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'addItem'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:192: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'updateMinimumWidth'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member function 'void KIPIRawConverterPlugin::BatchDialog::slotSixteenBitsImageToggled(bool)':
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:300: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'setEnabledBrightnessSettings'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member function 'void KIPIRawConverterPlugin::BatchDialog::readSettings()':
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:345: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'setUseWhitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:346: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'setWhitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:347: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'setMedianFilterPasses'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member function 'void KIPIRawConverterPlugin::BatchDialog::saveSettings()':
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:391: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'useWhitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:392: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:393: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'medianFilterPasses'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member function 'void KIPIRawConverterPlugin::BatchDialog::slotStartStop()':
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error: 'class KDcrawIface::RawDecodingSettings' has no member named 'enableWhitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'useWhitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error: 'class KDcrawIface::RawDecodingSettings' has no member named 'whitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error: 'class KDcrawIface::RawDecodingSettings' has no member named 'medianFilterPasses'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'medianFilterPasses'
make[2]: *** [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdialog.o] Error 1
make[1]: *** [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/all] Error 2
make: *** [all] Error 2
gabry@gabry-desktop:~/graphics/build$
 thank you
sorry for my poor english

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problem kipi svn

Gilles Caulier-4
You don't use last version of libkdcraw from trunk. just checkout code from svn and compile install it.

Gilles Caulier

2008/11/3 peewen <[hidden email]>
hi,
where is the problem?
[ 11%] Building CXX object kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdialog.o
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In constructor 'KIPIRawConverterPlugin::BatchDialog::BatchDialog(KIPI::Interface*)':
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:185: error: 'SIXTEENBITS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:186: error: 'COLORSPACE' is not a member of 'KDcrawIface::DcrawSettingsWidget'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:187: error: 'POSTPROCESSING' is not a member of 'KDcrawIface::DcrawSettingsWidget'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:188: error: 'BLACKWHITEPOINTS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:191: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'addItem'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:192: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'updateMinimumWidth'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member function 'void KIPIRawConverterPlugin::BatchDialog::slotSixteenBitsImageToggled(bool)':
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:300: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'setEnabledBrightnessSettings'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member function 'void KIPIRawConverterPlugin::BatchDialog::readSettings()':
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:345: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'setUseWhitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:346: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'setWhitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:347: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'setMedianFilterPasses'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member function 'void KIPIRawConverterPlugin::BatchDialog::saveSettings()':
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:391: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'useWhitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:392: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:393: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'medianFilterPasses'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member function 'void KIPIRawConverterPlugin::BatchDialog::slotStartStop()':
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error: 'class KDcrawIface::RawDecodingSettings' has no member named 'enableWhitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'useWhitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error: 'class KDcrawIface::RawDecodingSettings' has no member named 'whitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error: 'class KDcrawIface::RawDecodingSettings' has no member named 'medianFilterPasses'
/home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error: 'class KDcrawIface::DcrawSettingsWidget' has no member named 'medianFilterPasses'
make[2]: *** [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdialog.o] Error 1
make[1]: *** [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/all] Error 2
make: *** [all] Error 2
gabry@gabry-desktop:~/graphics/build$
 thank you
sorry for my poor english

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problem kipi svn

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from peewen@gmail.com

too old libkdcraw... use the SVN trunk...

Andi

On Monday 03 November 2008 13:40:28 peewen wrote:

> hi,
> where is the problem?
> [ 11%] Building CXX object
> kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdialo
>g.o /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In
> constructor
> 'KIPIRawConverterPlugin::BatchDialog::BatchDialog(KIPI::Interface*)':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:185: error:
> 'SIXTEENBITS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:186: error:
> 'COLORSPACE' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:187: error:
> 'POSTPROCESSING' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:188: error:
> 'BLACKWHITEPOINTS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:191: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'addItem'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:192: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'updateMinimumWidth'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void
> KIPIRawConverterPlugin::BatchDialog::slotSixteenBitsImageToggled(bool)':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:300: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setEnabledBrightnessSettings'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::readSettings()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:345: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setUseWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:346: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:347: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setMedianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::saveSettings()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:391: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'useWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:392: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:393: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'medianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::slotStartStop()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named
> 'enableWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'useWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named
> 'medianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'medianFilterPasses'
> make[2]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdial
>og.o] Error 1
> make[1]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/all]
> Error 2
> make: *** [all] Error 2
> gabry@gabry-desktop:~/graphics/build$
>  thank you
> sorry for my poor english

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problem kipi svn

Bugzilla from peewen@gmail.com
hi
I have problem with libkdraw svn that I find in kdegraphics svn , this is the output
gabry@gabry-desktop:~/kdegraphics/libs/libkdcraw$ cmake .
-- The C compiler identification is GNU                 
-- The CXX compiler identification is GNU               
-- Check for working C compiler: /usr/bin/gcc           
-- Check for working C compiler: /usr/bin/gcc -- works  
-- Detecting C compiler ABI info                        
-- Detecting C compiler ABI info - done                 
-- Check for working CXX compiler: /usr/bin/c++         
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info                      
-- Detecting CXX compiler ABI info - done               
CMake Error at CMakeLists.txt:55 (find_package):        
  find_package could not find module FindLCMS.cmake or a configuration file
  for package LCMS.                                                       

  Adjust CMAKE_MODULE_PATH to find FindLCMS.cmake or set LCMS_DIR to the
  directory containing a CMake configuration file for LCMS.  The file will
  have one of the following names:                                       

    LCMSConfig.cmake
    lcms-config.cmake



CMake Error at CMakeLists.txt:84 (KDE4_NO_ENABLE_FINAL):
  Unknown CMake command "KDE4_NO_ENABLE_FINAL".        


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.6)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more   
  information run "cmake --help-policy CMP0000".                            
This warning is for project developers.  Use -Wno-dev to suppress it.       

-- Configuring done
thank you very much

2008/11/3 Andi Clemens <[hidden email]>

too old libkdcraw... use the SVN trunk...

Andi

On Monday 03 November 2008 13:40:28 peewen wrote:
> hi,
> where is the problem?
> [ 11%] Building CXX object
> kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdialo
>g.o /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In
> constructor
> 'KIPIRawConverterPlugin::BatchDialog::BatchDialog(KIPI::Interface*)':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:185: error:
> 'SIXTEENBITS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:186: error:
> 'COLORSPACE' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:187: error:
> 'POSTPROCESSING' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:188: error:
> 'BLACKWHITEPOINTS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:191: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'addItem'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:192: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'updateMinimumWidth'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void
> KIPIRawConverterPlugin::BatchDialog::slotSixteenBitsImageToggled(bool)':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:300: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setEnabledBrightnessSettings'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::readSettings()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:345: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setUseWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:346: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:347: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setMedianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::saveSettings()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:391: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'useWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:392: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:393: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'medianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::slotStartStop()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named
> 'enableWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'useWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named
> 'medianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'medianFilterPasses'
> make[2]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdial
>og.o] Error 1
> make[1]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/all]
> Error 2
> make: *** [all] Error 2
> gabry@gabry-desktop:~/graphics/build$
>  thank you
> sorry for my poor english

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problem kipi svn

Gilles Caulier-4
Install LittleCMS devel package, and all will be fine.

For details about depencies, please look in README file

Gilles Caulier

2008/11/3 peewen <[hidden email]>
hi
I have problem with libkdraw svn that I find in kdegraphics svn , this is the output
gabry@gabry-desktop:~/kdegraphics/libs/libkdcraw$ cmake .
-- The C compiler identification is GNU                 
-- The CXX compiler identification is GNU               
-- Check for working C compiler: /usr/bin/gcc           
-- Check for working C compiler: /usr/bin/gcc -- works  
-- Detecting C compiler ABI info                        
-- Detecting C compiler ABI info - done                 
-- Check for working CXX compiler: /usr/bin/c++         
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info                      
-- Detecting CXX compiler ABI info - done               
CMake Error at CMakeLists.txt:55 (find_package):        
  find_package could not find module FindLCMS.cmake or a configuration file
  for package LCMS.                                                       

  Adjust CMAKE_MODULE_PATH to find FindLCMS.cmake or set LCMS_DIR to the
  directory containing a CMake configuration file for LCMS.  The file will
  have one of the following names:                                       

    LCMSConfig.cmake
    lcms-config.cmake



CMake Error at CMakeLists.txt:84 (KDE4_NO_ENABLE_FINAL):
  Unknown CMake command "KDE4_NO_ENABLE_FINAL".        


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.6)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more   
  information run "cmake --help-policy CMP0000".                            
This warning is for project developers.  Use -Wno-dev to suppress it.       

-- Configuring done
thank you very much

2008/11/3 Andi Clemens <[hidden email]>


too old libkdcraw... use the SVN trunk...

Andi

On Monday 03 November 2008 13:40:28 peewen wrote:
> hi,
> where is the problem?
> [ 11%] Building CXX object
> kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdialo
>g.o /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In
> constructor
> 'KIPIRawConverterPlugin::BatchDialog::BatchDialog(KIPI::Interface*)':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:185: error:
> 'SIXTEENBITS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:186: error:
> 'COLORSPACE' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:187: error:
> 'POSTPROCESSING' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:188: error:
> 'BLACKWHITEPOINTS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:191: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'addItem'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:192: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'updateMinimumWidth'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void
> KIPIRawConverterPlugin::BatchDialog::slotSixteenBitsImageToggled(bool)':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:300: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setEnabledBrightnessSettings'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::readSettings()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:345: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setUseWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:346: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:347: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setMedianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::saveSettings()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:391: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'useWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:392: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:393: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'medianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::slotStartStop()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named
> 'enableWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'useWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named
> 'medianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'medianFilterPasses'
> make[2]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdial
>og.o] Error 1
> make[1]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/all]
> Error 2
> make: *** [all] Error 2
> gabry@gabry-desktop:~/graphics/build$
>  thank you
> sorry for my poor english

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problem kipi svn

Bugzilla from peewen@gmail.com
hi,
I have installed liblcms dev in my ubuntu intrepid but the same error
thank for the answer

2008/11/3 Gilles Caulier <[hidden email]>
Install LittleCMS devel package, and all will be fine.

For details about depencies, please look in README file

Gilles Caulier

2008/11/3 peewen <[hidden email]>
hi
I have problem with libkdraw svn that I find in kdegraphics svn , this is the output
gabry@gabry-desktop:~/kdegraphics/libs/libkdcraw$ cmake .
-- The C compiler identification is GNU                 
-- The CXX compiler identification is GNU               
-- Check for working C compiler: /usr/bin/gcc           
-- Check for working C compiler: /usr/bin/gcc -- works  
-- Detecting C compiler ABI info                        
-- Detecting C compiler ABI info - done                 
-- Check for working CXX compiler: /usr/bin/c++         
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info                      
-- Detecting CXX compiler ABI info - done               
CMake Error at CMakeLists.txt:55 (find_package):        
  find_package could not find module FindLCMS.cmake or a configuration file
  for package LCMS.                                                       

  Adjust CMAKE_MODULE_PATH to find FindLCMS.cmake or set LCMS_DIR to the
  directory containing a CMake configuration file for LCMS.  The file will
  have one of the following names:                                       

    LCMSConfig.cmake
    lcms-config.cmake



CMake Error at CMakeLists.txt:84 (KDE4_NO_ENABLE_FINAL):
  Unknown CMake command "KDE4_NO_ENABLE_FINAL".        


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.6)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more   
  information run "cmake --help-policy CMP0000".                            
This warning is for project developers.  Use -Wno-dev to suppress it.       

-- Configuring done
thank you very much

2008/11/3 Andi Clemens <[hidden email]>


too old libkdcraw... use the SVN trunk...

Andi

On Monday 03 November 2008 13:40:28 peewen wrote:
> hi,
> where is the problem?
> [ 11%] Building CXX object
> kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdialo
>g.o /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In
> constructor
> 'KIPIRawConverterPlugin::BatchDialog::BatchDialog(KIPI::Interface*)':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:185: error:
> 'SIXTEENBITS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:186: error:
> 'COLORSPACE' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:187: error:
> 'POSTPROCESSING' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:188: error:
> 'BLACKWHITEPOINTS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:191: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'addItem'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:192: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'updateMinimumWidth'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void
> KIPIRawConverterPlugin::BatchDialog::slotSixteenBitsImageToggled(bool)':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:300: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setEnabledBrightnessSettings'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::readSettings()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:345: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setUseWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:346: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:347: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setMedianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::saveSettings()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:391: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'useWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:392: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:393: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'medianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::slotStartStop()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named
> 'enableWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'useWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named
> 'medianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'medianFilterPasses'
> make[2]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdial
>og.o] Error 1
> make[1]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/all]
> Error 2
> make: *** [all] Error 2
> gabry@gabry-desktop:~/graphics/build$
>  thank you
> sorry for my poor english

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problem kipi svn

Gilles Caulier-4
remove cmake cache file in your root source folder and try again.

Gilles

2008/11/3 peewen <[hidden email]>
hi,
I have installed liblcms dev in my ubuntu intrepid but the same error
thank for the answer

2008/11/3 Gilles Caulier <[hidden email]>

Install LittleCMS devel package, and all will be fine.

For details about depencies, please look in README file

Gilles Caulier

2008/11/3 peewen <[hidden email]>
hi
I have problem with libkdraw svn that I find in kdegraphics svn , this is the output
gabry@gabry-desktop:~/kdegraphics/libs/libkdcraw$ cmake .
-- The C compiler identification is GNU                 
-- The CXX compiler identification is GNU               
-- Check for working C compiler: /usr/bin/gcc           
-- Check for working C compiler: /usr/bin/gcc -- works  
-- Detecting C compiler ABI info                        
-- Detecting C compiler ABI info - done                 
-- Check for working CXX compiler: /usr/bin/c++         
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info                      
-- Detecting CXX compiler ABI info - done               
CMake Error at CMakeLists.txt:55 (find_package):        
  find_package could not find module FindLCMS.cmake or a configuration file
  for package LCMS.                                                       

  Adjust CMAKE_MODULE_PATH to find FindLCMS.cmake or set LCMS_DIR to the
  directory containing a CMake configuration file for LCMS.  The file will
  have one of the following names:                                       

    LCMSConfig.cmake
    lcms-config.cmake



CMake Error at CMakeLists.txt:84 (KDE4_NO_ENABLE_FINAL):
  Unknown CMake command "KDE4_NO_ENABLE_FINAL".        


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.6)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more   
  information run "cmake --help-policy CMP0000".                            
This warning is for project developers.  Use -Wno-dev to suppress it.       

-- Configuring done
thank you very much

2008/11/3 Andi Clemens <[hidden email]>


too old libkdcraw... use the SVN trunk...

Andi

On Monday 03 November 2008 13:40:28 peewen wrote:
> hi,
> where is the problem?
> [ 11%] Building CXX object
> kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdialo
>g.o /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In
> constructor
> 'KIPIRawConverterPlugin::BatchDialog::BatchDialog(KIPI::Interface*)':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:185: error:
> 'SIXTEENBITS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:186: error:
> 'COLORSPACE' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:187: error:
> 'POSTPROCESSING' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:188: error:
> 'BLACKWHITEPOINTS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:191: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'addItem'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:192: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'updateMinimumWidth'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void
> KIPIRawConverterPlugin::BatchDialog::slotSixteenBitsImageToggled(bool)':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:300: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setEnabledBrightnessSettings'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::readSettings()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:345: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setUseWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:346: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:347: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setMedianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::saveSettings()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:391: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'useWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:392: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:393: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'medianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::slotStartStop()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named
> 'enableWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'useWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named
> 'medianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'medianFilterPasses'
> make[2]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdial
>og.o] Error 1
> make[1]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/all]
> Error 2
> make: *** [all] Error 2
> gabry@gabry-desktop:~/graphics/build$
>  thank you
> sorry for my poor english

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problem kipi svn

Bugzilla from daniel.svard@gmail.com
In reply to this post by Bugzilla from peewen@gmail.com


On Mon, Nov 3, 2008 at 9:13 PM, peewen <[hidden email]> wrote:
hi,
I have installed liblcms dev in my ubuntu intrepid but the same error
thank for the answer

2008/11/3 Gilles Caulier <[hidden email]>

Install LittleCMS devel package, and all will be fine.

For details about depencies, please look in README file

Gilles Caulier

2008/11/3 peewen <[hidden email]>
hi
I have problem with libkdraw svn that I find in kdegraphics svn , this is the output
gabry@gabry-desktop:~/kdegraphics/libs/libkdcraw$ cmake .
-- The C compiler identification is GNU                 
-- The CXX compiler identification is GNU               
-- Check for working C compiler: /usr/bin/gcc           
-- Check for working C compiler: /usr/bin/gcc -- works  
-- Detecting C compiler ABI info                        
-- Detecting C compiler ABI info - done                 
-- Check for working CXX compiler: /usr/bin/c++         
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info                      
-- Detecting CXX compiler ABI info - done               
CMake Error at CMakeLists.txt:55 (find_package):        
  find_package could not find module FindLCMS.cmake or a configuration file
  for package LCMS.                                                       

  Adjust CMAKE_MODULE_PATH to find FindLCMS.cmake or set LCMS_DIR to the
  directory containing a CMake configuration file for LCMS.  The file will
  have one of the following names:                                       

    LCMSConfig.cmake
    lcms-config.cmake



CMake Error at CMakeLists.txt:84 (KDE4_NO_ENABLE_FINAL):
  Unknown CMake command "KDE4_NO_ENABLE_FINAL".        


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.6)


I just tried to install libkdcraw from svn and got the same problem. I have LittleCMS 1.17 installed with headers and pkgconfig file, but there is no cmake file in there. These are the installed files.
                                                      
lcms /usr/bin/icc2ps                                                   
lcms /usr/bin/icclink                                                  
lcms /usr/bin/icctrans                                                 
lcms /usr/bin/jpegicc                                                  
lcms /usr/bin/tiffdiff                                                 
lcms /usr/bin/tifficc                                                  
lcms /usr/bin/wtpt                                                                                                         
lcms /usr/include/icc34.h
lcms /usr/include/lcms.h
lcms /usr/lib/liblcms.a
lcms /usr/lib/liblcms.so
lcms /usr/lib/liblcms.so.1
lcms /usr/lib/liblcms.so.1.0.16
lcms /usr/lib/pkgconfig/lcms.pc
lcms /usr/man/man1/icc2ps.1.gz
lcms /usr/man/man1/icclink.1.gz
lcms /usr/man/man1/jpegicc.1.gz
lcms /usr/man/man1/tifficc.1.gz
lcms /usr/man/man1/wtpt.1.gz
lcms /usr/share/licenses/lcms/LICENSE

Maybe it's a packaging problem..? I'm running Arch Linux.

Daniel Svärd

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problem kipi svn

Bugzilla from andi.clemens@gmx.net

I'm running Archlinux, too, works fine... but I'll clean my build and try it
again...

Andi

On Monday 03 November 2008 21:35:53 Daniel Svärd wrote:

> On Mon, Nov 3, 2008 at 9:13 PM, peewen <[hidden email]> wrote:
> > hi,
> > I have installed liblcms dev in my ubuntu intrepid but the same error
> > thank for the answer
> >
> > 2008/11/3 Gilles Caulier <[hidden email]>
> >
> > Install LittleCMS devel package, and all will be fine.
> >
> >> For details about depencies, please look in README file
> >>
> >> Gilles Caulier
> >>
> >> 2008/11/3 peewen <[hidden email]>
> >>
> >>> hi
> >>> I have problem with libkdraw svn that I find in kdegraphics svn , this
> >>> is the output
> >>> gabry@gabry-desktop:~/kdegraphics/libs/libkdcraw$ cmake .
> >>> -- The C compiler identification is GNU
> >>> -- The CXX compiler identification is GNU
> >>> -- Check for working C compiler: /usr/bin/gcc
> >>> -- Check for working C compiler: /usr/bin/gcc -- works
> >>> -- Detecting C compiler ABI info
> >>> -- Detecting C compiler ABI info - done
> >>> -- Check for working CXX compiler: /usr/bin/c++
> >>> -- Check for working CXX compiler: /usr/bin/c++ -- works
> >>> -- Detecting CXX compiler ABI info
> >>> -- Detecting CXX compiler ABI info - done
> >>> CMake Error at CMakeLists.txt:55 (find_package):
> >>>   find_package could not find module FindLCMS.cmake or a configuration
> >>> file
> >>>   for package
> >>> LCMS.
> >>>
> >>>   Adjust CMAKE_MODULE_PATH to find FindLCMS.cmake or set LCMS_DIR to
> >>> the directory containing a CMake configuration file for LCMS.  The file
> >>> will
> >>>   have one of the following names:
> >>>
> >>>
> >>>     LCMSConfig.cmake
> >>>     lcms-config.cmake
> >>>
> >>>
> >>>
> >>> CMake Error at CMakeLists.txt:84 (KDE4_NO_ENABLE_FINAL):
> >>>   Unknown CMake command "KDE4_NO_ENABLE_FINAL".
> >>>
> >>>
> >>> CMake Warning (dev) in CMakeLists.txt:
> >>>   No cmake_minimum_required command is present.  A line of code such as
> >>>
> >>>     cmake_minimum_required(VERSION 2.6)
>
> I just tried to install libkdcraw from svn and got the same problem. I have
> LittleCMS 1.17 installed with headers and pkgconfig file, but there is no
> cmake file in there. These are the installed files.
>
> lcms /usr/bin/icc2ps
> lcms /usr/bin/icclink
> lcms /usr/bin/icctrans
> lcms /usr/bin/jpegicc
> lcms /usr/bin/tiffdiff
> lcms /usr/bin/tifficc
> lcms /usr/bin/wtpt
>
> lcms /usr/include/icc34.h
> lcms /usr/include/lcms.h
> lcms /usr/lib/liblcms.a
> lcms /usr/lib/liblcms.so
> lcms /usr/lib/liblcms.so.1
> lcms /usr/lib/liblcms.so.1.0.16
> lcms /usr/lib/pkgconfig/lcms.pc
> lcms /usr/man/man1/icc2ps.1.gz
> lcms /usr/man/man1/icclink.1.gz
> lcms /usr/man/man1/jpegicc.1.gz
> lcms /usr/man/man1/tifficc.1.gz
> lcms /usr/man/man1/wtpt.1.gz
> lcms /usr/share/licenses/lcms/LICENSE
>
> Maybe it's a packaging problem..? I'm running Arch Linux.
>
> Daniel Svärd

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problem kipi svn

Bugzilla from andi.clemens@gmx.net
Works fine here, pacman says:

$ pacman -Qi lcms
Name           : lcms
Version        : 1.17-2
URL            : http://www.littlecms.com
Licenses       : CUSTOM
Groups         : None
Provides       : None
Depends On     : libtiff
Optional Deps  : None
Required By    : dcraw  enblend-enfuse  gimp  imagemagick  inkscape  
kdemod3-kdegraphics-base  scribus  wine  xsane  xulrunner
Conflicts With : None
Replaces       : None
Installed Size : 694.45 K
Packager       : Tobias Kieslich <[hidden email]>
Architecture   : i686
Build Date     : Thu 25 Oct 2007 07:49:06 PM CEST
Install Date   : Tue 22 Apr 2008 08:40:04 AM CEST
Install Reason : Installed as a dependency for another package
Install Script : No
Description    : Lightweight color management development library/engine


Andi

On Monday 03 November 2008 21:48:49 Andi Clemens wrote:

> I'm running Archlinux, too, works fine... but I'll clean my build and try
> it again...
>
> Andi
>
> On Monday 03 November 2008 21:35:53 Daniel Svärd wrote:
> > On Mon, Nov 3, 2008 at 9:13 PM, peewen <[hidden email]> wrote:
> > > hi,
> > > I have installed liblcms dev in my ubuntu intrepid but the same error
> > > thank for the answer
> > >
> > > 2008/11/3 Gilles Caulier <[hidden email]>
> > >
> > > Install LittleCMS devel package, and all will be fine.
> > >
> > >> For details about depencies, please look in README file
> > >>
> > >> Gilles Caulier
> > >>
> > >> 2008/11/3 peewen <[hidden email]>
> > >>
> > >>> hi
> > >>> I have problem with libkdraw svn that I find in kdegraphics svn ,
> > >>> this is the output
> > >>> gabry@gabry-desktop:~/kdegraphics/libs/libkdcraw$ cmake .
> > >>> -- The C compiler identification is GNU
> > >>> -- The CXX compiler identification is GNU
> > >>> -- Check for working C compiler: /usr/bin/gcc
> > >>> -- Check for working C compiler: /usr/bin/gcc -- works
> > >>> -- Detecting C compiler ABI info
> > >>> -- Detecting C compiler ABI info - done
> > >>> -- Check for working CXX compiler: /usr/bin/c++
> > >>> -- Check for working CXX compiler: /usr/bin/c++ -- works
> > >>> -- Detecting CXX compiler ABI info
> > >>> -- Detecting CXX compiler ABI info - done
> > >>> CMake Error at CMakeLists.txt:55 (find_package):
> > >>>   find_package could not find module FindLCMS.cmake or a
> > >>> configuration file
> > >>>   for package
> > >>> LCMS.
> > >>>
> > >>>   Adjust CMAKE_MODULE_PATH to find FindLCMS.cmake or set LCMS_DIR to
> > >>> the directory containing a CMake configuration file for LCMS.  The
> > >>> file will
> > >>>   have one of the following names:
> > >>>
> > >>>
> > >>>     LCMSConfig.cmake
> > >>>     lcms-config.cmake
> > >>>
> > >>>
> > >>>
> > >>> CMake Error at CMakeLists.txt:84 (KDE4_NO_ENABLE_FINAL):
> > >>>   Unknown CMake command "KDE4_NO_ENABLE_FINAL".
> > >>>
> > >>>
> > >>> CMake Warning (dev) in CMakeLists.txt:
> > >>>   No cmake_minimum_required command is present.  A line of code such
> > >>> as
> > >>>
> > >>>     cmake_minimum_required(VERSION 2.6)
> >
> > I just tried to install libkdcraw from svn and got the same problem. I
> > have LittleCMS 1.17 installed with headers and pkgconfig file, but there
> > is no cmake file in there. These are the installed files.
> >
> > lcms /usr/bin/icc2ps
> > lcms /usr/bin/icclink
> > lcms /usr/bin/icctrans
> > lcms /usr/bin/jpegicc
> > lcms /usr/bin/tiffdiff
> > lcms /usr/bin/tifficc
> > lcms /usr/bin/wtpt
> >
> > lcms /usr/include/icc34.h
> > lcms /usr/include/lcms.h
> > lcms /usr/lib/liblcms.a
> > lcms /usr/lib/liblcms.so
> > lcms /usr/lib/liblcms.so.1
> > lcms /usr/lib/liblcms.so.1.0.16
> > lcms /usr/lib/pkgconfig/lcms.pc
> > lcms /usr/man/man1/icc2ps.1.gz
> > lcms /usr/man/man1/icclink.1.gz
> > lcms /usr/man/man1/jpegicc.1.gz
> > lcms /usr/man/man1/tifficc.1.gz
> > lcms /usr/man/man1/wtpt.1.gz
> > lcms /usr/share/licenses/lcms/LICENSE
> >
> > Maybe it's a packaging problem..? I'm running Arch Linux.
> >
> > Daniel Svärd
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problem kipi svn

Bugzilla from daniel.svard@gmail.com
I see... I thought libkdcraw was supposed to be installed by itself, so I tried libkdcraw-svn and it failed.

I just tried installing libkipi from svn instead and it seems to include libkdcraw (libkipi-svn from AUR). Compiled fine.

Thanks,

Daniel

On Mon, Nov 3, 2008 at 9:52 PM, Andi Clemens <[hidden email]> wrote:
Works fine here, pacman says:

$ pacman -Qi lcms
Name           : lcms
Version        : 1.17-2
URL            : http://www.littlecms.com
Licenses       : CUSTOM
Groups         : None
Provides       : None
Depends On     : libtiff
Optional Deps  : None
Required By    : dcraw  enblend-enfuse  gimp  imagemagick  inkscape
kdemod3-kdegraphics-base  scribus  wine  xsane  xulrunner
Conflicts With : None
Replaces       : None
Installed Size : 694.45 K
Packager       : Tobias Kieslich <[hidden email]>
Architecture   : i686
Build Date     : Thu 25 Oct 2007 07:49:06 PM CEST
Install Date   : Tue 22 Apr 2008 08:40:04 AM CEST
Install Reason : Installed as a dependency for another package
Install Script : No
Description    : Lightweight color management development library/engine


Andi

On Monday 03 November 2008 21:48:49 Andi Clemens wrote:
> I'm running Archlinux, too, works fine... but I'll clean my build and try
> it again...
>
> Andi
>
> On Monday 03 November 2008 21:35:53 Daniel Svärd wrote:
> > On Mon, Nov 3, 2008 at 9:13 PM, peewen <[hidden email]> wrote:
> > > hi,
> > > I have installed liblcms dev in my ubuntu intrepid but the same error
> > > thank for the answer
> > >
> > > 2008/11/3 Gilles Caulier <[hidden email]>
> > >
> > > Install LittleCMS devel package, and all will be fine.
> > >
> > >> For details about depencies, please look in README file
> > >>
> > >> Gilles Caulier
> > >>
> > >> 2008/11/3 peewen <[hidden email]>
> > >>
> > >>> hi
> > >>> I have problem with libkdraw svn that I find in kdegraphics svn ,
> > >>> this is the output
> > >>> gabry@gabry-desktop:~/kdegraphics/libs/libkdcraw$ cmake .
> > >>> -- The C compiler identification is GNU
> > >>> -- The CXX compiler identification is GNU
> > >>> -- Check for working C compiler: /usr/bin/gcc
> > >>> -- Check for working C compiler: /usr/bin/gcc -- works
> > >>> -- Detecting C compiler ABI info
> > >>> -- Detecting C compiler ABI info - done
> > >>> -- Check for working CXX compiler: /usr/bin/c++
> > >>> -- Check for working CXX compiler: /usr/bin/c++ -- works
> > >>> -- Detecting CXX compiler ABI info
> > >>> -- Detecting CXX compiler ABI info - done
> > >>> CMake Error at CMakeLists.txt:55 (find_package):
> > >>>   find_package could not find module FindLCMS.cmake or a
> > >>> configuration file
> > >>>   for package
> > >>> LCMS.
> > >>>
> > >>>   Adjust CMAKE_MODULE_PATH to find FindLCMS.cmake or set LCMS_DIR to
> > >>> the directory containing a CMake configuration file for LCMS.  The
> > >>> file will
> > >>>   have one of the following names:
> > >>>
> > >>>
> > >>>     LCMSConfig.cmake
> > >>>     lcms-config.cmake
> > >>>
> > >>>
> > >>>
> > >>> CMake Error at CMakeLists.txt:84 (KDE4_NO_ENABLE_FINAL):
> > >>>   Unknown CMake command "KDE4_NO_ENABLE_FINAL".
> > >>>
> > >>>
> > >>> CMake Warning (dev) in CMakeLists.txt:
> > >>>   No cmake_minimum_required command is present.  A line of code such
> > >>> as
> > >>>
> > >>>     cmake_minimum_required(VERSION 2.6)
> >
> > I just tried to install libkdcraw from svn and got the same problem. I
> > have LittleCMS 1.17 installed with headers and pkgconfig file, but there
> > is no cmake file in there. These are the installed files.
> >
> > lcms /usr/bin/icc2ps
> > lcms /usr/bin/icclink
> > lcms /usr/bin/icctrans
> > lcms /usr/bin/jpegicc
> > lcms /usr/bin/tiffdiff
> > lcms /usr/bin/tifficc
> > lcms /usr/bin/wtpt
> >
> > lcms /usr/include/icc34.h
> > lcms /usr/include/lcms.h
> > lcms /usr/lib/liblcms.a
> > lcms /usr/lib/liblcms.so
> > lcms /usr/lib/liblcms.so.1
> > lcms /usr/lib/liblcms.so.1.0.16
> > lcms /usr/lib/pkgconfig/lcms.pc
> > lcms /usr/man/man1/icc2ps.1.gz
> > lcms /usr/man/man1/icclink.1.gz
> > lcms /usr/man/man1/jpegicc.1.gz
> > lcms /usr/man/man1/tifficc.1.gz
> > lcms /usr/man/man1/wtpt.1.gz
> > lcms /usr/share/licenses/lcms/LICENSE
> >
> > Maybe it's a packaging problem..? I'm running Arch Linux.
> >
> > Daniel Svärd
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problem kipi svn

Bugzilla from peewen@gmail.com
In reply to this post by Gilles Caulier-4
hi,
finaly I have compiling digikam and I have digikam and showphoto in my menu, but when I open digikam crash with this output, maybe it's a problem with libmarble?
Applicazione: digiKam (digikam), segnale SIGSEGV
[Thread debugging using libthread_db enabled]
[New Thread 0xb4ac76c0 (LWP 20027)]
[New Thread 0xad553b90 (LWP 20039)]
[New Thread 0xadd54b90 (LWP 20038)]
[New Thread 0xae987b90 (LWP 20037)]
[New Thread 0xaf188b90 (LWP 20036)]
[New Thread 0xaf9f7b90 (LWP 20033)]
[New Thread 0xb2916b90 (LWP 20032)]
[New Thread 0xb20dcb90 (LWP 20031)]
[New Thread 0xb3551b90 (LWP 20028)]
[KCrash handler]
#6  0xb540e5a7 in GeoSceneDocument::head () from /usr/lib/libmarblewidget.so.4
#7  0xb54459db in MarbleModel::MarbleModel ()
   from /usr/lib/libmarblewidget.so.4
#8  0xb544e5a9 in MarbleMap::MarbleMap () from /usr/lib/libmarblewidget.so.4
#9  0xb5442770 in MarbleWidget::MarbleWidget ()
   from /usr/lib/libmarblewidget.so.4
#10 0xb7d2b773 in WorldMapWidget (this=0x906cd70, w=256, h=256,
    parent=0x902ea60)
    at /home/gabry/graphics/digikam/libs/imageproperties/worldmapwidget.cpp:79
#11 0xb7d26cf9 in ImagePropertiesGPSTab (this=0x902ea60, parent=0x8865be0)
    at /home/gabry/graphics/digikam/libs/imageproperties/imagepropertiesgpstab.cpp:100
#12 0xb7d0db37 in ImagePropertiesSideBar (this=0x8fa5290, parent=0x8865be0,
    splitter=0x8866c58, side=KMultiTabBar::Right, mimimizedDefault=true)
    at /home/gabry/graphics/digikam/libs/imageproperties/imagepropertiessidebar.cpp:83
#13 0x080a1836 in ImagePropertiesSideBarDB (this=0x8fa5290, parent=0x8865be0,
    splitter=0x8866c58, side=KMultiTabBar::Right, mimimizedDefault=true)
    at /home/gabry/graphics/digikam/libs/imageproperties/imagepropertiessidebardb.cpp:89
#14 0x082735a2 in DigikamView (this=0x8865be0, parent=0x86f4b50)
    at /home/gabry/graphics/digikam/digikam/digikamview.cpp:202
#15 0x08266db6 in Digikam::DigikamApp::setupView (this=0x86f4b50)
    at /home/gabry/graphics/digikam/digikam/digikamapp.cpp:387
#16 0x0826883d in DigikamApp (this=0x86f4b50)
    at /home/gabry/graphics/digikam/digikam/digikamapp.cpp:190
#17 0x082a27c5 in main (argc=5, argv=0xbf8a0294)
    at /home/gabry/graphics/digikam/digikam/main.cpp:162
#0  0xb7f9e430 in __kernel_vsyscall ()
thank you for your patience :-)

2008/11/3 Gilles Caulier <[hidden email]>
remove cmake cache file in your root source folder and try again.

Gilles

2008/11/3 peewen <[hidden email]>
hi,
I have installed liblcms dev in my ubuntu intrepid but the same error
thank for the answer

2008/11/3 Gilles Caulier <[hidden email]>

Install LittleCMS devel package, and all will be fine.

For details about depencies, please look in README file

Gilles Caulier

2008/11/3 peewen <[hidden email]>
hi
I have problem with libkdraw svn that I find in kdegraphics svn , this is the output
gabry@gabry-desktop:~/kdegraphics/libs/libkdcraw$ cmake .
-- The C compiler identification is GNU                 
-- The CXX compiler identification is GNU               
-- Check for working C compiler: /usr/bin/gcc           
-- Check for working C compiler: /usr/bin/gcc -- works  
-- Detecting C compiler ABI info                        
-- Detecting C compiler ABI info - done                 
-- Check for working CXX compiler: /usr/bin/c++         
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info                      
-- Detecting CXX compiler ABI info - done               
CMake Error at CMakeLists.txt:55 (find_package):        
  find_package could not find module FindLCMS.cmake or a configuration file
  for package LCMS.                                                       

  Adjust CMAKE_MODULE_PATH to find FindLCMS.cmake or set LCMS_DIR to the
  directory containing a CMake configuration file for LCMS.  The file will
  have one of the following names:                                       

    LCMSConfig.cmake
    lcms-config.cmake



CMake Error at CMakeLists.txt:84 (KDE4_NO_ENABLE_FINAL):
  Unknown CMake command "KDE4_NO_ENABLE_FINAL".        


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.6)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more   
  information run "cmake --help-policy CMP0000".                            
This warning is for project developers.  Use -Wno-dev to suppress it.       

-- Configuring done
thank you very much

2008/11/3 Andi Clemens <[hidden email]>


too old libkdcraw... use the SVN trunk...

Andi

On Monday 03 November 2008 13:40:28 peewen wrote:
> hi,
> where is the problem?
> [ 11%] Building CXX object
> kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdialo
>g.o /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In
> constructor
> 'KIPIRawConverterPlugin::BatchDialog::BatchDialog(KIPI::Interface*)':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:185: error:
> 'SIXTEENBITS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:186: error:
> 'COLORSPACE' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:187: error:
> 'POSTPROCESSING' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:188: error:
> 'BLACKWHITEPOINTS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:191: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'addItem'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:192: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'updateMinimumWidth'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void
> KIPIRawConverterPlugin::BatchDialog::slotSixteenBitsImageToggled(bool)':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:300: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setEnabledBrightnessSettings'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::readSettings()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:345: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setUseWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:346: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:347: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setMedianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::saveSettings()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:391: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'useWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:392: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:393: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'medianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::slotStartStop()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named
> 'enableWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'useWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named
> 'medianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'medianFilterPasses'
> make[2]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdial
>og.o] Error 1
> make[1]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/all]
> Error 2
> make: *** [all] Error 2
> gabry@gabry-desktop:~/graphics/build$
>  thank you
> sorry for my poor english

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problem kipi svn

Gilles Caulier-4
yes, crash appear on marble widget. I you use marble from trunk, try to switch to KDE4.1 version.

Gilles Caulier

2008/11/4 peewen <[hidden email]>
hi,
finaly I have compiling digikam and I have digikam and showphoto in my menu, but when I open digikam crash with this output, maybe it's a problem with libmarble?
Applicazione: digiKam (digikam), segnale SIGSEGV
[Thread debugging using libthread_db enabled]
[New Thread 0xb4ac76c0 (LWP 20027)]
[New Thread 0xad553b90 (LWP 20039)]
[New Thread 0xadd54b90 (LWP 20038)]
[New Thread 0xae987b90 (LWP 20037)]
[New Thread 0xaf188b90 (LWP 20036)]
[New Thread 0xaf9f7b90 (LWP 20033)]
[New Thread 0xb2916b90 (LWP 20032)]
[New Thread 0xb20dcb90 (LWP 20031)]
[New Thread 0xb3551b90 (LWP 20028)]
[KCrash handler]
#6  0xb540e5a7 in GeoSceneDocument::head () from /usr/lib/libmarblewidget.so.4
#7  0xb54459db in MarbleModel::MarbleModel ()
   from /usr/lib/libmarblewidget.so.4
#8  0xb544e5a9 in MarbleMap::MarbleMap () from /usr/lib/libmarblewidget.so.4
#9  0xb5442770 in MarbleWidget::MarbleWidget ()
   from /usr/lib/libmarblewidget.so.4
#10 0xb7d2b773 in WorldMapWidget (this=0x906cd70, w=256, h=256,
    parent=0x902ea60)
    at /home/gabry/graphics/digikam/libs/imageproperties/worldmapwidget.cpp:79
#11 0xb7d26cf9 in ImagePropertiesGPSTab (this=0x902ea60, parent=0x8865be0)
    at /home/gabry/graphics/digikam/libs/imageproperties/imagepropertiesgpstab.cpp:100
#12 0xb7d0db37 in ImagePropertiesSideBar (this=0x8fa5290, parent=0x8865be0,
    splitter=0x8866c58, side=KMultiTabBar::Right, mimimizedDefault=true)
    at /home/gabry/graphics/digikam/libs/imageproperties/imagepropertiessidebar.cpp:83
#13 0x080a1836 in ImagePropertiesSideBarDB (this=0x8fa5290, parent=0x8865be0,
    splitter=0x8866c58, side=KMultiTabBar::Right, mimimizedDefault=true)
    at /home/gabry/graphics/digikam/libs/imageproperties/imagepropertiessidebardb.cpp:89
#14 0x082735a2 in DigikamView (this=0x8865be0, parent=0x86f4b50)
    at /home/gabry/graphics/digikam/digikam/digikamview.cpp:202
#15 0x08266db6 in Digikam::DigikamApp::setupView (this=0x86f4b50)
    at /home/gabry/graphics/digikam/digikam/digikamapp.cpp:387
#16 0x0826883d in DigikamApp (this=0x86f4b50)
    at /home/gabry/graphics/digikam/digikam/digikamapp.cpp:190
#17 0x082a27c5 in main (argc=5, argv=0xbf8a0294)
    at /home/gabry/graphics/digikam/digikam/main.cpp:162
#0  0xb7f9e430 in __kernel_vsyscall ()
thank you for your patience :-)


2008/11/3 Gilles Caulier <[hidden email]>
remove cmake cache file in your root source folder and try again.

Gilles

2008/11/3 peewen <[hidden email]>
hi,
I have installed liblcms dev in my ubuntu intrepid but the same error
thank for the answer

2008/11/3 Gilles Caulier <[hidden email]>

Install LittleCMS devel package, and all will be fine.

For details about depencies, please look in README file

Gilles Caulier

2008/11/3 peewen <[hidden email]>
hi
I have problem with libkdraw svn that I find in kdegraphics svn , this is the output
gabry@gabry-desktop:~/kdegraphics/libs/libkdcraw$ cmake .
-- The C compiler identification is GNU                 
-- The CXX compiler identification is GNU               
-- Check for working C compiler: /usr/bin/gcc           
-- Check for working C compiler: /usr/bin/gcc -- works  
-- Detecting C compiler ABI info                        
-- Detecting C compiler ABI info - done                 
-- Check for working CXX compiler: /usr/bin/c++         
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info                      
-- Detecting CXX compiler ABI info - done               
CMake Error at CMakeLists.txt:55 (find_package):        
  find_package could not find module FindLCMS.cmake or a configuration file
  for package LCMS.                                                       

  Adjust CMAKE_MODULE_PATH to find FindLCMS.cmake or set LCMS_DIR to the
  directory containing a CMake configuration file for LCMS.  The file will
  have one of the following names:                                       

    LCMSConfig.cmake
    lcms-config.cmake



CMake Error at CMakeLists.txt:84 (KDE4_NO_ENABLE_FINAL):
  Unknown CMake command "KDE4_NO_ENABLE_FINAL".        


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.6)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more   
  information run "cmake --help-policy CMP0000".                            
This warning is for project developers.  Use -Wno-dev to suppress it.       

-- Configuring done
thank you very much

2008/11/3 Andi Clemens <[hidden email]>


too old libkdcraw... use the SVN trunk...

Andi

On Monday 03 November 2008 13:40:28 peewen wrote:
> hi,
> where is the problem?
> [ 11%] Building CXX object
> kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdialo
>g.o /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In
> constructor
> 'KIPIRawConverterPlugin::BatchDialog::BatchDialog(KIPI::Interface*)':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:185: error:
> 'SIXTEENBITS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:186: error:
> 'COLORSPACE' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:187: error:
> 'POSTPROCESSING' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:188: error:
> 'BLACKWHITEPOINTS' is not a member of 'KDcrawIface::DcrawSettingsWidget'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:191: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'addItem'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:192: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'updateMinimumWidth'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void
> KIPIRawConverterPlugin::BatchDialog::slotSixteenBitsImageToggled(bool)':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:300: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setEnabledBrightnessSettings'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::readSettings()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:345: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setUseWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:346: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:347: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'setMedianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::saveSettings()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:391: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'useWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:392: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:393: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'medianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp: In member
> function 'void KIPIRawConverterPlugin::BatchDialog::slotStartStop()':
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named
> 'enableWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:454: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'useWhitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:455: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named 'whitePoint'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error:
> 'class KDcrawIface::RawDecodingSettings' has no member named
> 'medianFilterPasses'
> /home/gabry/graphics/kipi-plugins/rawconverter/batchdialog.cpp:456: error:
> 'class KDcrawIface::DcrawSettingsWidget' has no member named
> 'medianFilterPasses'
> make[2]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdial
>og.o] Error 1
> make[1]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/all]
> Error 2
> make: *** [all] Error 2
> gabry@gabry-desktop:~/graphics/build$
>  thank you
> sorry for my poor english

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problem kipi svn

Bugzilla from peewen@gmail.com


yeahhh very great software.
I have two question, if I tag my pic with digikam can I use this tag with nepomuk-strigi?
why if I click in the view icon  in toolbar menu I can't view the pic?
ciao buona serata

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problem kipi svn

Gilles Caulier-4


2008/11/4 peewen <[hidden email]>


yeahhh very great software.
I have two question, if I tag my pic with digikam can I use this tag with nepomuk-strigi?

why if I click in the view icon  in toolbar menu I can't view the pic?

It's a bug somewhere in Qt (i think), generated with previous beta release. Remove your ~/.kde4/share/config/digikamrc file try again

Gilles Caulier


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users