I cant seem to get 0.6.11 to compile on CorelLinux. 0.6.9 worked fine, but I would like to get the bug fixes that come with .11. Anyhow, the error message is as follows:
groupdlg.cpp:1137: passing `const QStrList' as `this' argument of `char * QListT<char>:: first()' discards qualifiers groupdlg.cpp:1137: passing `const QStrList' as `this' argument of `char * QListT<char>:: next()' discards qualifiers make[3]: *** [groupdlg.o] Error 1 make[3]: Leaving directory `/home/downloads/krn-0.6.11/krn' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/downloads/krn-0.6.11/krn' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/downloads/krn-0.6.11' make: *** [all-recursive-am] Error 2
Has this been fixed? I get the same error when compiling under Mandrake 7.0:
[...] g++ -DKRN -DCHARSETS -I. -I/usr/include/kde -I/usr/include/qt -I/usr/X11R6/include -O2 -Wall -c groupdlg.cpp groupdlg.cpp: In method `bool Groupdlg::postQueued()': groupdlg.cpp:1137: passing `const QStrList' as `this' argument of `char * QListT<char>::first()' discards qualifiers groupdlg.cpp:1137: passing `const QStrList' as `this' argument of `char * QListT<char>::next()' discards qualifiers make[3]: *** [groupdlg.o] Error 1 make[3]: Leaving directory `/opt/krn-0.6.11/krn' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/opt/krn-0.6.11/krn' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/krn-0.6.11' make: *** [all-recursive-am] Error 2 [...]
It is fixed. Get http://krn.sourceforge.net/groupdlg.cpp
Log in to post a comment.
I cant seem to get 0.6.11 to compile on CorelLinux. 0.6.9 worked fine, but I would like to get the bug fixes that come with .11. Anyhow, the error message is as follows:
groupdlg.cpp:1137: passing `const QStrList' as `this' argument of `char * QListT<char>::
first()' discards qualifiers
groupdlg.cpp:1137: passing `const QStrList' as `this' argument of `char * QListT<char>::
next()' discards qualifiers
make[3]: *** [groupdlg.o] Error 1
make[3]: Leaving directory `/home/downloads/krn-0.6.11/krn'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/downloads/krn-0.6.11/krn'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/downloads/krn-0.6.11'
make: *** [all-recursive-am] Error 2
Has this been fixed? I get the same error when compiling under Mandrake 7.0:
[...]
g++ -DKRN -DCHARSETS -I. -I/usr/include/kde -I/usr/include/qt -I/usr/X11R6/include -O2 -Wall -c groupdlg.cpp
groupdlg.cpp: In method `bool Groupdlg::postQueued()':
groupdlg.cpp:1137: passing `const QStrList' as `this' argument of `char * QListT<char>::first()' discards qualifiers
groupdlg.cpp:1137: passing `const QStrList' as `this' argument of `char * QListT<char>::next()' discards qualifiers
make[3]: *** [groupdlg.o] Error 1
make[3]: Leaving directory `/opt/krn-0.6.11/krn'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/krn-0.6.11/krn'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/krn-0.6.11'
make: *** [all-recursive-am] Error 2
[...]
It is fixed. Get http://krn.sourceforge.net/groupdlg.cpp