LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   idesk error (https://www.linuxquestions.org/questions/linux-software-2/idesk-error-329921/)

D3javu 06-03-2005 09:10 AM

idesk error
 
today i got 2 errors ... one is superkaramba , and another one is this :)


for dir in src; do cd $dir; make all; cd ..; done
make[1]: Entering directory `/home/devanderan/idesk/src'
g++ -g -W `pkg-config gdk-2.0 gdk-pixbuf-xlib-2.0 librsvg-2.0 --cflags` -c XDesktopContainer.cpp -o XDesktopContainer.o
In file included from XDesktopContainer.cpp:25:
XDesktopContainer.h:32:19: Imlib.h: No such file or directory
In file included from XDesktopContainer.cpp:25:
XDesktopContainer.h:43: error: syntax error before `*' token
XDesktopContainer.h:44: error: syntax error before `*' token
XDesktopContainer.h:66: error: type specifier omitted for parameter `ImlibData'
XDesktopContainer.h:66: error: syntax error before `*' token
XDesktopContainer.h:82: error: syntax error before `*' token
XDesktopContainer.h:83: error: ISO C++ forbids defining types within return
type
XDesktopContainer.h:83: error: syntax error before `*' token
XDesktopContainer.h:94: error: virtual outside class declaration
XDesktopContainer.h:95: error: virtual outside class declaration
XDesktopContainer.h:96: error: syntax error before `}' token
In file included from XIcon.h:30,
from XDesktopContainer.h:98,
from XDesktopContainer.cpp:25:
XIdeskImage.h:34:19: Imlib.h: No such file or directory
In file included from XIcon.h:30,
from XDesktopContainer.h:98,
from XDesktopContainer.cpp:25:
XIdeskImage.h:50: error: syntax error before `*' token
XIdeskImage.h:51: error: syntax error before `*' token
XIdeskImage.h:71: error: `ImlibImage' was not declared in this scope
XIdeskImage.h:71: error: `background' was not declared in this scope
XIdeskImage.h:72: error: syntax error before `char'
In file included from XIcon.h:31,
from XDesktopContainer.h:98,
from XDesktopContainer.cpp:25:
XCaption.h:32:19: Imlib.h: No such file or directory
In file included from XIcon.h:31,
from XDesktopContainer.h:98,
from XDesktopContainer.cpp:25:
XCaption.h:53: error: syntax error before `*' token
XCaption.h:54: error: syntax error before `*' token
In file included from XDesktopContainer.h:98,
from XDesktopContainer.cpp:25:
XIcon.h:35:19: Imlib.h: No such file or directory
XDesktopContainer.cpp: In destructor `virtual
XDesktopContainer::~XDesktopContainer()':
XDesktopContainer.cpp:53: error: `imlibData' undeclared (first use this
function)
XDesktopContainer.cpp:53: error: (Each undeclared identifier is reported only
once for each function it appears in.)
XDesktopContainer.cpp:53: error: `spareRoot' undeclared (first use this
function)
XDesktopContainer.cpp:53: error: `Imlib_kill_image' undeclared (first use this
function)
XDesktopContainer.cpp: In member function `void XDesktopContainer::initImlib()
':
XDesktopContainer.cpp:69: error: `Imlib_init' undeclared (first use this
function)
XDesktopContainer.cpp:70: error: `Imlib_create_image_from_drawable' undeclared
(first use this function)
XDesktopContainer.cpp: At global scope:
XDesktopContainer.cpp:98: error: no `void XDesktopContainer::loadIcons()'
member function declared in class `XDesktopContainer'
XDesktopContainer.cpp:127: error: no `void XDesktopContainer::arrangeIcons()'
member function declared in class `XDesktopContainer'
XDesktopContainer.cpp:179: error: no `XIcon* XDesktopContainer::findIcon(long
unsigned int)' member function declared in class `XDesktopContainer'
XDesktopContainer.cpp: In member function `XIcon*
XDesktopContainer::parseIconEvents()':
XDesktopContainer.cpp:263: error: 'class XDesktopContainer' has no member named
'translateButtonRelease'
XDesktopContainer.cpp:265: error: 'class XDesktopContainer' has no member named
'translateButtonRelease'
XDesktopContainer.cpp:267: error: 'class XDesktopContainer' has no member named
'translateButtonRelease'
XDesktopContainer.cpp: At global scope:
XDesktopContainer.cpp:341: error: no `void
XDesktopContainer::translateButtonRelease(int)' member function declared in
class `XDesktopContainer'
XDesktopContainer.cpp:341: error: `void
XDesktopContainer::translateButtonRelease(int)' and `virtual void
XDesktopContainer::translateButtonRelease(int)' cannot be overloaded
XDesktopContainer.cpp:384: error: no `void XDesktopContainer::runCommand(const
std::string&)' member function declared in class `XDesktopContainer'
XDesktopContainer.cpp:394: error: no `int XDesktopContainer::widthOfScreen()'
member function declared in class `XDesktopContainer'
make[1]: *** [XDesktopContainer.o] Error 1
make[1]: Leaving directory `/home/devanderan/idesk/src'

cs-cam 06-04-2005 03:23 AM

Okay, a) do you have the imlib2 and imlib2-devel packages installed? b) do you have the xorg-devel (probably wrong name) package installed?


All times are GMT -5. The time now is 02:07 PM.