Greetings!
So, long story short: I'm trying to develop a small program for the Logitech G15 keyboard, using libg15. I included libg15.h in my C++ file, and doing nothing but a "hello world" in main() (just testing the includes), I get this error:
[code]
/usr/include/libg15.h:75: error: expected identifier before numeric constant
/usr/include/libg15.h:75: error: expected `}' before numeric constant
/usr/include/libg15.h:75: error: expected unqualified-id before numeric constant
/usr/include/libg15.h:82: error: expected identifier before numeric constant
/usr/include/libg15.h:82: error: expected `}' before numeric constant
/usr/include/libg15.h:82: error: expected unqualified-id before numeric constant
/usr/include/libg15.h:83: error: expected declaration before
Comments
:
: So, long story short: I'm trying to develop a small program for the
: Logitech G15 keyboard, using libg15. I included libg15.h in my C++
: file, and doing nothing but a "hello world" in main() (just testing
: the includes), I get this error:
:
: [code]:
: /usr/include/libg15.h:75: error: expected identifier before numeric constant
: /usr/include/libg15.h:75: error: expected `}' before numeric constant
: /usr/include/libg15.h:75: error: expected unqualified-id before numeric constant
: /usr/include/libg15.h:82: error: expected identifier before numeric constant
: /usr/include/libg15.h:82: error: expected `}' before numeric constant
: /usr/include/libg15.h:82: error: expected unqualified-id before numeric constant
: /usr/include/libg15.h:83: error: expected declaration before
:
: So, long story short: I'm trying to develop a small program for the
: Logitech G15 keyboard, using libg15. I included libg15.h in my C++
: file, and doing nothing but a "hello world" in main() (just testing
: the includes), I get this error:
:
: [code]:
: /usr/include/libg15.h:75: error: expected identifier before numeric constant
: /usr/include/libg15.h:75: error: expected `}' before numeric constant
: /usr/include/libg15.h:75: error: expected unqualified-id before numeric constant
: /usr/include/libg15.h:82: error: expected identifier before numeric constant
: /usr/include/libg15.h:82: error: expected `}' before numeric constant
: /usr/include/libg15.h:82: error: expected unqualified-id before numeric constant
: /usr/include/libg15.h:83: error: expected declaration before