dremerbuik / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

Linux build issue #240

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.svn checkout
2.cmake . -G "Unix Makefiles"
3.make

What is the expected output? What do you see instead?
Build succesful. Have this error;

/home/xelfe/gamekit1/Dependencies/Source/OIS/src/linux/LinuxForceFeedback.cpp: 
In member function ‘virtual void 
OIS::LinuxForceFeedback::setMasterGain(float)’:
/home/xelfe/gamekit1/Dependencies/Source/OIS/src/linux/LinuxForceFeedback.cpp:10
2:44: erreur: ‘write’ was not declared in this scope
/home/xelfe/gamekit1/Dependencies/Source/OIS/src/linux/LinuxForceFeedback.cpp: 
In member function ‘virtual void 
OIS::LinuxForceFeedback::setAutoCenterMode(bool)’:
/home/xelfe/gamekit1/Dependencies/Source/OIS/src/linux/LinuxForceFeedback.cpp:13
1:44: erreur: ‘write’ was not declared in this scope

What version of the product are you using? On what operating system?
Linux Fedora 3.4.0-1.fc17.x86_64, gamekit rev1086, gcc version 4.7.0

Please provide any additional information below.
I've attach the output below

Original issue reported on code.google.com by xelfes on 12 Jun 2012 at 11:52

Attachments:

GoogleCodeExporter commented 9 years ago
Problem fix with the patch in the issue 
http://code.google.com/p/gamekit/issues/detail?id=231

Administrater should add this fix in the next commit

Original comment by xelfes on 13 Jun 2012 at 12:47

GoogleCodeExporter commented 9 years ago
Applied. Thank you very much!

Original comment by kungfoobar@gmail.com on 13 Jun 2012 at 4:12