Modify ↓
Ticket #189 (closed task: invalid)
museeq build error
| Reported by: | Cravings | Owned by: | lbponey |
|---|---|---|---|
| Priority: | major | Milestone: | Release 0.3 |
| Component: | museeq | Version: | svn trunk |
| Keywords: | Cc: |
Description
probably since upgrade to qt 4.5.
building svn r1133
[ 52%] Building CXX object museeq/CMakeFiles/museeq.dir/moc_aclineedit.cxx.o
/home/himself/builds/museek+/museekplus-svn/src/museek+/museeq/moc_aclineedit.cxx:14:2: error: #error "This file was generated using the moc from 4.4.3. It"
/home/himself/builds/museek+/museekplus-svn/src/museek+/museeq/moc_aclineedit.cxx:15:2: error: #error "cannot be used with the include files from this version of Qt."
/home/himself/builds/museek+/museekplus-svn/src/museek+/museeq/moc_aclineedit.cxx:16:2: error: #error "(The moc has changed too much.)"
make[2]: *** [museeq/CMakeFiles/museeq.dir/moc_aclineedit.cxx.o] Error 1
make[1]: *** [museeq/CMakeFiles/museeq.dir/all] Error 2
make: *** [all] Error 2
==> ERROR: Build Failed.
Aborting...
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

As the error message says, your moc files have been generated with an older version of qt. You have to rebuild museek+ completely from scratch (deleting every build files like mocs) to solve this. Feel free to add a comment if you still have a problem.