Advertisement
perse

Untitled

Apr 18th, 2014
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. [ 19%] Building CXX object CMakeFiles/cantata.dir/gui/application.cpp.o
  2. In file included from /Users/epers/cantata-read-only/gui/application.cpp:24:
  3. /Users/epers/cantata-read-only/gui/application.h:52:53: error: invalid token at start of a preprocessor expression
  4. #elif defined Q_OS_WIN || defined WIN32 || Q_OS_MAC || defined __APPLE__ // moc does not seem to see Q_OS_WI...
  5. ^
  6. /Users/epers/cantata-read-only/gui/application.cpp:140:35: error: expected value in expression
  7. #elif defined Q_OS_WIN || Q_OS_MAC
  8. ^
  9. /Users/epers/cantata-read-only/gui/application.cpp:241:10: fatal error: 'QDBusConnection' file not found
  10. #include <QDBusConnection>
  11. ^
  12. 3 errors generated.
  13. make[2]: *** [CMakeFiles/cantata.dir/gui/application.cpp.o] Error 1
  14. make[1]: *** [CMakeFiles/cantata.dir/all] Error 2
  15. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement