View Issue Details

IDProjectCategoryView StatusLast Update
0004757ScribusBuild Systempublic2006-12-15 21:49
Reporterchristoph_s Assigned Tocbradney  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86OSLinuxOS VersionSuSE 10.0
Product Version1.3.4cvs 
Fixed in Version1.3.3.7cvs 
Summary0004757: cairo finder with CMake build doesn't work with today's cvs
DescriptionAutotools work without any issue, but cmake 2.4.3 fails:

[ 3%] Building CXX object scribus/CMakeFiles/scribus.dir/scpainter.o
/usr/bin/c++ -O0 -g3 -Wall -I/home/christoph/scribus134cvs/Scribus/scribus -I/home/christoph/scribus134cvs/Scribus -I/usr/lib/qt3/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/python2.4 -I/usr/include/cairo -DSHAREDIR=\"/opt/scribus133/share/scribus/\" -DDOCDIR=\"/opt/scribus133/share/doc/scribus-1.3.4cvs/\" -DICONDIR=\"/opt/scribus133/share/scribus/icons/\" -DSAMPLESDIR=\"/opt/scribus133/share/scribus/samples/\" -DSCRIPTSDIR=\"/opt/scribus133/share/scribus/scripts/\" -DTEMPLATEDIR=\"/opt/scribus133/share/scribus/templates/\" -DLIBDIR=\"/opt/scribus133/lib/scribus/\" -DPLUGINDIR=\"/opt/scribus133/lib/scribus/plugins/\" -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -D_REENTRANT -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DHAVE_CONFIG_H -o scribus/CMakeFiles/scribus.dir/scpainter.o -c /home/christoph/scribus134cvs/Scribus/scribus/scpainter.cpp
/home/christoph/scribus134cvs/Scribus/scribus/scpainter.cpp:46:24: error: cairo-svg.h: Datei oder Verzeichnis nicht gefunden
/home/christoph/scribus134cvs/Scribus/scribus/scpainter.cpp: In constructor ‘ScPainter::ScPainter(QString, unsigned int, unsigned int, double, int)’:
/home/christoph/scribus134cvs/Scribus/scribus/scpainter.cpp:307: error: ‘cairo_svg_surface_create’ was not declared in this scope
/home/christoph/scribus134cvs/Scribus/scribus/scpainter.cpp: In member function ‘virtual void ScPainter::beginLayer(double, int, FPointArray*)’:
/home/christoph/scribus134cvs/Scribus/scribus/scpainter.cpp:356: error: ‘cairo_get_group_target’ was not declared in this scope
/home/christoph/scribus134cvs/Scribus/scribus/scpainter.cpp:370: error: ‘cairo_push_group’ was not declared in this scope
/home/christoph/scribus134cvs/Scribus/scribus/scpainter.cpp: In member function ‘virtual void ScPainter::endLayer()’:
/home/christoph/scribus134cvs/Scribus/scribus/scpainter.cpp:391: error: ‘cairo_get_group_target’ was not declared in this scope
/home/christoph/scribus134cvs/Scribus/scribus/scpainter.cpp:395: error: ‘cairo_surface_get_type’ was not declared in this scope
/home/christoph/scribus134cvs/Scribus/scribus/scpainter.cpp:395: error: ‘CAIRO_SURFACE_TYPE_IMAGE’ was not declared in this scope
/home/christoph/scribus134cvs/Scribus/scribus/scpainter.cpp:398: error: ‘cairo_image_surface_get_stride’ was not declared in this scope
/home/christoph/scribus134cvs/Scribus/scribus/scpainter.cpp:399: error: ‘cairo_image_surface_get_data’ was not declared in this scope
/home/christoph/scribus134cvs/Scribus/scribus/scpainter.cpp:599: error: ‘cairo_pop_group_to_source’ was not declared in this scope
make[2]: *** [scribus/CMakeFiles/scribus.dir/scpainter.o] Fehler 1
make[2]: Leaving directory `/home/christoph/scribus134cvs/Scribus'
make[1]: *** [scribus/CMakeFiles/scribus.dir/all] Fehler 2
make[1]: Leaving directory `/home/christoph/scribus134cvs/Scribus'
make: *** [all] Fehler 2
TagsNo tags attached.
Patch

Activities

mhanski

2006-12-07 17:47

developer   ~0013816

christoph, they switched to a newer cairo version recently, try to build without cairo, with libart

christoph_s

2006-12-07 18:16

administrator   ~0013817

Has the default setting changed to Cairo? I entered cmake . -DCMAKE_INSTALL_PREFIX:PATH=/opt/scribus134cvs -DWANT_DEBUG=1

mhanski

2006-12-07 18:19

developer   ~0013819

it seems so, try to build with "-DWANT_CAIRO=0 -DWANT_LIBART=1"

plinnell

2006-12-07 19:32

viewer   ~0013820

unless you build cairo 1.2.0+ it wont work. There were defines to enable certain stuff if 1.2.0+ was installed.

You can install 1.2.4, but involves using one of the opensuse buildserver repos and substantially upgrading GTK and Gnome

fschmid

2006-12-07 21:12

administrator   ~0013822

You need cairo 1.2.0* because there is a lot of stuff not working with prior versions of cairo. Therefore we decided to set the minimum version for cairo to 1.2.0.

cbradney

2006-12-07 21:37

administrator   ~0013823

Time to upgrade, cairo 1.2.4 or better is recommended. 1.2.0 is minimum.

christoph_s

2006-12-08 16:08

administrator   ~0013824

I wasn't building with Cairo, but with libart, exactly because the SuSE 10.0 Cairo is too old. So I have to repeat my question: Is Cairo the default now?

jghali

2006-12-08 16:32

administrator   ~0013825

The fact that the error log shows cairo functions means yes...

christoph_s

2006-12-08 16:53

administrator   ~0013826

In this case, the install info should be updated.

cbradney

2006-12-08 20:51

administrator   ~0013827

Please delete your CMakeCache.txt file from the build dir, and rerun cmake, setting WANT_LIBART=1 and rebuild.. attach the CMakeCache.txt file to this bug if the problem continues. You will probably need to make clean if you are building in source.

christoph_s

2006-12-09 16:35

administrator   ~0013840

It doesn't build under SuSE 10.1 and with Cairo 1.2.4 installed (and the corrrect path settings for Cairo). I always get the same error messages.

cbradney

2006-12-09 21:23

administrator   ~0013847

Still waiting for your cmakecache.txt file...

christoph_s

2006-12-10 11:56

administrator   ~0013850

Last edited: 2006-12-10 11:56

I finally managed to get cvs built, but only by editing CMakeCache.txt (see CMakeCache-EDITED.txt). I ran /opt/cmake-2.4.3-Linux-i386/bin/cmake . -DCMAKE_INSTALL_PREFIX:PATH=/opt/scribus134cvs -DWANT_CAIRO=1 -DWANT_DEBUG=1 -DPREFIX_CAIRO:PATH=/usr/local/lib, a command that always worked before. But now I had to correct each path setting for Cairo, because -DPREFIX_CAIRO:PATH=/usr/local/lib was simply ignored (see the original CMakeCache.txt). Due to time constraints I haven't checked the files on the SuSE 10.0 machine, but I assume other options are also ignored.

2006-12-10 11:57

 

CMakeCache.txt (24,402 bytes)   
# This is the CMakeCache file.
# For build in directory: /home/christoph/scribus134cvs/Scribus
# It was generated by CMake: /opt/cmake-2.4.3-Linux-i386/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Path to a file.
CAIRO_INCLUDE_DIR:PATH=/usr/include/cairo

//Path to a library.
CAIRO_LIBRARY:FILEPATH=/usr/lib/libcairo.so

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//For backwards compatibility, what version of CMake commands and
// syntax should this version of CMake allow.
CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4

//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
//
CMAKE_BUILD_TYPE:STRING=

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=' '

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during Release with Debug Info builds.
//
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g

//C compiler.
CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc

//Flags for C compiler.
CMAKE_C_FLAGS:STRING=' '

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during Release with Debug Info builds.
//
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//No help, variable specified on the command line.
CMAKE_INSTALL_PREFIX:PATH=/opt/scribus134cvs

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when using shared libraries.
//
CMAKE_SKIP_RPATH:BOOL=NO

//If true, cmake will use relative paths in makefiles and projects.
//
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Path to a file.
CUPS_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
CUPS_LIBRARY:FILEPATH=/usr/lib/libcups.so

//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=

//Path to a program.
FONTCONFIG_CONFIG:FILEPATH=FONTCONFIG_CONFIG-NOTFOUND

//Path to a file.
FONTCONFIG_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
FONTCONFIG_LIBRARY:FILEPATH=/usr/lib/libfontconfig.so

//Path to a program.
FREETYPE_CONFIG:FILEPATH=/usr/bin/freetype-config

//Path to a file.
FREETYPE_INCLUDE_DIR_FT2BUILD:PATH=/usr/include

//Path to a file.
FREETYPE_INCLUDE_DIR_FTHEADER:PATH=/usr/include/freetype2

//Path to a library.
FREETYPE_LIBRARY:FILEPATH=/usr/lib/libfreetype.so

//Path to a file.
JPEG_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
JPEG_LIBRARY:FILEPATH=/usr/lib/libjpeg.so

//Path to a file.
LCMS_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
LCMS_LIBRARY:FILEPATH=/usr/lib/liblcms.so

//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=

//Path to a file.
LIBXML2_INCLUDE_DIR:PATH=/usr/include/libxml2

//Path to a library.
LIBXML2_LIBRARIES:FILEPATH=/usr/lib/libxml2.so

//Path to a program.
PKGCONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config

//Path to a library.
PNG_LIBRARY:FILEPATH=/usr/lib/libpng.so

//Path to a file.
PNG_PNG_INCLUDE_DIR:PATH=/usr/include

//No help, variable specified on the command line.
PREFIX_CAIRO:PATH=/usr/local/lib

//Path to a file.
PYTHON_INCLUDE_PATH:PATH=/usr/include/python2.4

//Path to a library.
PYTHON_LIBRARY:FILEPATH=/usr/lib/python2.4/config/libpython2.4.a

//Path to a file.
QT_INCLUDE_DIR:PATH=/usr/lib/qt3/include

//Path to a program.
QT_MOC_EXECUTABLE:FILEPATH=/usr/lib/qt3/bin/moc

//Path to a library.
QT_QASSISTANTCLIENT_LIBRARY:FILEPATH=/usr/lib/qt3/lib/libqassistantclient.a

//Path to a library.
QT_QT_LIBRARY:FILEPATH=/usr/lib/qt3/lib/libqt-mt.so

//Path to a program.
QT_UIC_EXECUTABLE:FILEPATH=/usr/lib/qt3/bin/uic

//STRING
RENDER_LIB:STRING=CAIRO

//Path to a file.
TIFF_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
TIFF_LIBRARY:FILEPATH=/usr/lib/libtiff.so

//Path to a file.
X11_X11_INCLUDE_PATH:PATH=/usr/include

//Path to a library.
X11_X11_LIB:FILEPATH=/usr/X11R6/lib/libX11.so

//Path to a library.
X11_Xext_LIB:FILEPATH=/usr/X11R6/lib/libXext.so

//Path to a file.
X11_Xlib_INCLUDE_PATH:PATH=/usr/include

//Path to a file.
X11_Xutil_INCLUDE_PATH:PATH=/usr/include

//Path to a file.
ZLIB_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
ZLIB_LIBRARY:FILEPATH=/usr/lib/libz.so

//Dependencies for the target
barcodegenerator_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
colorwheel_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
csvim_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
docim_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
fontpreview_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
htmlim_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
importps_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
newfromtemplateplugin_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
odtimplugin_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
oodrawimp_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
pdbim_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
saveastemplateplugin_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribus12format_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribus134format_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribus13format_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Value Computed by CMake
scribus_BINARY_DIR:STATIC=/home/christoph/scribus134cvs/Scribus

//Value Computed by CMake
scribus_SOURCE_DIR:STATIC=/home/christoph/scribus134cvs/Scribus

//Dependencies for the target
scribus_desaxe_lib_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribus_fonts_lib_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribus_pixbuf_lib_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribus_styles_lib_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribus_text_lib_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribusexportpixmap_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribusshortwords_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scriptplugin_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
svgexplugin_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
svgimplugin_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
sxwimplugin_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
textfilterplugin_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
txtim_LIB_DEPENDS:STATIC=/usr/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;


########################
# INTERNAL cache entries
########################

//Advanced flag for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_BUILD_TOOL
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/gmake
//This is the directory where this CMakeCahe.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/christoph/scribus134cvs/Scribus
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
//Minor version of cmake used to create the current loaded cache
//
CMAKE_CACHE_MINOR_VERSION:INTERNAL=4
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 3
//Advanced flag for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/opt/cmake-2.4.3-Linux-i386/bin/cmake
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/opt/cmake-2.4.3-Linux-i386/bin/ctest
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//full path to the compiler cmake found
CMAKE_CXX_COMPILER_FULLPATH:INTERNAL=/usr/bin/c++
CMAKE_CXX_COMPILER_WORKS:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//full path to the compiler cmake found
CMAKE_C_COMPILER_FULLPATH:INTERNAL=/usr/bin/gcc
CMAKE_C_COMPILER_WORKS:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/opt/cmake-2.4.3-Linux-i386/bin/ccmake
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
//
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Have function connect
CMAKE_HAVE_CONNECT:INTERNAL=1
//Have function gethostbyname
CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1
//Have library pthreads
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
//Have library pthread
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Have function remove
CMAKE_HAVE_REMOVE:INTERNAL=1
//Have function shmat
CMAKE_HAVE_SHMAT:INTERNAL=1
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/christoph/scribus134cvs/Scribus
//Have library ICE
CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1
//Advanced flag for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
//
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
//
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=62
//Advanced flag for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/opt/cmake-2.4.3-Linux-i386/share/CMake
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
//
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
//
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Result of TRY_RUN
CMAKE_SIZEOF_VOID_P:INTERNAL=4
//Advanced flag for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/bin/uname
//Advanced flag for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_VOID_P:INTERNAL=TRUE
//Have include dlfcn.h
HAVE_DLFCN_H:INTERNAL=1
//Have include HAVE_ENDIAN_H
HAVE_ENDIAN_H:INTERNAL=1
//Have include HAVE_FCNTL_H
HAVE_FCNTL_H:INTERNAL=1
//Have library libfreetype.so
HAVE_FREETYPE_FIRST:INTERNAL=1
//Have library libfreetype.so
HAVE_FREETYPE_NEXT:INTERNAL=1
//Have include sys/stat.h
HAVE_SYS_STAT_H:INTERNAL=1
//Have include sys/types.h
HAVE_SYS_TYPES_H:INTERNAL=1
//Have include unistd.h
HAVE_UNISTD_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_WORDS_BIGENDIAN:INTERNAL=TRUE
//Advanced flag for variable: JPEG_INCLUDE_DIR
JPEG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: JPEG_LIBRARY
JPEG_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: LIBXML2_INCLUDE_DIR
LIBXML2_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: LIBXML2_LIBRARIES
LIBXML2_LIBRARIES-ADVANCED:INTERNAL=1
//Advanced flag for variable: PKGCONFIG_EXECUTABLE
PKGCONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//Advanced flag for variable: PNG_LIBRARY
PNG_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: PNG_PNG_INCLUDE_DIR
PNG_PNG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: QT_INCLUDE_DIR
QT_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: QT_MOC_EXECUTABLE
QT_MOC_EXECUTABLE-ADVANCED:INTERNAL=1
//Advanced flag for variable: QT_QASSISTANTCLIENT_LIBRARY
QT_QASSISTANTCLIENT_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: QT_QT_LIBRARY
QT_QT_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: QT_UIC_EXECUTABLE
QT_UIC_EXECUTABLE-ADVANCED:INTERNAL=1
//Result of TRY_RUN
WORDS_BIGENDIAN:INTERNAL=0
//Have library /usr/X11R6/lib/libX11.so;/usr/X11R6/lib/libXext.so
//
X11_LIB_X11_SOLO:INTERNAL=1
//Advanced flag for variable: X11_X11_INCLUDE_PATH
X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_X11_LIB
X11_X11_LIB-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xext_LIB
X11_Xext_LIB-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xlib_INCLUDE_PATH
X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xutil_INCLUDE_PATH
X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: ZLIB_INCLUDE_DIR
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: ZLIB_LIBRARY
ZLIB_LIBRARY-ADVANCED:INTERNAL=1

CMakeCache.txt (24,402 bytes)   

2006-12-10 11:57

 

CMakeCache-EDITED.txt (24,582 bytes)   
# This is the CMakeCache file.
# For build in directory: /home/christoph/scribus134cvs/Scribus
# It was generated by CMake: /opt/cmake-2.4.3-Linux-i386/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Path to a file.
CAIRO_INCLUDE_DIR:PATH=/usr/local/include/cairo

//Path to a library.
CAIRO_LIBRARY:FILEPATH=/usr/local/lib/libcairo.so

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//For backwards compatibility, what version of CMake commands and
// syntax should this version of CMake allow.
CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4

//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
//
CMAKE_BUILD_TYPE:STRING=

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=' '

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during Release with Debug Info builds.
//
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g

//C compiler.
CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc

//Flags for C compiler.
CMAKE_C_FLAGS:STRING=' '

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during Release with Debug Info builds.
//
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//No help, variable specified on the command line.
CMAKE_INSTALL_PREFIX:PATH=/opt/scribus134cvs

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when using shared libraries.
//
CMAKE_SKIP_RPATH:BOOL=NO

//If true, cmake will use relative paths in makefiles and projects.
//
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Path to a file.
CUPS_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
CUPS_LIBRARY:FILEPATH=/usr/lib/libcups.so

//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=

//Path to a program.
FONTCONFIG_CONFIG:FILEPATH=FONTCONFIG_CONFIG-NOTFOUND

//Path to a file.
FONTCONFIG_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
FONTCONFIG_LIBRARY:FILEPATH=/usr/lib/libfontconfig.so

//Path to a program.
FREETYPE_CONFIG:FILEPATH=/usr/bin/freetype-config

//Path to a file.
FREETYPE_INCLUDE_DIR_FT2BUILD:PATH=/usr/include

//Path to a file.
FREETYPE_INCLUDE_DIR_FTHEADER:PATH=/usr/include/freetype2

//Path to a library.
FREETYPE_LIBRARY:FILEPATH=/usr/lib/libfreetype.so

//Path to a file.
JPEG_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
JPEG_LIBRARY:FILEPATH=/usr/lib/libjpeg.so

//Path to a file.
LCMS_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
LCMS_LIBRARY:FILEPATH=/usr/lib/liblcms.so

//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=

//Path to a file.
LIBXML2_INCLUDE_DIR:PATH=/usr/include/libxml2

//Path to a library.
LIBXML2_LIBRARIES:FILEPATH=/usr/lib/libxml2.so

//Path to a program.
PKGCONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config

//Path to a library.
PNG_LIBRARY:FILEPATH=/usr/lib/libpng.so

//Path to a file.
PNG_PNG_INCLUDE_DIR:PATH=/usr/include

//No help, variable specified on the command line.
PREFIX_CAIRO:PATH=/usr/local/lib

//Path to a file.
PYTHON_INCLUDE_PATH:PATH=/usr/include/python2.4

//Path to a library.
PYTHON_LIBRARY:FILEPATH=/usr/lib/python2.4/config/libpython2.4.a

//Path to a file.
QT_INCLUDE_DIR:PATH=/usr/lib/qt3/include

//Path to a program.
QT_MOC_EXECUTABLE:FILEPATH=/usr/lib/qt3/bin/moc

//Path to a library.
QT_QASSISTANTCLIENT_LIBRARY:FILEPATH=/usr/lib/qt3/lib/libqassistantclient.a

//Path to a library.
QT_QT_LIBRARY:FILEPATH=/usr/lib/qt3/lib/libqt-mt.so

//Path to a program.
QT_UIC_EXECUTABLE:FILEPATH=/usr/lib/qt3/bin/uic

//STRING
RENDER_LIB:STRING=CAIRO

//Path to a file.
TIFF_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
TIFF_LIBRARY:FILEPATH=/usr/lib/libtiff.so

//Path to a file.
X11_X11_INCLUDE_PATH:PATH=/usr/include

//Path to a library.
X11_X11_LIB:FILEPATH=/usr/X11R6/lib/libX11.so

//Path to a library.
X11_Xext_LIB:FILEPATH=/usr/X11R6/lib/libXext.so

//Path to a file.
X11_Xlib_INCLUDE_PATH:PATH=/usr/include

//Path to a file.
X11_Xutil_INCLUDE_PATH:PATH=/usr/include

//Path to a file.
ZLIB_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
ZLIB_LIBRARY:FILEPATH=/usr/lib/libz.so

//Dependencies for the target
barcodegenerator_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
colorwheel_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
csvim_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
docim_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
fontpreview_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
htmlim_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
importps_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
newfromtemplateplugin_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
odtimplugin_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
oodrawimp_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
pdbim_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
saveastemplateplugin_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribus12format_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribus134format_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribus13format_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Value Computed by CMake
scribus_BINARY_DIR:STATIC=/home/christoph/scribus134cvs/Scribus

//Value Computed by CMake
scribus_SOURCE_DIR:STATIC=/home/christoph/scribus134cvs/Scribus

//Dependencies for the target
scribus_desaxe_lib_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribus_fonts_lib_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribus_pixbuf_lib_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribus_styles_lib_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribus_text_lib_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribusexportpixmap_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scribusshortwords_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
scriptplugin_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
svgexplugin_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
svgimplugin_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
sxwimplugin_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
textfilterplugin_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;

//Dependencies for the target
txtim_LIB_DEPENDS:STATIC=/usr/local/lib/libcairo.so;/usr/lib/qt3/lib/libqt-mt.so;/usr/lib/libcups.so;/usr/lib/libfreetype.so;/usr/lib/libfontconfig.so;/usr/lib/liblcms.so;/usr/lib/libxml2.so;/usr/lib/python2.4/config/libpython2.4.a;/usr/lib/libtiff.so;/usr/lib/libjpeg.so;/usr/lib/libz.so;


########################
# INTERNAL cache entries
########################

//Advanced flag for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_BUILD_TOOL
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/gmake
//This is the directory where this CMakeCahe.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/christoph/scribus134cvs/Scribus
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
//Minor version of cmake used to create the current loaded cache
//
CMAKE_CACHE_MINOR_VERSION:INTERNAL=4
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 3
//Advanced flag for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/opt/cmake-2.4.3-Linux-i386/bin/cmake
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/opt/cmake-2.4.3-Linux-i386/bin/ctest
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//full path to the compiler cmake found
CMAKE_CXX_COMPILER_FULLPATH:INTERNAL=/usr/bin/c++
CMAKE_CXX_COMPILER_WORKS:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//full path to the compiler cmake found
CMAKE_C_COMPILER_FULLPATH:INTERNAL=/usr/bin/gcc
CMAKE_C_COMPILER_WORKS:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/opt/cmake-2.4.3-Linux-i386/bin/ccmake
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
//
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Have function connect
CMAKE_HAVE_CONNECT:INTERNAL=1
//Have function gethostbyname
CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1
//Have library pthreads
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
//Have library pthread
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Have function remove
CMAKE_HAVE_REMOVE:INTERNAL=1
//Have function shmat
CMAKE_HAVE_SHMAT:INTERNAL=1
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/christoph/scribus134cvs/Scribus
//Have library ICE
CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1
//Advanced flag for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
//
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
//
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=62
//Advanced flag for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/opt/cmake-2.4.3-Linux-i386/share/CMake
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
//
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
//
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Result of TRY_RUN
CMAKE_SIZEOF_VOID_P:INTERNAL=4
//Advanced flag for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/bin/uname
//Advanced flag for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_VOID_P:INTERNAL=TRUE
//Have include dlfcn.h
HAVE_DLFCN_H:INTERNAL=1
//Have include HAVE_ENDIAN_H
HAVE_ENDIAN_H:INTERNAL=1
//Have include HAVE_FCNTL_H
HAVE_FCNTL_H:INTERNAL=1
//Have library libfreetype.so
HAVE_FREETYPE_FIRST:INTERNAL=1
//Have library libfreetype.so
HAVE_FREETYPE_NEXT:INTERNAL=1
//Have include sys/stat.h
HAVE_SYS_STAT_H:INTERNAL=1
//Have include sys/types.h
HAVE_SYS_TYPES_H:INTERNAL=1
//Have include unistd.h
HAVE_UNISTD_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_WORDS_BIGENDIAN:INTERNAL=TRUE
//Advanced flag for variable: JPEG_INCLUDE_DIR
JPEG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: JPEG_LIBRARY
JPEG_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: LIBXML2_INCLUDE_DIR
LIBXML2_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: LIBXML2_LIBRARIES
LIBXML2_LIBRARIES-ADVANCED:INTERNAL=1
//Advanced flag for variable: PKGCONFIG_EXECUTABLE
PKGCONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//Advanced flag for variable: PNG_LIBRARY
PNG_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: PNG_PNG_INCLUDE_DIR
PNG_PNG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: QT_INCLUDE_DIR
QT_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: QT_MOC_EXECUTABLE
QT_MOC_EXECUTABLE-ADVANCED:INTERNAL=1
//Advanced flag for variable: QT_QASSISTANTCLIENT_LIBRARY
QT_QASSISTANTCLIENT_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: QT_QT_LIBRARY
QT_QT_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: QT_UIC_EXECUTABLE
QT_UIC_EXECUTABLE-ADVANCED:INTERNAL=1
//Result of TRY_RUN
WORDS_BIGENDIAN:INTERNAL=0
//Have library /usr/X11R6/lib/libX11.so;/usr/X11R6/lib/libXext.so
//
X11_LIB_X11_SOLO:INTERNAL=1
//Advanced flag for variable: X11_X11_INCLUDE_PATH
X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_X11_LIB
X11_X11_LIB-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xext_LIB
X11_Xext_LIB-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xlib_INCLUDE_PATH
X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xutil_INCLUDE_PATH
X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: ZLIB_INCLUDE_DIR
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: ZLIB_LIBRARY
ZLIB_LIBRARY-ADVANCED:INTERNAL=1

CMakeCache-EDITED.txt (24,582 bytes)   

mhanski

2006-12-11 00:08

developer   ~0013858

the same happens to me after I've installed cairo 1.2.6 into /opt/cairo: cmake ignores -DPREFIX_CAIRO:PATH=/opt/cairo and uses /usr/lib/* and /usr/include/*

(btw, I did "make clean", and deleted CMakeCache.txt too)

cbradney

2006-12-11 20:42

administrator   ~0013875

This is due to changes in CMake I think. Updated finder in 134cvs now.

mhanski

2006-12-11 21:17

developer   ~0013879

cmake . -DCMAKE_INSTALL_PREFIX:PATH=/opt/scribus134new -DWANT_CAIRO=1 -DWANT_LIBART=0 -DWANT_DEBUG=1 -DPREFIX_CAIRO:PATH=/opt/cairo

Everything works fine with the latest cvs code :)

Issue History

Date Modified Username Field Change
2006-12-07 17:44 christoph_s New Issue
2006-12-07 17:47 mhanski Note Added: 0013816
2006-12-07 18:16 christoph_s Note Added: 0013817
2006-12-07 18:19 mhanski Note Added: 0013819
2006-12-07 19:32 plinnell Note Added: 0013820
2006-12-07 21:12 fschmid Note Added: 0013822
2006-12-07 21:37 cbradney Status new => resolved
2006-12-07 21:37 cbradney Resolution open => no change required
2006-12-07 21:37 cbradney Assigned To => cbradney
2006-12-07 21:37 cbradney Note Added: 0013823
2006-12-08 16:08 christoph_s Status resolved => feedback
2006-12-08 16:08 christoph_s Resolution no change required => reopened
2006-12-08 16:08 christoph_s Note Added: 0013824
2006-12-08 16:32 jghali Note Added: 0013825
2006-12-08 16:53 christoph_s Note Added: 0013826
2006-12-08 20:51 cbradney Note Added: 0013827
2006-12-09 16:35 christoph_s Note Added: 0013840
2006-12-09 21:23 cbradney Note Added: 0013847
2006-12-10 11:56 christoph_s Note Added: 0013850
2006-12-10 11:56 christoph_s Note Edited: 0013850
2006-12-10 11:57 christoph_s File Added: CMakeCache.txt
2006-12-10 11:57 christoph_s File Added: CMakeCache-EDITED.txt
2006-12-11 00:08 mhanski Note Added: 0013858
2006-12-11 20:42 cbradney Note Added: 0013875
2006-12-11 20:42 cbradney Summary Cmake doesn't work with today's cvs => cairo finder with CMake build doesn't work with today's cvs
2006-12-11 21:17 mhanski Note Added: 0013879
2006-12-11 21:20 cbradney Status feedback => resolved
2006-12-11 21:20 cbradney Fixed in Version => 1.3.3.7cvs
2006-12-11 21:20 cbradney Resolution reopened => fixed
2006-12-12 08:45 cbradney Severity major => minor
2006-12-15 21:49 cbradney Status resolved => closed