OK, I don't normally compile my own stuff much, but I tried running the make
and got the following:
[EMAIL PROTECTED] harmony-0.13]$ make
> g++ -g -Wall -O2 harmony.cpp remote.cpp remote_z.cpp binaryfile.cpp
> web.cpp libu
> sb/libusbhid.cpp usblan.cpp -o harmony -lusb
> libusb/libusbhid.cpp:28:17: error: usb.h: No such file or directory
> libusb/libusbhid.cpp:43: error: expected initializer before '*' token
> libusb/libusbhid.cpp: In function 'int InitUSB()':
> libusb/libusbhid.cpp:51: error: 'usb_init' was not declared in this scope
> libusb/libusbhid.cpp: In function 'void ShutdownUSB()':
> libusb/libusbhid.cpp:57: error: 'h_hid' was not declared in this scope
> libusb/libusbhid.cpp:58: error: 'usb_release_interface' was not declared
> in this scope
> libusb/libusbhid.cpp: At global scope:
> libusb/libusbhid.cpp:62: error: variable or field 'check_ep' declared void
> libusb/libusbhid.cpp:62: error: 'usb_endpoint_descriptor' was not declared
> in th is scope
> libusb/libusbhid.cpp:62: error: 'ued' was not declared in this scope
> libusb/libusbhid.cpp:62: error: expected primary-expression before
> 'struct'
> libusb/libusbhid.cpp:62: error: initializer expression list treated as
> compound expression
> libusb/libusbhid.cpp:63: error: expected ',' or ';' before '{' token
> libusb/libusbhid.cpp:44: warning: 'irl' defined but not used
> libusb/libusbhid.cpp:45: warning: 'orl' defined but not used
> libusb/libusbhid.cpp:46: warning: 'ep_read' defined but not used
> libusb/libusbhid.cpp:47: warning: 'ep_write' defined but not used
> make: *** [harmony] Error 1
>
The only prerequisite I saw prior to compiling was to ensure that libsub was
installed
> [EMAIL PROTECTED] harmony-0.13]# yum install libusb
> Setting up Install Process
> Parsing package install arguments
> Package libusb - 0.1.12-10.fc8.i386 is already installed.
> Package libusb - 0.1.12-10.fc8.x86_64 is already installed.
> Nothing to do
>
I am sure I am missing something simple...
--
Brett M. Williams
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel