You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

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)