Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gmake[3]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix/xbmc'
- gmake[3]: Entering directory '/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix/xbmc/interfaces/python'
- gmake[3]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix/xbmc/interfaces/python'
- gmake[3]: Entering directory '/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix/xbmc/windowing/X11'
- CPP xbmc/windowing/X11/WinSystemX11.o
- WinSystemX11.cpp:198:3: error: unknown type name 'XOutput'
- XOutput *out = NULL;
- ^
- WinSystemX11.cpp:201:11: error: use of undeclared identifier 'g_xrandr'
- out = g_xrandr.GetOutput(m_userOutput);
- ^
- WinSystemX11.cpp:204:7: error: unknown type name 'XMode'
- XMode mode = g_xrandr.GetCurrentMode(m_userOutput);
- ^
- WinSystemX11.cpp:204:20: error: use of undeclared identifier 'g_xrandr'
- XMode mode = g_xrandr.GetCurrentMode(m_userOutput);
- ^
- WinSystemX11.cpp:213:17: error: use of undeclared identifier 'XOutput'
- std::vector<XOutput> outputs = g_xrandr.GetModes();
- ^
- WinSystemX11.cpp:213:26: error: C++ requires a type specifier for all declarations
- std::vector<XOutput> outputs = g_xrandr.GetModes();
- ^~~~~~~
- WinSystemX11.cpp:213:36: error: use of undeclared identifier 'g_xrandr'
- std::vector<XOutput> outputs = g_xrandr.GetModes();
- ^
- WinSystemX11.cpp:457:3: error: unknown type name 'XOutput'
- XOutput *out = g_xrandr.GetOutput(m_currentOutput);
- ^
- WinSystemX11.cpp:457:18: error: use of undeclared identifier 'g_xrandr'
- XOutput *out = g_xrandr.GetOutput(m_currentOutput);
- ^
- WinSystemX11.cpp:491:10: error: use of undeclared identifier 'XOutput'
- vector<XOutput> outs;
- ^
- WinSystemX11.cpp:492:3: error: use of undeclared identifier 'g_xrandr'
- g_xrandr.Query(true);
- ^
- WinSystemX11.cpp:493:3: error: use of undeclared identifier 'outs'
- outs = g_xrandr.GetModes();
- ^
- WinSystemX11.cpp:493:10: error: use of undeclared identifier 'g_xrandr'
- outs = g_xrandr.GetModes();
- ^
- WinSystemX11.cpp:495:27: error: use of undeclared identifier 'outs'; did you mean 'puts'?
- for(unsigned int i=0; i<outs.size(); ++i)
- ^~~~
- puts
- /usr/include/stdio.h:260:6: note: 'puts' declared here
- int puts(const char *);
- ^
- WinSystemX11.cpp:495:31: error: member reference base type 'int (const char *)' is not a structure or union
- for(unsigned int i=0; i<outs.size(); ++i)
- ~~~~^~~~~
- WinSystemX11.cpp:497:24: error: use of undeclared identifier 'outs'; did you mean 'puts'?
- outputs->push_back(outs[i].name);
- ^~~~
- puts
- /usr/include/stdio.h:260:6: note: 'puts' declared here
- int puts(const char *);
- ^
- WinSystemX11.cpp:497:24: error: subscript of pointer to function type 'int (const char *)'
- outputs->push_back(outs[i].name);
- ^~~~
- WinSystemX11.cpp:866:8: error: use of undeclared identifier 'g_xrandr'
- if (!g_xrandr.Query(true))
- ^
- WinSystemX11.cpp:887:3: error: unknown type name 'XOutput'
- XOutput *out = g_xrandr.GetOutput(m_userOutput);
- ^
- fatal error: too many errors emitted, stopping now [-ferror-limit=]
- 20 errors generated.
- ../../../Makefile.include:94: recipe for target 'WinSystemX11.o' failed
- gmake[3]: *** [WinSystemX11.o] Error 1
- gmake[3]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix/xbmc/windowing/X11'
- Makefile:515: recipe for target 'xbmc/windowing/X11/windowing_X11.a' failed
- gmake[2]: *** [xbmc/windowing/X11/windowing_X11.a] Error 2
- gmake[2]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix'
- *** Error code 1
- Stop.
- make[1]: stopped in /usr/ports/multimedia/kodi
- *** Error code 1
- Stop.
- make: stopped in /usr/ports/multimedia/kodi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement