I followed the instructions at http://wiki.scribus.net/canvas/Building_SVN_versions_with_CMake and at http://wiki.scribus.net/canvas/Official:Compile_with_CMake but I still have problem compiling after creating the makefile. The outsource cmake works and the following is the output:
################################################################ cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/fabio/scribusinstall .. -DUSE_QT5=1 -DQT_PREFIX="/opt/qt5/bin" -- Shared Library Flags: -- Scribus 1.5.0.svn will be built to install into /home/fabio/scribusinstall -- Machine: x86_64-linux-gnu, void pointer size: 8 -- Found target X86 -- Found target X86_64 -- Building for target x86_64-linux-gnu -- Using standard ApplicationDataDir. You can change it with -DAPPLICATION_DATA_DIR -- ----- USE QT 5----- -- ----- USE QT Widgets----- -- ----- USE Qt5Gui ----- -- ----- USE QT 5 XML ----- -- ----- USE Qt5WebKit ----- -- ----- USE Qt5WebKitWidgets ----- -- ----- USE Qt5Network ----- -- ----- USE Qt5OpenGL ----- -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so ZLIB Library Found OK -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so Using PNG Library: /usr/lib/x86_64-linux-gnu/libpng.so PNG Library Found OK OSG found OK -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so JPEG Library Found OK -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so TIFF Library Found OK -- Found PythonLibs: /usr/lib/libpython2.7.so (found suitable version "2.7.3", required is "2") Python Library Found OK -- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "2.4.8") -- FreeType2 Library Found OK -- Looking for FT_Get_First_Char in /usr/lib/x86_64-linux-gnu/libfreetype.so -- Looking for FT_Get_First_Char in /usr/lib/x86_64-linux-gnu/libfreetype.so - found -- Looking for FT_Get_Next_Char in /usr/lib/x86_64-linux-gnu/libfreetype.so -- Looking for FT_Get_Next_Char in /usr/lib/x86_64-linux-gnu/libfreetype.so - found -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") -- checking for one of the modules 'libcairo>=1.2.0;cairo>=1.2.0' CAIRO Library Found OK -- Found Cups: /usr/lib/x86_64-linux-gnu/libcups.so (found version "1.5.3") CUPS Library Found OK -- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.7.8") LIBXML2 Library Found OK LCMS ReleaseLibrary: /usr/lib/x86_64-linux-gnu/liblcms.so LCMS Debug Library: LCMS_LIBRARY_DEBUG-NOTFOUND LCMS Library: /usr/lib/x86_64-linux-gnu/liblcms.so LCMS 2 ReleaseLibrary: LCMS2_LIBRARY_RELEASE-NOTFOUND LCMS 2 Debug Library: LCMS2_LIBRARY_DEBUG-NOTFOUND LCMS 2 Library: LCMS2_LIBRARY_RELEASE-NOTFOUND LCMS ReleaseLibrary: /usr/lib/x86_64-linux-gnu/liblcms.so LCMS Debug Library: LCMS_LIBRARY_DEBUG-NOTFOUND LCMS Library: /usr/lib/x86_64-linux-gnu/liblcms.so LittleCMS Library Found OK -- checking for one of the modules 'fontconfig' FontConfig Found OK -- Could NOT find HUNSPELL (missing: HUNSPELL_LIBRARIES HUNSPELL_INCLUDE_DIR) Hunspell or its developer libraries NOT found - Disabling support for spell checking PoDoFo found OK -- Boost version: 1.46.1 Boost Library Found OK Building without GraphicksMagick (use -DWANT_GRAPHICSMAGICK=1 to enable) -- checking for one of the modules 'libpoppler>=0.19.0;poppler>=0.19.0' -- Found poppler -- Found poppler libs: /usr/lib/x86_64-linux-gnu/libpoppler.so -- Found poppler includes: /usr/include/poppler -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for include file endian.h -- Looking for include file endian.h - found -- Looking for include file fcntl.h -- Looking for include file fcntl.h - found RPATH: lib/scribus/plugins/; -- Qt5::CoreQt5::WidgetsQt5::GuiQt5::XmlQt5::WebKitQt5::WebKitWidgetsQt5::NetworkQt5::OpenGL/usr/lib/x86_64-linux-gnu/ libxml2.so/usr/lib/x86_64-linux-gnu/libz.so -- Building with Scripter 1 -- Source header files will be installed -- /home/fabio/ScribusSVN/scribus-trunk-1.5.0svn201304091810/resources/translations/po -- The following GUI languages will be installed: -- Configuring done -- Generating done -- Build files have been written to: /home/fabio/ScribusSVN/scribus-trunk-1.5.0svn201304091810/builddir #################################################################### Then I do cd .. and make ################################################################### make Scanning dependencies of target scribus_pgf_lib [ 0%] Building CXX object scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Decoder.cpp.o <command-line>:0:1: error: macro names must be identifiers /home/fabio/ScribusSVN/scribus-trunk-1.5.0svn201304091810/scribus/third_party/pgf/Decoder.cpp:583:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] make[2]: *** [scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Decoder.cpp.o] Errore 1 make[1]: *** [scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/all] Errore 2 make: *** [all] Errore 2 ################################################################## What can I do? Thank you in advance! -- Cordiali saluti, Fabio Colella -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.scribus.net/pipermail/scribus/attachments/20130410/9390037a/attachment.html>
