|
|
|
||||||||||||||||||
|
||||||||||||||||||||
xboxdrv |
Version: 0.5.0 | ||||||||||||||||
| Author: Ingo Ruhnke |   | ||||||||||||||||
| Category: Game-related Utility | Rate this game yourself!   Average of 0 Ratings:(not yet rated) | ||||||||||||||||
License: free |
|||||||||||||||||
|
If you try this software, don't forget to come back to this page and rate it!Submitted by grumbel on 2008-04-13.
|
|||||||||||||||||
| Build Error posted by Oeconomist @ 173.147.166.191 on Apr 16 2010 11:18 AM | |||||||||||||||||||||||||||||||||||||||||||||||||
In attempting to build release 0.4.10, I get the following: and I get similar or identical results in attempting to build the development version found on the morning of 16 April. I use RHEL 5.4 on a 686.scons: Reading SConscript files ... Checking for C++ library X11... (cached) yes Checking for C++ library usb... (cached) yes Checking for C++ header file boost/thread/thread.hpp... (cached) yes Checking for C++ library boost_thread-mt... (cached) no Checking for C++ library boost_thread... (cached) yes scons: done reading SConscript files. scons: Building targets ... g++ -o src/command_line_options.o -c -g -O2 -Wall -ansi -pedantic src/command_line_options.cpp src/modifier.hpp: In constructor 'AutoFireModifier::AutoFireModifier(const std::vector |
|||||||||||||||||||||||||||||||||||||||||||||||||
| [Reply] | |||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||
| install posted by syntax123 @ 78.105.211.2 on Aug 20 2009 2:04 AM | |||
| Hi I get this error, even when I edit the scons config file, and pont to anotheir drectory Im getting a syntax error on LIBS=['boost_signals', 'usb', 'pthread']) scons: Reading SConscript files ... Checking for C++ library X11... yes Checking for C++ library usb... yes Checking for C++ header file boost/thread/thread.hpp... yes Checking for C++ library boost_thread-mt... yes scons: done reading SConscript files. scons: Building targets ... o src/arg_parser.o -c -g -O2 -Wall -ansi -pedantic src/arg_parser.cpp sh: o: command not found o src/command_line_options.o -c -g -O2 -Wall -ansi -pedantic src/command_line_options.cpp sh: o: command not found o src/evdev_helper.o -c -g -O2 -Wall -ansi -pedantic src/evdev_helper.cpp sh: o: command not found o src/firestorm_dual_controller.o -c -g -O2 -Wall -ansi -pedantic src/firestorm_dual_controller.cpp sh: o: command not found o src/force_feedback_handler.o -c -g -O2 -Wall -ansi -pedantic src/force_feedback_handler.cpp sh: o: command not found o src/helper.o -c -g -O2 -Wall -ansi -pedantic src/helper.cpp sh: o: command not found o src/linux_uinput.o -c -g -O2 -Wall -ansi -pedantic src/linux_uinput.cpp sh: o: command not found o src/modifier.o -c -g -O2 -Wall -ansi -pedantic src/modifier.cpp sh: o: command not found o src/pretty_printer.o -c -g -O2 -Wall -ansi -pedantic src/pretty_printer.cpp sh: o: command not found o src/uinput.o -c -g -O2 -Wall -ansi -pedantic src/uinput.cpp sh: o: command not found o src/usb_read_thread.o -c -g -O2 -Wall -ansi -pedantic src/usb_read_thread.cpp sh: o: command not found o src/xbox360_controller.o -c -g -O2 -Wall -ansi -pedantic src/xbox360_controller.cpp sh: o: command not found o src/xbox360_wireless_controller.o -c -g -O2 -Wall -ansi -pedantic src/xbox360_wireless_controller.cpp sh: o: command not found o src/xbox_controller.o -c -g -O2 -Wall -ansi -pedantic src/xbox_controller.cpp sh: o: command not found o src/xboxdrv.o -c -g -O2 -Wall -ansi -pedantic src/xboxdrv.cpp sh: o: command not found o src/xboxmsg.o -c -g -O2 -Wall -ansi -pedantic src/xboxmsg.cpp sh: o: command not found o src/xpad_device.o -c -g -O2 -Wall -ansi -pedantic src/xpad_device.cpp sh: o: command not found o xboxdrv src/xboxdrv.o src/xboxmsg.o src/uinput.o src/arg_parser.o src/pretty_printer.o src/helper.o src/modifier.o src/command_line_options.o src/xbox_controller.o src/xpad_device.o src/xbox360_controller.o src/xbox360_wireless_controller.o src/firestorm_dual_controller.o src/evdev_helper.o src/linux_uinput.o src/usb_read_thread.o src/force_feedback_handler.o -lX11 -lX11 -lusb -lusb -lboost_thread-mt -lboost_thread-mt sh: o: command not found scons: done building targets. >scons (9563) returned '116' | |||
| [Reply] | |||
| COMPILE ISSUES posted by kjkoec @ 69.12.225.119 on Jul 10 2008 10:40 PM | |||||||||||||
| This is my output when attempting to compile via "scons" ANY IDEAS WOULD BE APPRECIATED... scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ -o uinput.o -c -g -O0 -Wall uinput.cpp uinput.cpp: In constructor 'uInput::uInput(GamepadType, uInputCfg)': uinput.cpp:45: error: 'strerror' was not declared in this scope uinput.cpp:59: error: 'EXIT_FAILURE' was not declared in this scope uinput.cpp:59: error: 'exit' was not declared in this scope uinput.cpp:74: error: 'EXIT_FAILURE' was not declared in this scope uinput.cpp:74: error: 'exit' was not declared in this scope uinput.cpp: In member function 'void uInput::setup_xbox360_gamepad(GamepadType)': uinput.cpp:148: error: 'memset' was not declared in this scope uinput.cpp:149: error: 'strncpy' was not declared in this scope uinput.cpp: In member function 'void uInput::setup_xbox360_guitar()': uinput.cpp:233: error: 'memset' was not declared in this scope uinput.cpp:234: error: 'strncpy' was not declared in this scope uinput.cpp: In member function 'void uInput::send_button(uint16_t, int32_t)': uinput.cpp:260: error: 'memset' was not declared in this scope uinput.cpp: In member function 'void uInput::send_axis(uint16_t, int32_t)': uinput.cpp:274: error: 'memset' was not declared in this scope scons: *** [uinput.o] Error 1 scons: building terminated because of errors. | |||||||||||||
| [Reply] | |||||||||||||
| |||||||||||||
| Get this into Ubuntu 8.10?!! posted by MaXMC @ 90.225.69.222 on May 4 2008 2:23 PM | |||
| This would be a great addition to any Linux Distro! | |||
| [Reply] | |||
| News | Submit a Game | Forums | About/FAQ |