At first I thought it was missing libs, but they are all there.
Code:
In file included from Desk.cc:1:
Desk.h:9:25: X11/Xft/Xft.h: No such file or directory
In file included from Desk.h:13,
from Desk.cc:1:
Icon.h:11: 'XGlyphInfo' is used as a type, but is not defined as a type.
Icon.h:20: syntax error before `*' token
In file included from Desk.cc:1:
Desk.h:55: syntax error before `*' token
Desk.h:56: 'XftColor' is used as a type, but is not defined as a type.
Desk.h:57: 'XftColor' is used as a type, but is not defined as a type.
Desk.h:58: 'XftColor' is used as a type, but is not defined as a type.
Desk.cc: In destructor `Desk::~Desk()':
Desk.cc:18: `Fore' undeclared (first use this function)
Desk.cc:18: (Each undeclared identifier is reported only once for each function
it appears in.)
Desk.cc:18: `XftColorFree' undeclared (first use this function)
Desk.cc:19: `Shadow' undeclared (first use this function)
Desk.cc:21: `Back' undeclared (first use this function)
Desk.cc: In member function `void Desk::LoadOptions()':
Desk.cc:47: `XFT_WEIGHT_BOLD' undeclared (first use this function)
Desk.cc:49: `XFT_WEIGHT_MEDIUM' undeclared (first use this function)
Desk.cc:51: parse error before `=' token
Desk.cc:56: parse error before `)' token
Desk.cc: At global scope:
Desk.cc:62: `Dpy' was not declared in this scope
Desk.cc:62: `Dpy' was not declared in this scope
Desk.cc:62: `Dpy' was not declared in this scope
Desk.cc:62: `Dpy' was not declared in this scope
Desk.cc:62: `Dpy' was not declared in this scope
Desk.cc:62: `Config' was not declared in this scope
Desk.cc:62: ISO C++ forbids declaration of `XftColorAllocName' with no type
Desk.cc:62: initializer list being treated as compound expression
Desk.cc:64: parse error before `if'
Desk.cc:67: `Dpy' was not declared in this scope
Desk.cc:67: `Dpy' was not declared in this scope
Desk.cc:67: `Dpy' was not declared in this scope
Desk.cc:67: `Dpy' was not declared in this scope
Desk.cc:67: `Dpy' was not declared in this scope
Desk.cc:67: `Config' was not declared in this scope
Desk.cc:67: ISO C++ forbids declaration of `XftColorAllocName' with no type
Desk.cc:67: redefinition of `int XftColorAllocName'
Desk.cc:62: `int XftColorAllocName' previously defined here
Desk.cc:67: initializer list being treated as compound expression
Desk.cc:69: parse error before `if'
Desk.cc:84: syntax error before `.' token
Desk.cc:85: syntax error before `.' token
Desk.cc:86: syntax error before `.' token
Desk.cc:87: `Dpy' was not declared in this scope
Desk.cc:87: `Dpy' was not declared in this scope
Desk.cc:87: `Dpy' was not declared in this scope
Desk.cc:87: `Dpy' was not declared in this scope
Desk.cc:87: `Dpy' was not declared in this scope
Desk.cc:87: `xrdc' was not declared in this scope
Desk.cc:87: ISO C++ forbids declaration of `XftColorAllocValue' with no type
Desk.cc:87: initializer list being treated as compound expression
Desk.cc:88: ISO C++ forbids declaration of `HighContrast' with no type
Desk.cc:89: parse error before `}' token
Desk.cc:94: ISO C++ forbids declaration of `HighContrast' with no type
Desk.cc:94: redefinition of `int HighContrast'
Desk.cc:88: `int HighContrast' previously defined here
Desk.cc:95: parse error before `}' token
Desk.cc:104: ISO C++ forbids declaration of `Transparency' with no type
Desk.cc:104: `Config' was not declared in this scope
Desk.cc:106: parse error before `if'
Desk.cc: In member function `void Desk::ArrangeIcons()':
Desk.cc:199: parse error before `->' token
Desk.cc:200: `I' undeclared (first use this function)
Desk.cc:203: parse error before `->' token
Desk.cc: At global scope:
Desk.cc:210: parse error before `}' token
make: *** [Desk.o] Error 1
Bookmarks