You are not logged in.

1

Wednesday, October 19th 2005, 5:13pm

Error in compiling KDE 3.4.3

I get this error when compiling meta/kde with konstruct (KDE 3.4.3):

In file included from kcm_input_la.all_cpp.cpp:4:
logitechmouse.cpp: In member function `void
LogitechMouse::updateCordlessStatus()':
logitechmouse.cpp:134: `USB_ENDPOINT_IN' undeclared (first use this function)
logitechmouse.cpp:134: (Each undeclared identifier is reported only once for
each function it appears in.)
make[6]: *** [kcm_input_la.all_cpp.lo] Error 1

Any ideas?

Thanks

2

Wednesday, October 19th 2005, 5:28pm

I've found the solution: I copied the file usb.h (in /usr/bin/include/) in the compile directory.

8)