


Wallpaper Other by zaliasbriedis 1 comment

Wallpaper Other by jambolo 4 comments

Board by fpuelz 165 comments

Board by fpuelz 165 comments
Thanks for trying to help :) - Sep 28 2009

Board by fpuelz 165 comments
[terry@localhost build]$ cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/apps/cmake/modules/FindQt4.cmake:1498 (MESSAGE):
Qt qmake not found!
Call Stack (most recent call first):
/usr/share/apps/cmake/modules/FindKDE4Internal.cmake:289 (find_package)
/usr/share/cmake/Modules/FindKDE4.cmake:81 (FIND_PACKAGE)
CMakeLists.txt:3 (find_package)
- Sep 25 2009

Board by fpuelz 165 comments
It looks like Im missing a package called qtmake?
But its not in our repositories at least as far as I can see.
[terry@localhost build]$ cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/apps/cmake/modules/FindQt4.cmake:1498 (MESSAGE):
Qt qmake not found!
Call Stack (most recent call first):
/usr/share/apps/cmake/modules/FindKDE4Internal.cmake:289 (find_package)
/usr/share/cmake/Modules/FindKDE4.cmake:81 (FIND_PACKAGE)
CMakeLists.txt:3 (find_package) - Sep 25 2009

Board by fpuelz 165 comments
Now when I am receiving these errors?
[root@localhost build]# make
[ 5%] Built target doc-handbook
[ 5%] Built target krosswordpuzzle_automoc
[ 10%] Building CXX object src/CMakeFiles/krosswordpuzzle.dir/krosswordpuzzle_automoc.o
In file included from /home/terry/krosswordpuzzle-0.7.7/build/src/moc_krossword.cpp:10,
from /home/terry/krosswordpuzzle-0.7.7/build/src/krosswordpuzzle_automoc.cpp:4:
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:24:19: KGrid2D: No such file or directory
In file included from /home/terry/krosswordpuzzle-0.7.7/src/krossword.h:26,
from /home/terry/krosswordpuzzle-0.7.7/build/src/moc_krossword.cpp:10,
from /home/terry/krosswordpuzzle-0.7.7/build/src/krosswordpuzzle_automoc.cpp:4:
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:28:19: KGrid2D: No such file or directory
In file included from /home/terry/krosswordpuzzle-0.7.7/src/krossword.h:26,
from /home/terry/krosswordpuzzle-0.7.7/build/src/moc_krossword.cpp:10,
from /home/terry/krosswordpuzzle-0.7.7/build/src/krosswordpuzzle_automoc.cpp:4:
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:34: error: syntax error before `::' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:35: error: syntax error before `::' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:48: error: syntax error before `operator'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:49: error: syntax error before `operator'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:95: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:105: error: syntax error before `)' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In member function `KrossWordCell::CellType KrossWordCell::cellType() const':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:103: error: `m_cellType' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:103: error: (Each undeclared identifier is reported only once for each function it appears in.)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: At global scope:
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:106: error: non-member function `KrossWord* krossWord()' cannot have `const' method qualifier
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In function `KrossWord* krossWord()':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:106: error: `m_krossWord' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: At global scope:
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:109: error: type specifier omitted for parameter `SyncMethods'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:109: error: syntax error before `=' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:111: error: type specifier omitted for parameter `SyncMethods'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:111: error: syntax error before `=' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:112: error: `SyncMethods' was not declared in this scope
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:112: error: syntax error before `=' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:114: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:115: error: non-member function `bool isHighlighted()' cannot have `const' method qualifier
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In function `void clearCache()':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:117: error: `m_cache' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: At global scope:
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:119: error: syntax error before `protected'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:122: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:123: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:124: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:125: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:126: error: `GraphicsItemChange' was not declared in this scope
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:126: error: syntax error before `,' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:126: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:128: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:131: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:132: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:133: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:134: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:136: error: syntax error before `protected'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:152: error: 'CellType' is used as a type, but is not defined as a type.
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:153: error: 'Coord' is used as a type, but is not defined as a type.
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:154: error: `KrossWord*m_krossWord' used prior to declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:157: error: `QPixmap*m_cache' used prior to declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:158: error: syntax error before `}' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:167: error: type specifier omitted for parameter `Coord'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:167: error: syntax error before `,' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:205: error: type specifier omitted for parameter `Coord'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:205: error: syntax error before `,' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:252: error: syntax error before `)' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In member function `Qt::Orientation ClueCell::orientation() const':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:213: error: `m_orientation' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In member function `QString ClueCell::clue() const':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:218: error: `m_clue' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In member function `QString ClueCell::clueWithNumber(QString) const':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:220: error: `clueNumber' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In member function `QString ClueCell::correctAnswer() const':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:224: error: `m_answer' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In member function `ClueCell::FirstLetterPosition ClueCell::firstLetterPosition() const':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:247: error: `m_firstLetterPosition' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: At global scope:
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:253: error: syntax error before `(' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:254: error: syntax error before `(' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:257: error: non-member function `LetterCellList letters()' cannot have `const' method qualifier
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:261: error: non-member function `LetterCell* firstLetter()' cannot have `const' method qualifier
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:265: error: non-member function `LetterCell* lastLetter()' cannot have `const' method qualifier
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:270: error: non-member function `LetterCell* letterAt(int)' cannot have `const' method qualifier
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:272: error: non-member function `int clueNumber()' cannot have `const' method qualifier
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In function `int clueNumber()':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:272: error: `int clueNumber()' used prior to declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:272: error: `m_clueNumber' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: At global scope:
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:275: error: syntax error before `protected'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:285: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:286: error: `GraphicsItemChange' was not declared in this scope
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:286: error: syntax error before `,' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:286: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:288: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:289: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:290: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:292: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:293: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:298: error: syntax error before `private'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:300: error: 'FirstLetterPosition' is used as a type, but is not defined as a type.
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:301: error: `QString m_clue' used prior to declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:301: error: `QString m_answer' used prior to declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:302: error: `int m_clueNumber' used prior to declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:303: error: syntax error before `}' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:318: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:321: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:379: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:382: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:411: error: `Offset' was not declared in this scope
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:411: error: syntax error before `)' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:424: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:427: error: syntax error before `&' token
In file included from /usr/include/KDE/KLocalizedString:1,
from /home/terry/krosswordpuzzle-0.7.7/src/krossword.h:27,
from /home/terry/krosswordpuzzle-0.7.7/build/src/moc_krossword.cpp:10,
from /home/terry/krosswordpuzzle-0.7.7/build/src/krosswordpuzzle_automoc.cpp:4:
/usr/include/klocalizedstring.h:510: warning: `visibility' attribute does not apply to types
In file included from /home/terry/krosswordpuzzle-0.7.7/build/src/moc_krossword.cpp:10,
from /home/terry/krosswordpuzzle-0.7.7/build/src/krosswordpuzzle_automoc.cpp:4:
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:160: error: syntax error before `::' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:174: error: syntax error before `::' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:185: error: syntax error before `::' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:213: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:227: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:290: error: `Coord' was not declared in this scope
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:290: error: syntax error before `)' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:296: error: `Coord' was not declared in this scope
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:296: error: syntax error before `)' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:298: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:298: error: `KrossWordCell* const& KrossWord::operator[](...)' must take exactly one argument
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:300: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:300: error: `KrossWordCell*& KrossWord::operator[](...)' must take exactly one argument
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:361: error: syntax error before `::' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:369: error: syntax error before `::' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:413: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:415: error: syntax error before `::' token
In file included from /home/terry/krosswordpuzzle-0.7.7/build/src/moc_krossword.cpp:10,
from /home/terry/krosswordpuzzle-0.7.7/build/src/krosswordpuzzle_automoc.cpp:4:
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h: In member function `KrossWordCell* KrossWord::at(...) const':
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:290: error: `m_krossWordGrid' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:290: error: `coord' undeclared (first use this function)
In file included from /home/terry/krosswordpuzzle-0.7.7/build/src/krosswordpuzzle_automoc.cpp:5:
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp: In member function `virtual int KrossWordCell::qt_metacall(QMetaObject::Call, int, void**)':
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp:72: error: `gotFocus' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp:73: error: `setFocusSlot' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp: At global scope:
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp:83: error: no `void KrossWordCell::gotFocus(KrossWordCell*)' member function declared in class `KrossWordCell'
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp: In member function `virtual int ClueCell::qt_metacall(QMetaObject::Call, int, void**)':
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp:182: error: `currentAnswerChanged' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp:183: error: `answerLetterChanged' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp: At global scope:
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp:193: error: no `void ClueCell::currentAnswerChanged(ClueCell*, const QString&)' member function declared in class `ClueCell'
make[2]: *** [src/CMakeFiles/krosswordpuzzle.dir/krosswordpuzzle_automoc.o] Error 1
make[1]: *** [src/CMakeFiles/krosswordpuzzle.dir/all] Error 2
make: *** [all] Error 2
- Sep 25 2009

Board by fpuelz 165 comments
Now when I am receiving these errors?
[root@localhost build]# make
[ 5%] Built target doc-handbook
[ 5%] Built target krosswordpuzzle_automoc
[ 10%] Building CXX object src/CMakeFiles/krosswordpuzzle.dir/krosswordpuzzle_automoc.o
In file included from /home/terry/krosswordpuzzle-0.7.7/build/src/moc_krossword.cpp:10,
from /home/terry/krosswordpuzzle-0.7.7/build/src/krosswordpuzzle_automoc.cpp:4:
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:24:19: KGrid2D: No such file or directory
In file included from /home/terry/krosswordpuzzle-0.7.7/src/krossword.h:26,
from /home/terry/krosswordpuzzle-0.7.7/build/src/moc_krossword.cpp:10,
from /home/terry/krosswordpuzzle-0.7.7/build/src/krosswordpuzzle_automoc.cpp:4:
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:28:19: KGrid2D: No such file or directory
In file included from /home/terry/krosswordpuzzle-0.7.7/src/krossword.h:26,
from /home/terry/krosswordpuzzle-0.7.7/build/src/moc_krossword.cpp:10,
from /home/terry/krosswordpuzzle-0.7.7/build/src/krosswordpuzzle_automoc.cpp:4:
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:34: error: syntax error before `::' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:35: error: syntax error before `::' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:48: error: syntax error before `operator'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:49: error: syntax error before `operator'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:95: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:105: error: syntax error before `)' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In member function `KrossWordCell::CellType KrossWordCell::cellType() const':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:103: error: `m_cellType' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:103: error: (Each undeclared identifier is reported only once for each function it appears in.)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: At global scope:
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:106: error: non-member function `KrossWord* krossWord()' cannot have `const' method qualifier
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In function `KrossWord* krossWord()':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:106: error: `m_krossWord' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: At global scope:
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:109: error: type specifier omitted for parameter `SyncMethods'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:109: error: syntax error before `=' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:111: error: type specifier omitted for parameter `SyncMethods'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:111: error: syntax error before `=' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:112: error: `SyncMethods' was not declared in this scope
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:112: error: syntax error before `=' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:114: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:115: error: non-member function `bool isHighlighted()' cannot have `const' method qualifier
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In function `void clearCache()':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:117: error: `m_cache' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: At global scope:
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:119: error: syntax error before `protected'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:122: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:123: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:124: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:125: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:126: error: `GraphicsItemChange' was not declared in this scope
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:126: error: syntax error before `,' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:126: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:128: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:131: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:132: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:133: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:134: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:136: error: syntax error before `protected'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:152: error: 'CellType' is used as a type, but is not defined as a type.
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:153: error: 'Coord' is used as a type, but is not defined as a type.
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:154: error: `KrossWord*m_krossWord' used prior to declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:157: error: `QPixmap*m_cache' used prior to declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:158: error: syntax error before `}' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:167: error: type specifier omitted for parameter `Coord'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:167: error: syntax error before `,' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:205: error: type specifier omitted for parameter `Coord'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:205: error: syntax error before `,' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:252: error: syntax error before `)' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In member function `Qt::Orientation ClueCell::orientation() const':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:213: error: `m_orientation' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In member function `QString ClueCell::clue() const':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:218: error: `m_clue' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In member function `QString ClueCell::clueWithNumber(QString) const':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:220: error: `clueNumber' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In member function `QString ClueCell::correctAnswer() const':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:224: error: `m_answer' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In member function `ClueCell::FirstLetterPosition ClueCell::firstLetterPosition() const':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:247: error: `m_firstLetterPosition' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: At global scope:
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:253: error: syntax error before `(' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:254: error: syntax error before `(' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:257: error: non-member function `LetterCellList letters()' cannot have `const' method qualifier
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:261: error: non-member function `LetterCell* firstLetter()' cannot have `const' method qualifier
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:265: error: non-member function `LetterCell* lastLetter()' cannot have `const' method qualifier
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:270: error: non-member function `LetterCell* letterAt(int)' cannot have `const' method qualifier
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:272: error: non-member function `int clueNumber()' cannot have `const' method qualifier
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: In function `int clueNumber()':
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:272: error: `int clueNumber()' used prior to declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:272: error: `m_clueNumber' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h: At global scope:
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:275: error: syntax error before `protected'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:285: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:286: error: `GraphicsItemChange' was not declared in this scope
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:286: error: syntax error before `,' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:286: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:288: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:289: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:290: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:292: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:293: error: virtual outside class declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:298: error: syntax error before `private'
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:300: error: 'FirstLetterPosition' is used as a type, but is not defined as a type.
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:301: error: `QString m_clue' used prior to declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:301: error: `QString m_answer' used prior to declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:302: error: `int m_clueNumber' used prior to declaration
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:303: error: syntax error before `}' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:318: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:321: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:379: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:382: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:411: error: `Offset' was not declared in this scope
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:411: error: syntax error before `)' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:424: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krosswordcell.h:427: error: syntax error before `&' token
In file included from /usr/include/KDE/KLocalizedString:1,
from /home/terry/krosswordpuzzle-0.7.7/src/krossword.h:27,
from /home/terry/krosswordpuzzle-0.7.7/build/src/moc_krossword.cpp:10,
from /home/terry/krosswordpuzzle-0.7.7/build/src/krosswordpuzzle_automoc.cpp:4:
/usr/include/klocalizedstring.h:510: warning: `visibility' attribute does not apply to types
In file included from /home/terry/krosswordpuzzle-0.7.7/build/src/moc_krossword.cpp:10,
from /home/terry/krosswordpuzzle-0.7.7/build/src/krosswordpuzzle_automoc.cpp:4:
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:160: error: syntax error before `::' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:174: error: syntax error before `::' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:185: error: syntax error before `::' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:213: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:227: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:290: error: `Coord' was not declared in this scope
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:290: error: syntax error before `)' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:296: error: `Coord' was not declared in this scope
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:296: error: syntax error before `)' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:298: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:298: error: `KrossWordCell* const& KrossWord::operator[](...)' must take exactly one argument
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:300: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:300: error: `KrossWordCell*& KrossWord::operator[](...)' must take exactly one argument
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:361: error: syntax error before `::' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:369: error: syntax error before `::' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:413: error: syntax error before `&' token
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:415: error: syntax error before `::' token
In file included from /home/terry/krosswordpuzzle-0.7.7/build/src/moc_krossword.cpp:10,
from /home/terry/krosswordpuzzle-0.7.7/build/src/krosswordpuzzle_automoc.cpp:4:
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h: In member function `KrossWordCell* KrossWord::at(...) const':
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:290: error: `m_krossWordGrid' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/src/krossword.h:290: error: `coord' undeclared (first use this function)
In file included from /home/terry/krosswordpuzzle-0.7.7/build/src/krosswordpuzzle_automoc.cpp:5:
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp: In member function `virtual int KrossWordCell::qt_metacall(QMetaObject::Call, int, void**)':
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp:72: error: `gotFocus' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp:73: error: `setFocusSlot' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp: At global scope:
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp:83: error: no `void KrossWordCell::gotFocus(KrossWordCell*)' member function declared in class `KrossWordCell'
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp: In member function `virtual int ClueCell::qt_metacall(QMetaObject::Call, int, void**)':
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp:182: error: `currentAnswerChanged' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp:183: error: `answerLetterChanged' undeclared (first use this function)
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp: At global scope:
/home/terry/krosswordpuzzle-0.7.7/build/src/moc_krosswordcell.cpp:193: error: no `void ClueCell::currentAnswerChanged(ClueCell*, const QString&)' member function declared in class `ClueCell'
make[2]: *** [src/CMakeFiles/krosswordpuzzle.dir/krosswordpuzzle_automoc.o] Error 1
make[1]: *** [src/CMakeFiles/krosswordpuzzle.dir/all] Error 2
make: *** [all] Error 2
- Sep 25 2009

Board by fpuelz 165 comments
I'll check the repos and intall the missing programs. - Sep 25 2009

Board by fpuelz 165 comments
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
[terry@localhost build]$ clear
[terry@localhost build]$ cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS ..
-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/terry/.kde4/share/apps;/usr/share/apps
Call Stack (most recent call first):
CMakeLists.txt:3 (find_package)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
- Sep 25 2009
There are way too many "corporate" looking themes for KDE already, and thats the only reason I made any comment about this at all.
because I could see this developing into something very unique to KDE .
Really keep up the great work. - Jul 16 2009

Wallpaper Other by Sebastianito 3 comments
I'm really not trying to be critical because I do like the effect, I just think it could be used in a better way. - Jul 15 2009

Wallpaper Other by Sebastianito 3 comments
If you could upload a modified version without the stamp then it would be something worth downloading. - Jul 14 2009

Cursors by KuduK 9 comments

Cursors by KuduK 9 comments
cursors disappearing and ghosting.
Not sure whats the deal - May 07 2009

KDM3 Themes by Padster 10 comments
If it was done in inkscape as a vector I think it would look better.
Still a really good idea
- Apr 26 2009

KDM3 Themes by Padster 10 comments
Keep up the good work. - Apr 21 2009

Plasma Color Schemes by schollidesign 9 comments

Plasma Color Schemes by schollidesign 9 comments

Beaches and Oceans by ufuxlinux 5 comments

Wallpaper Other by jovenargentino31 3 comments

Wallpaper Other by trisz 8 comments
Now I have no reason not to give my sweetie anything, these are just ot good to let go by without using them.
Good work and thanks for saving my Valentines, lol... - Feb 13 2009

Wallpaper Other by chrissu 2 comments

Wallpaper Other by zenren 4 comments

Nature by lxtwin 4 comments
All contributions to kde look are appreciated by the community at large, but there are a few rules that we ask you to abide by.
The first being that you contribute truly free artwork, that being either your own that you gladly share with the community or that of another that you have gotten permission to post.
The second issue is that of spamming, we believe in the value of the content that is posted and the community it builds, by infusing this site with spam you are destroying our community.
You are more than welcome to join us and share what you have and it will be appreciated, as long as you do it in good faith. - Jan 31 2009

Wallpaper Other by zenren 4 comments

Wallpaper Other by zenren 1 comment
Again another beautiful picture.
- Oct 16 2008

Wallpaper Other by zenren 4 comments

Wallpaper Other by lemmy 3 comments

Wallpaper Other by lemmy 3 comments

Wallpaper Other by shiroginne 2 comments

Wallpaper Other by kindofexpert 2 comments

Various KDE 1.-4. Improvements by d3f3nd3r 5 comments
I believe a whole lot more end users come to this site then say the developers site so it makes sense that this is where I want to garner my responses from, from users like myself.
After I have gained insight as to whether or not this idea has merit then I will post it as a bug report. But thanks for your input
- Apr 30 2008

Various KDE 1.-4. Improvements by d3f3nd3r 5 comments
I believe a whole lot more end users come to this site then say the developers site so it makes sense that this is where I want to garner my responses from, from users like myself.
- Apr 30 2008

KDE 4 Splashscreens by xactive 9 comments

Beryl/Emerald Themes by painkiller101 1 comment

Wallpaper Other by PimpedByMissy 4 comments
p.s. lol ,License:
Me mememememe and more me
- Jan 27 2008

Nature by jrepin 1 comment
Thank you for sharing.
I know this will stay on my desktop for a long time. - Jun 04 2007

KDE 3.x Splash Screens by zion-linux 13 comments

KDE 3.x Splash Screens by zion-linux 13 comments
I have installed this theme and have the futurosoft icons installed, but I am not getting the same icons as what are in the preview? - Jan 29 2007

Various KDE 1.-4. Improvements by GerbilSoft 11 comments
http://www.kde-look.org/content/show.php?content=43260 - Jan 29 2007

People by xivona 292 comments
I made a comment earlier that was not ment to be discouraging but perhaps a sugeestion to help you geet the best feedback based upon your content.
I can see you are committed to continuing this endevor and still wish you the best of luck - Sep 11 2006

People by xivona 292 comments
Your basically gonna find two types of alpha personalities here (and the uninitiated will be somewhere in the middle).
Those that will condem you for anything that is overtly sexual in nature no matter how "artistic" it may seem.
And those that just want to gawk at a naked body (no matter whose it isor what position its in).
Theres no argument that your smokin hot ;) but if you truly want to make something more of your "talents" KDE look probably is not the place to launch your modeling career.
Why? because it is a very open public forum where you are not catering to just one mindset but to all the others as well.
You'd be better off finding a site that supports your goals.
Thats just my opinion though,
I wish you luck. - Sep 05 2006

Icon Sub-Sets by dirceu 1 comment

People by xivona 292 comments

People by xivona 292 comments
I am not sure that I entirely believe that the person posting these images are the individual in the photos, so this could envoke some liscensing issues.
Personally I like what I see and think that the woman in these wallpapers has one of the most beautiful smiles (and bodies) I have ever seen, but again that is my own personal opinion.
- Aug 30 2006