/trinity.source/amarok/amarok/src/threadmanager.h:401:8: warning: extra tokens at end of #endif directive Building CXX object amarok/src/CMakeFiles/amarok-shared.dir/playlistloader.cpp.o In file included from /trinity.source/amarok/amarok/src/collectiondb.h:17:0, from /trinity.source/amarok/amarok/src/playlistloader.cpp:18: /trinity.source/amarok/amarok/src/threadmanager.h:401:8: warning: extra tokens at end of #endif directive
line number 401 should be I think #endif // Q_MOC_RUN
/trinity.source/amarok/amarok/src/playlistitem.cpp: In member function 'virtual void PlaylistItem::paintCell(QPainter*, const QColorGroup&, int, int, int)': /trinity.source/amarok/amarok/src/playlistitem.cpp:616:83: error: 'TQ_ScaleMax' was not declared in this scope /trinity.source/amarok/amarok/src/playlistitem.cpp:628:84: error: 'TQ_ScaleMax' was not declared in this scope make[2]: *** [amarok/src/CMakeFiles/amarok-shared.dir/playlistitem.cpp.o] Error 1
TQ_ScaleMax looks like it is not declared any where/ any file that I can find
I don't do c++ YMMV
/trinity.source/amarok/amarok/src/threadmanager.h:401:8: warning: extra tokens at end of #endif directive Building CXX object amarok/src/CMakeFiles/amarok-shared.dir/playlistloader.cpp.o In file included from /trinity.source/amarok/amarok/src/collectiondb.h:17:0, from /trinity.source/amarok/amarok/src/playlistloader.cpp:18: /trinity.source/amarok/amarok/src/threadmanager.h:401:8: warning: extra tokens at end of #endif directive
line number 401 should be I think #endif // Q_MOC_RUN
/trinity.source/amarok/amarok/src/playlistitem.cpp: In member function 'virtual void PlaylistItem::paintCell(QPainter*, const QColorGroup&, int, int, int)': /trinity.source/amarok/amarok/src/playlistitem.cpp:616:83: error: 'TQ_ScaleMax' was not declared in this scope /trinity.source/amarok/amarok/src/playlistitem.cpp:628:84: error: 'TQ_ScaleMax' was not declared in this scope make[2]: *** [amarok/src/CMakeFiles/amarok-shared.dir/playlistitem.cpp.o] Error 1
TQ_ScaleMax looks like it is not declared any where/ any file that I can find
I don't do c++ YMMV
Update, rebuild, and reinstall tqtinterface from SVN.
Tim
On 04/18/2011 10:58 PM, Timothy Pearson wrote:
/trinity.source/amarok/amarok/src/threadmanager.h:401:8: warning: extra tokens at end of #endif directive Building CXX object amarok/src/CMakeFiles/amarok-shared.dir/playlistloader.cpp.o In file included from /trinity.source/amarok/amarok/src/collectiondb.h:17:0, from /trinity.source/amarok/amarok/src/playlistloader.cpp:18: /trinity.source/amarok/amarok/src/threadmanager.h:401:8: warning: extra tokens at end of #endif directive
line number 401 should be I think #endif // Q_MOC_RUN
/trinity.source/amarok/amarok/src/playlistitem.cpp: In member function 'virtual void PlaylistItem::paintCell(QPainter*, const QColorGroup&, int, int, int)': /trinity.source/amarok/amarok/src/playlistitem.cpp:616:83: error: 'TQ_ScaleMax' was not declared in this scope /trinity.source/amarok/amarok/src/playlistitem.cpp:628:84: error: 'TQ_ScaleMax' was not declared in this scope make[2]: *** [amarok/src/CMakeFiles/amarok-shared.dir/playlistitem.cpp.o] Error 1
TQ_ScaleMax looks like it is not declared any where/ any file that I can find
I don't do c++ YMMV
Update, rebuild, and reinstall tqtinterface from SVN.
Tim
Thanks