[LINUX] build fix xboxdrv 0.4.8.x for ubuntu 9.10
#1
Lightbulb 
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
Reply
#2
I am having problems building it on Ubunto 9.10, can you expand as to how to build/install on it?
Reply

Logout Mark Read Team Forum Stats Members Help
[LINUX] build fix xboxdrv 0.4.8.x for ubuntu 9.100