Created
April 3, 2011 19:29
-
-
Save AWilco/900699 to your computer and use it in GitHub Desktop.
XBMC Compile error with ddd457cb455ae9f21d236e1d7ceacb7d87dc235c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make[1]: Entering directory `/opt/source/xbmc/xbmc/input/linux' | |
CPP LIRC.o | |
LIRC.cpp: In member function âvoid CRemoteControl::Disconnect()â: | |
LIRC.cpp:99: error: âinotify_rm_watchâ was not declared in this scope | |
LIRC.cpp: In member function âvoid CRemoteControl::Initialize()â: | |
LIRC.cpp:157: error: âinotify_initâ was not declared in this scope | |
LIRC.cpp:166: error: âIN_DELETE_SELFâ was not declared in this scope | |
LIRC.cpp:166: error: âinotify_add_watchâ was not declared in this scope | |
LIRC.cpp: In member function âbool CRemoteControl::CheckDevice()â: | |
LIRC.cpp:221: error: invalid application of âsizeofâ to incomplete type âinotify_eventâ | |
LIRC.cpp:224: error: invalid application of âsizeofâ to incomplete type âinotify_eventâ | |
LIRC.cpp:226: error: invalid use of incomplete type âstruct inotify_eventâ | |
LIRC.cpp:221: error: forward declaration of âstruct inotify_eventâ | |
LIRC.cpp:226: error: âIN_DELETE_SELFâ was not declared in this scope | |
LIRC.cpp:231: error: invalid application of âsizeofâ to incomplete type âinotify_eventâ | |
LIRC.cpp:231: error: invalid use of incomplete type âstruct inotify_eventâ | |
LIRC.cpp:221: error: forward declaration of âstruct inotify_eventâ | |
make[1]: *** [LIRC.o] Error 1 | |
make[1]: Leaving directory `/opt/source/xbmc/xbmc/input/linux' | |
make: *** [xbmc/input/linux/input_linux.a] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment