What steps will reproduce the problem?
1. qmake Cuberok.pro
2. make
3.
What is the expected output? What do you see instead?
it should make correct but it errors out with this
##
In file included from collectionview.cpp:27:
main.h:25:21: error: fileref.h: No such file or directory
main.h:26:17: error: tag.h: No such file or directory
main.h:27:22: error: mpegfile.h: No such file or directory
main.h:28:22: error: id3v2tag.h: No such file or directory
main.h:29:22: error: id3v1tag.h: No such file or directory
collectionview.cpp:598:5: warning: "/*" within comment
collectionview.cpp:288: warning: unused parameter ‘action’
collectionview.cpp:288: warning: unused parameter ‘row’
collectionview.cpp:288: warning: unused parameter ‘column’
collectionview.cpp: In member function ‘void CollectionView::addItem()’:
collectionview.cpp:664: warning: enumeration value ‘M_LIST’ not handled in
switch
collectionview.cpp:664: warning: enumeration value ‘M_SQLLIST’ not handled
in switch
collectionview.cpp: In member function ‘void CollectionView::removeItem()’:
collectionview.cpp:683: warning: enumeration value ‘M_LIST’ not handled in
switch
collectionview.cpp:683: warning: enumeration value ‘M_SQLLIST’ not handled
in switch
collectionview.cpp: In member function ‘void
CollectionView::applySubset(QModelIndex)’:
collectionview.cpp:713: warning: enumeration value ‘M_LIST’ not handled in
switch
collectionview.cpp:713: warning: enumeration value ‘M_SQLLIST’ not handled
in switch
collectionview.cpp: In member function ‘void CollectionView::setImage()’:
collectionview.cpp:749: warning: enumeration value ‘M_LIST’ not handled in
switch
collectionview.cpp:749: warning: enumeration value ‘M_SQLLIST’ not handled
in switch
collectionview.cpp:773: warning: enumeration value ‘M_LIST’ not handled in
switch
collectionview.cpp:773: warning: enumeration value ‘M_SQLLIST’ not handled
in switch
make[1]: *** [../unix/obj/collectionview.o] Error 1
make[1]: Leaving directory `/home/lostson/qt/cuberok-0.0.9/src'
make: *** [sub-src-make_default] Error 2
##
What version of the product are you using? On what operating system?
0.0.9
Please provide any additional information below.
Debian Lenny 5.0 fully updated Qt version 4.4.3
Original issue reported on code.google.com by lostso...@gmail.com on 10 May 2009 at 1:35
Original issue reported on code.google.com by
lostso...@gmail.com
on 10 May 2009 at 1:35