Kodi Community Forum
[LINUX] build fix xboxdrv 0.4.8.x for ubuntu 9.10 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: [LINUX] build fix xboxdrv 0.4.8.x for ubuntu 9.10 (/showthread.php?tid=60439)



[LINUX] build fix xboxdrv 0.4.8.x for ubuntu 9.10 - checkup - 2009-10-28

Hi.

Because i just built the xboxdrv for Karmic and had to do some build fixes to make it compile, i wanted to explain how you can fix it easely:

- complaint: int8_t, int64_t undefinded
- solution: add #include <boost/cstdio.hpp> in the file mentioned

- complaint: fstream undefined
- solution: add #include <fstream.h> to the file

- complaint: printf/sprintf undefined
- solution: add #include <stdio.h> to the file

this should help to build the driver.

best regards


- stpfarms - 2009-12-07

I am having problems building it on Ubunto 9.10, can you expand as to how to build/install on it?