Re: [Patch] introduce new cmake var KDE4_LIB_DESTINATION

2008-02-18 Thread Alexander Neundorf
On Monday 18 February 2008, Christian Ehrlicher wrote:
 Alexander Neundorf schrieb:
  On Saturday 16 February 2008, Christian Ehrlicher wrote:
  Alexander Neundorf schrieb:
 
  ...
 
  Comments ?
 
  No :)
 
  Just let us know when you checked it in as it breaks windows install.
 
  Can you do this and at the same time fix at least kdelibs ?

 ok, done for kdelibs, kdepimlibs, kdebase-runtime, kdebase-apps, kdeedu
 and kdebase.

Cool.
Maybe it would have been even better if we (you) would have first committed it 
to kdelibs and one week later to the other modules, now everybody has to 
update kdelibs.
Actually only FindKDE4Internal.cmake.

I guess I should send a notification email.

 I just noticed that we maybe have a problem in kdepimlibs because it
 should also be compileable with kde4.0 - but think this can be fixed
 somehow. Do we have a kde version check ?

I guess I should add something RSN ...

Alex
___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem


Re: [Patch] introduce new cmake var KDE4_LIB_DESTINATION

2008-02-18 Thread Christian Ehrlicher
Alexander Neundorf schrieb:
 On Saturday 16 February 2008, Christian Ehrlicher wrote:
 Alexander Neundorf schrieb:
 ...
 Comments ?
 No :)

 Just let us know when you checked it in as it breaks windows install.
 
 Can you do this and at the same time fix at least kdelibs ?
 
ok, done for kdelibs, kdepimlibs, kdebase-runtime, kdebase-apps, kdeedu 
and kdebase.

I just noticed that we maybe have a problem in kdepimlibs because it 
should also be compileable with kde4.0 - but think this can be fixed 
somehow. Do we have a kde version check ?


Christian
___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem


kdemultimedia (trunk) won't build without xine

2008-02-18 Thread Benjamin Reed
I don't have xine installed, but while it seems like xine is
configured to be optional in the CMakeLists.txt, cmake bombs out with
some required variables without it:

-- Looking for vorbis_bitrate_addblock in vorbis
CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
XINE_LIBRARY

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for vorbis_bitrate_addblock in vorbis - not found
-- Found OggVorbis:
/opt/kde4-deps/lib/libogg.dylib;/opt/kde4-deps/lib/libvorbis.dylib;/opt/kde4-deps/lib/libvorbisfile.dylib;/opt/kde4-deps/lib/libvorbisenc.dylib
-- Performing Test CDDA_IOCTL_DEVICE_EXISTS
CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
XINE_INCLUDE_DIR

CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Performing Test CDDA_IOCTL_DEVICE_EXISTS - Failed
-- Looking for include files HAVE_SOUNDCARD_H
-- Looking for include files HAVE_SOUNDCARD_H - not found.
-- Looking for include files HAVE_SYS_STAT_H
-- Looking for include files HAVE_SYS_STAT_H - found
-- Looking for include files HAVE_LINUX_CDROM_H
-- Looking for include files HAVE_LINUX_CDROM_H - not found.
-- Looking for include files HAVE_LINUX_UCDROM_H
-- Looking for include files HAVE_LINUX_UCDROM_H - not found.
-- Looking for include files HAVE_MACHINE_ENDIAN_H
-- Looking for include files HAVE_MACHINE_ENDIAN_H - found
-- Looking for include files HAVE_SYS_AUDIOIO_H
-- Looking for include files HAVE_SYS_AUDIOIO_H - not found.
-- Looking for include files HAVE_ALIB_H
-- Looking for include files HAVE_ALIB_H - not found.
-- Looking for include files HAVE_ALLOCA_H
-- Looking for include files HAVE_ALLOCA_H - found
-- Looking for include files HAVE_ENDIAN_H
-- Looking for include files HAVE_ENDIAN_H - not found.
-- Looking for include files HAVE_SYS_ENDIAN_H
-- Looking for include files HAVE_SYS_ENDIAN_H - not found.
-- Check size of long
-- Check size of long - done
-- Found MusicBrainz: /opt/kde4-deps/include
-- tunepimp found: includes in /sw/include, library in
/opt/kde4-deps/lib/libtunepimp.dylib
-- Looking for tp_SetFileNameEncoding in /opt/kde4-deps/lib/libtunepimp.dylib
-- Looking for tp_SetFileNameEncoding in
/opt/kde4-deps/lib/libtunepimp.dylib - found
-- Looking for tr_GetPUID in /opt/kde4-deps/lib/libtunepimp.dylib
-- Looking for tr_GetPUID in /opt/kde4-deps/lib/libtunepimp.dylib - found
-- TUNEPIMP_FOUND_VERSION_4 :1
-- TUNEPIMP_FOUND_VERSION_5 :1
-- port strigi-analyzer !!!
-- Could not find OPTIONAL package Cdparanoia
-- Could not find OPTIONAL package Plasma
-- Xine and phonon-xine must be compiled with XCB support.
-- 
-
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
+ taglib
+ OggVorbis
+ MusicBrainz
+ TunePimp
-
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
+ cdparanoia: Reads digital audio directly from a CD, then writes the
data to a file or pipe in several different formats
http://www.xiph.org/paranoia/
Required for building the AudioCD ioslave.
-


Any idea how to fix this?


-- 
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development
http://www.racoonfink.com/
___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem