[KPhotoAlbum] build woes (from git on openSuse12.2) - "This file was generated using the moc from 4.7.4. It cannot be used with the include files from this version of Qt."

Martin Jost lists at majo.name
Fri Sep 14 07:57:54 BST 2012


Hello,

I tried to build KPA from git on the current openSuse 12.2 (32 bit).
I failed at the first try. Here is the story:

I already have a current KPA running - on my 64 bit desktop system,
using openSuse 12.1 (one level lower)
I just installed 12.2 on my (32 bit) laptop.

I copied over the KPA sources from git from the 12.1, 64 bit system.
(Using dar)

Then I tried to build, using:


> make clean
> cmake .
CMake Error: The current CMakeCache.txt directory
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/CMakeCache.txt is
different than the directory /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum
where CMakeCache.txt was created. This may result in binaries being
created in the wrong place. If you are not sure, reedit the CMakeCache.txt

Aaahhh, ok, 'make clean' didn't remove CMakeCache.txt. Ok...

> rm CMakeCache.txt
> cmake .

This time it succeeded, showing
"-- Found Qt-Version 4.8.1"

That's getting important later on.

> make
Scanning dependencies of target Utilities_automoc
Generating moc_Process.cpp
[  0%] Built target Utilities_automoc
Scanning dependencies of target Utilities
[  0%] Building CXX object CMakeFiles/Utilities.dir/Utilities_automoc.o
[  1%] Building CXX object
CMakeFiles/Utilities.dir/Utilities/ShowBusyCursor.o
[  1%] Building CXX object CMakeFiles/Utilities.dir/Utilities/List.o
[  2%] Building CXX object CMakeFiles/Utilities.dir/Utilities/Graph.o
[  2%] Building CXX object
CMakeFiles/Utilities.dir/Utilities/UniqFilenameMapper.o
[  3%] Building CXX object CMakeFiles/Utilities.dir/Utilities/Util.o
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/Utilities/Util.cpp: In
function ¡®void Utilities::saveImage(const DB::FileName&, const QImage&,
const char*)¡¯:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/Utilities/Util.cpp:691:16:
warning: unused variable ¡®ok¡¯ [-Wunused-variable]
[  3%] Building CXX object CMakeFiles/Utilities.dir/Utilities/BooleanGuard.o
[  4%] Building CXX object CMakeFiles/Utilities.dir/Utilities/Set.o
[  4%] Building CXX object CMakeFiles/Utilities.dir/Utilities/Process.o
Linking CXX static library lib/libUtilities.a
[  4%] Built target Utilities
Scanning dependencies of target kphotoalbum_automoc
[  4%] Built target kphotoalbum_automoc
[  4%] Generating ui_JobViewer.h
Scanning dependencies of target kphotoalbum
[  5%] Building CXX object CMakeFiles/kphotoalbum.dir/kphotoalbum_automoc.o
In file included from
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:4:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoThumbnails.cpp:14:2:
error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoThumbnails.cpp:15:2:
error: #error "cannot be used with the include files from this version
of Qt."

That's it - too old moc. Now what ?
I tried 'make distclean' (doesn't exist) and "make clean" didn't do the
trick.

So I removed the complete repo and got it again from git.
This time I could cmake/make/make install.

Questions:
Is there a "stronger" target then 'make clean' and I missed it ?
If yes, what ?
If no, what is intended to be used to "start" over with a KPA repository
from git ? 'make clean' doesn't seem to be enough.
What is intended to get rid of CMakeCache.txt - which has bitten me more
often. (Besides 'rm' I mean)

I've attached a file with all the gory details.

Regards

Martin

P.S.:
Then I tried to start the generated KPA, it comes up (as it seems
completely, but then doesn't react to anything. I'll create a second
mail, to not confuse the different issues.

-------------- next part --------------
pd at tonne:~/pd-sw/foto/kphotoalbum/kphotoalbum12_1> make clean
pd at tonne:~/pd-sw/foto/kphotoalbum/kphotoalbum12_1> cmake .
CMake Error: The current CMakeCache.txt directory /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/CMakeCache.txt is different than the directory /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt
pd at tonne:~/pd-sw/foto/kphotoalbum/kphotoalbum12_1> rm CMakeCache.txt
pd at tonne:~/pd-sw/foto/kphotoalbum/kphotoalbum12_1> cmake .
-- The C compiler identification is GNU 4.7.1
-- The CXX compiler identification is GNU 4.7.1
-- 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
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.8.1 (using /usr/bin/qmake)
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.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/libX11.so
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found.
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Found Automoc4: /usr/bin/automoc4
-- Found Perl: /usr/bin/perl (found version "5.16.0")
-- Found Phonon: /usr/include
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Failed
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found KDE 4.8 include dir: /usr/include
-- Found KDE 4.8 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found JPEG: /usr/lib/libjpeg.so
-- Check Kipi library in local sub-folder...
-- Check Kipi library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig
-- Found libkipi release >= 0.2.0
-- Found libkipi: /usr/lib/libkipi.so
-- Check Kdcraw library in local sub-folder...
-- Check Kdcraw library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig
-- Found libkdcraw release >= 0.2.0
-- Found libkdcraw: /usr/lib/libkdcraw.so
-- Found Exiv2: /usr/lib/libexiv2.so  (found version "0.23.0", required is "0.12")
-- Found marble: /usr/include/marble
-- Found Soprano: /usr/include  (found version "2.7.6", required is "1.99")
-- Found SharedDesktopOntologies: /usr/share/ontology
-- Found Nepomuk: /usr/lib/libnepomuk.so;/usr/lib/libsoprano.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1
pd at tonne:~/pd-sw/foto/kphotoalbum/kphotoalbum12_1>

pd at tonne:~/pd-sw/foto/kphotoalbum/kphotoalbum12_1> make
Scanning dependencies of target Utilities_automoc
Generating moc_Process.cpp
[  0%] Built target Utilities_automoc
Scanning dependencies of target Utilities
[  0%] Building CXX object CMakeFiles/Utilities.dir/Utilities_automoc.o
[  1%] Building CXX object CMakeFiles/Utilities.dir/Utilities/ShowBusyCursor.o
[  1%] Building CXX object CMakeFiles/Utilities.dir/Utilities/List.o
[  2%] Building CXX object CMakeFiles/Utilities.dir/Utilities/Graph.o
[  2%] Building CXX object CMakeFiles/Utilities.dir/Utilities/UniqFilenameMapper.o
[  3%] Building CXX object CMakeFiles/Utilities.dir/Utilities/Util.o
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/Utilities/Util.cpp: In function ¡®void Utilities::saveImage(const DB::FileName&, const QImage&, const char*)¡¯:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/Utilities/Util.cpp:691:16: warning: unused variable ¡®ok¡¯ [-Wunused-variable]
[  3%] Building CXX object CMakeFiles/Utilities.dir/Utilities/BooleanGuard.o
[  4%] Building CXX object CMakeFiles/Utilities.dir/Utilities/Set.o
[  4%] Building CXX object CMakeFiles/Utilities.dir/Utilities/Process.o
Linking CXX static library lib/libUtilities.a
[  4%] Built target Utilities
Scanning dependencies of target kphotoalbum_automoc
[  4%] Built target kphotoalbum_automoc
[  4%] Generating ui_JobViewer.h
Scanning dependencies of target kphotoalbum
[  5%] Building CXX object CMakeFiles/kphotoalbum.dir/kphotoalbum_automoc.o
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:4:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoThumbnails.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoThumbnails.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoThumbnails.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:5:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_KeyboardEventHandler.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_KeyboardEventHandler.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_KeyboardEventHandler.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:6:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_BreadcrumbViewer.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_BreadcrumbViewer.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_BreadcrumbViewer.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:7:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ViewHandler.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ViewHandler.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ViewHandler.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:8:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobManager.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobManager.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobManager.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:9:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VisibleOptionsMenu.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VisibleOptionsMenu.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VisibleOptionsMenu.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:10:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatusIndicator.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatusIndicator.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatusIndicator.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:11:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ExtractOneThumbnailJob.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ExtractOneThumbnailJob.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ExtractOneThumbnailJob.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:12:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_SearchForVideosWithoutVideoThumbnailsJob.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_SearchForVideosWithoutVideoThumbnailsJob.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_SearchForVideosWithoutVideoThumbnailsJob.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:13:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImportHandler.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImportHandler.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImportHandler.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:14:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailCache.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailCache.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailCache.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:15:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_RunDialog.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_RunDialog.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_RunDialog.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:16:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImageRow.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImageRow.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImageRow.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:17:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoShooter.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoShooter.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoShooter.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:18:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_SubCategoriesPage.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_SubCategoriesPage.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_SubCategoriesPage.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:19:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ExtractOneVideoFrame.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ExtractOneVideoFrame.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ExtractOneVideoFrame.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:20:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImagePreviewWidget.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImagePreviewWidget.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImagePreviewWidget.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:21:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_UntaggedGroupBox.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_UntaggedGroupBox.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_UntaggedGroupBox.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:22:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoThumbnailCycler.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoThumbnailCycler.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoThumbnailCycler.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:23:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobViewer.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobViewer.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobViewer.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:24:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_DatabaseBackendPage.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_DatabaseBackendPage.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_DatabaseBackendPage.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:25:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailFacade.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailFacade.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailFacade.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:26:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailModel.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailModel.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailModel.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:27:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_CenteringIconView.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_CenteringIconView.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_CenteringIconView.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:28:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobInfo.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobInfo.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobInfo.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:29:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoLengthExtractor.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoLengthExtractor.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoLengthExtractor.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:30:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatusBar.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatusBar.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatusBar.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:31:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatisticsDialog.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatisticsDialog.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatisticsDialog.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:32:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_MouseTrackingInteraction.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_MouseTrackingInteraction.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_MouseTrackingInteraction.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:33:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ReadVideoLengthJob.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ReadVideoLengthJob.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ReadVideoLengthJob.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:34:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_CategoryPage.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_CategoryPage.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_CategoryPage.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:35:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_GeneralPage.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_GeneralPage.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_GeneralPage.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:36:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailDND.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailDND.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailDND.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:37:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_HandleVideoThumbnailRequestJob.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_HandleVideoThumbnailRequestJob.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_HandleVideoThumbnailRequestJob.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:38:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_UploadWidget.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_UploadWidget.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_UploadWidget.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:39:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobModel.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobModel.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobModel.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:40:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_Import.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_Import.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_Import.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:41:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_AsyncLoader.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_AsyncLoader.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_AsyncLoader.cpp:16:2: error: #error "(The moc has changed too much.)"
make[2]: *** [CMakeFiles/kphotoalbum.dir/kphotoalbum_automoc.o] Fehler 1
make[1]: *** [CMakeFiles/kphotoalbum.dir/all] Fehler 2
make: *** [all] Fehler 2
pd at tonne:~/pd-sw/foto/kphotoalbum/kphotoalbum12_1>




pd at tonne:~/pd-sw/foto/kphotoalbum/kphotoalbum12_1> make
Scanning dependencies of target Utilities_automoc
Generating moc_Process.cpp
[  0%] Built target Utilities_automoc
Scanning dependencies of target Utilities
[  0%] Building CXX object CMakeFiles/Utilities.dir/Utilities_automoc.o
[  1%] Building CXX object CMakeFiles/Utilities.dir/Utilities/ShowBusyCursor.o
[  1%] Building CXX object CMakeFiles/Utilities.dir/Utilities/List.o
[  2%] Building CXX object CMakeFiles/Utilities.dir/Utilities/Graph.o
[  2%] Building CXX object CMakeFiles/Utilities.dir/Utilities/UniqFilenameMapper.o
[  3%] Building CXX object CMakeFiles/Utilities.dir/Utilities/Util.o
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/Utilities/Util.cpp: In function ¡®void Utilities::saveImage(const DB::FileName&, const QImage&, const char*)¡¯:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/Utilities/Util.cpp:691:16: warning: unused variable ¡®ok¡¯ [-Wunused-variable]
[  3%] Building CXX object CMakeFiles/Utilities.dir/Utilities/BooleanGuard.o
[  4%] Building CXX object CMakeFiles/Utilities.dir/Utilities/Set.o
[  4%] Building CXX object CMakeFiles/Utilities.dir/Utilities/Process.o
Linking CXX static library lib/libUtilities.a
[  4%] Built target Utilities
Scanning dependencies of target kphotoalbum_automoc
[  4%] Built target kphotoalbum_automoc
[  4%] Generating ui_JobViewer.h
Scanning dependencies of target kphotoalbum
[  5%] Building CXX object CMakeFiles/kphotoalbum.dir/kphotoalbum_automoc.o
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:4:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoThumbnails.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoThumbnails.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoThumbnails.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:5:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_KeyboardEventHandler.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_KeyboardEventHandler.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_KeyboardEventHandler.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:6:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_BreadcrumbViewer.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_BreadcrumbViewer.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_BreadcrumbViewer.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:7:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ViewHandler.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ViewHandler.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ViewHandler.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:8:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobManager.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobManager.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobManager.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:9:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VisibleOptionsMenu.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VisibleOptionsMenu.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VisibleOptionsMenu.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:10:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatusIndicator.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatusIndicator.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatusIndicator.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:11:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ExtractOneThumbnailJob.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ExtractOneThumbnailJob.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ExtractOneThumbnailJob.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:12:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_SearchForVideosWithoutVideoThumbnailsJob.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_SearchForVideosWithoutVideoThumbnailsJob.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_SearchForVideosWithoutVideoThumbnailsJob.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:13:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImportHandler.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImportHandler.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImportHandler.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:14:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailCache.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailCache.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailCache.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:15:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_RunDialog.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_RunDialog.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_RunDialog.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:16:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImageRow.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImageRow.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImageRow.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:17:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoShooter.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoShooter.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoShooter.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:18:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_SubCategoriesPage.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_SubCategoriesPage.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_SubCategoriesPage.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:19:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ExtractOneVideoFrame.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ExtractOneVideoFrame.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ExtractOneVideoFrame.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:20:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImagePreviewWidget.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImagePreviewWidget.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ImagePreviewWidget.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:21:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_UntaggedGroupBox.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_UntaggedGroupBox.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_UntaggedGroupBox.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:22:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoThumbnailCycler.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoThumbnailCycler.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoThumbnailCycler.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:23:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobViewer.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobViewer.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobViewer.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:24:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_DatabaseBackendPage.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_DatabaseBackendPage.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_DatabaseBackendPage.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:25:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailFacade.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailFacade.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailFacade.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:26:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailModel.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailModel.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailModel.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:27:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_CenteringIconView.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_CenteringIconView.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_CenteringIconView.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:28:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobInfo.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobInfo.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobInfo.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:29:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoLengthExtractor.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoLengthExtractor.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_VideoLengthExtractor.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:30:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatusBar.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatusBar.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatusBar.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:31:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatisticsDialog.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatisticsDialog.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_StatisticsDialog.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:32:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_MouseTrackingInteraction.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_MouseTrackingInteraction.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_MouseTrackingInteraction.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:33:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ReadVideoLengthJob.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ReadVideoLengthJob.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ReadVideoLengthJob.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:34:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_CategoryPage.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_CategoryPage.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_CategoryPage.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:35:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_GeneralPage.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_GeneralPage.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_GeneralPage.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:36:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailDND.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailDND.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_ThumbnailDND.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:37:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_HandleVideoThumbnailRequestJob.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_HandleVideoThumbnailRequestJob.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_HandleVideoThumbnailRequestJob.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:38:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_UploadWidget.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_UploadWidget.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_UploadWidget.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:39:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobModel.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobModel.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_JobModel.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:40:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_Import.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_Import.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_Import.cpp:16:2: error: #error "(The moc has changed too much.)"
In file included from /home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/kphotoalbum_automoc.cpp:41:0:
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_AsyncLoader.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It"
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_AsyncLoader.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/pd/pd-sw/foto/kphotoalbum/kphotoalbum12_1/moc_AsyncLoader.cpp:16:2: error: #error "(The moc has changed too much.)"
make[2]: *** [CMakeFiles/kphotoalbum.dir/kphotoalbum_automoc.o] Fehler 1
make[1]: *** [CMakeFiles/kphotoalbum.dir/all] Fehler 2
make: *** [all] Fehler 2
pd at tonne:~/pd-sw/foto/kphotoalbum/kphotoalbum12_1>



More information about the Kphotoalbum mailing list