 |
Open World Soccer Community Forum
|
View previous topic :: View next topic |
Author |
Message |
Massimo32 Site Admin
Joined: 11 Nov 2007 Posts: 177 Location: Bolzano, Italy
|
Posted: Sun Oct 03, 2010 3:10 pm Post subject: OWS 0.5 |
|
|
OWS 0.5 is now available for Ubuntu:
OWS Ubuntu 9.10 i386
(required libraries: libsdl-image1.2, libboost-program-options1.38.0, libftgl2)
OWS Ubuntu 10.04 x86_64
(required libraries: libsdl-image1.2, libboost-program-options1.40.0, libftgl2)
and for Windows:
OWS Windows
Ciao!
Massimo
Last edited by Massimo32 on Sun Oct 10, 2010 9:24 pm; edited 9 times in total |
|
Back to top |
|
 |
stage7
Joined: 16 Nov 2007 Posts: 25 Location: Albacete (Spain)
|
Posted: Thu Oct 07, 2010 11:03 pm Post subject: |
|
|
Is this release 10.04 *strict* and/or 64-bit only? I got this error while compiling:
Code: | stage7@cephei:~/ows$ make
g++ -c main.cpp -o main.o -I '/usr/include/freetype2'
g++ -c game.cpp -o game.o -I '/usr/include/freetype2'
g++ -c game_mode.cpp -o game_mode.o -I '/usr/include/freetype2'
g++ -c menu_main.cpp -o menu_main.o -I '/usr/include/freetype2'
g++ -c match.cpp -o match.o -I '/usr/include/freetype2'
g++ -c replay.cpp -o replay.o -I '/usr/include/freetype2'
g++ -c team.cpp -o team.o -I '/usr/include/freetype2'
g++ -c -o tactics.o tactics.cpp
g++ -c player.cpp -o player.o -I '/usr/include/freetype2'
g++ -c ball.cpp -o ball.o -I '/usr/include/freetype2'
g++ -c camera.cpp -o camera.o -I '/usr/include/freetype2'
g++ -c grass.cpp -o grass.o -I '/usr/include/freetype2'
g++ -c -o sprite.o sprite.cpp
g++ -c -o image.o image.cpp
g++ -c -o graphics.o graphics.cpp
g++ -c -o timer.o timer.cpp
g++ -c gtk/button.cpp -o gtk/button.o -I '/usr/include/freetype2'
g++ -c gtk/label.cpp -o gtk/label.o -I '/usr/include/freetype2'
g++ -c gtk/widget.cpp -o gtk/widget.o -I '/usr/include/freetype2'
g++ -c fsm/StateMachine.cpp -o fsm/StateMachine.o
g++ -c fsm/State.cpp -o fsm/State.o
g++ -c fsm/PlayerStateStandRun.cpp -o fsm/PlayerStateStandRun.o -I '/usr/include/freetype2'
g++ -c fsm/PlayerStateKicking.cpp -o fsm/PlayerStateKicking.o -I '/usr/include/freetype2'
g++ -c fsm/PlayerStateHeading.cpp -o fsm/PlayerStateHeading.o -I '/usr/include/freetype2'
g++ -c fsm/PlayerStateTackling.cpp -o fsm/PlayerStateTackling.o -I '/usr/include/freetype2'
g++ -c fsm/KeeperStatePositioning.cpp -o fsm/KeeperStatePositioning.o -I '/usr/include/freetype2'
g++ -c fsm/KeeperStateDivingLowSingle.cpp -o fsm/KeeperStateDivingLowSingle.o -I '/usr/include/freetype2'
g++ -c fsm/KeeperStateDivingLowDouble.cpp -o fsm/KeeperStateDivingLowDouble.o -I '/usr/include/freetype2'
g++ -c fsm/KeeperStateDivingMiddleOne.cpp -o fsm/KeeperStateDivingMiddleOne.o -I '/usr/include/freetype2'
g++ -c fsm/KeeperStateDivingMiddleTwo.cpp -o fsm/KeeperStateDivingMiddleTwo.o -I '/usr/include/freetype2'
g++ -c fsm/KeeperStateDivingHighOne.cpp -o fsm/KeeperStateDivingHighOne.o -I '/usr/include/freetype2'
g++ -c fsm/KeeperStateCatchingHigh.cpp -o fsm/KeeperStateCatchingHigh.o -I '/usr/include/freetype2'
g++ -c input/InputDevice.cpp -o input/InputDevice.o -I '/usr/include/freetype2'
g++ -c input/Keyboard.cpp -o input/Keyboard.o -I '/usr/include/freetype2'
g++ -c input/Joystick.cpp -o input/Joystick.o -I '/usr/include/freetype2'
g++ -c input/Computer.cpp -o input/Computer.o -I '/usr/include/freetype2'
g++ -o ows main.o game.o game_mode.o menu_main.o match.o replay.o team.o tactics.o player.o ball.o camera.o grass.o sprite.o image.o graphics.o timer.o gtk/button.o gtk/label.o gtk/widget.o fsm/StateMachine.o fsm/State.o fsm/PlayerStateStandRun.o fsm/PlayerStateKicking.o fsm/PlayerStateHeading.o fsm/PlayerStateTackling.o fsm/KeeperStatePositioning.o fsm/KeeperStateDivingLowSingle.o fsm/KeeperStateDivingLowDouble.o fsm/KeeperStateDivingMiddleOne.o fsm/KeeperStateDivingMiddleTwo.o fsm/KeeperStateDivingHighOne.o fsm/KeeperStateCatchingHigh.o input/InputDevice.o input/Keyboard.o input/Joystick.o input/Computer.o -lGL -lGLU -lSDL -lSDL_image -lboost_program_options-mt -lftgl
input/Computer.o: In function `Computer::Computer(int)':
Computer.cpp:(.text+0x76): undefined reference to `ComputerStatePositioning::ComputerStatePositioning(Computer*)'
input/Computer.o: In function `Computer::Computer(int)':
Computer.cpp:(.text+0x16c): undefined reference to `ComputerStatePositioning::ComputerStatePositioning(Computer*)'
collect2: ld returned 1 exit status
make: *** [ows] Error 1
stage7@cephei:~/ows$
|
And if I try to run the provided executable file, it says the following:
Code: | stage7@cephei:~/ows$ ./ows
bash: ./ows: no se puede ejecutar el fichero binario
stage7@cephei:~/ows$ file ows
ows: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped |
Trying on Ubuntu 9.10, 32-bit, required libs installed. _________________ OpenCharset: a project to develop an easy way to create custom sprite sheets |
|
Back to top |
|
 |
Massimo32 Site Admin
Joined: 11 Nov 2007 Posts: 177 Location: Bolzano, Italy
|
Posted: Fri Oct 08, 2010 1:30 pm Post subject: |
|
|
stage7 wrote: | Is this release 10.04 *strict* and/or 64-bit only? I got this error while compiling:
|
It should work both on 32-bit and older ubuntu versions. Did you try to compile with scons instead of make?
stage7 wrote: |
And if I try to run the provided executable file, it says the following:
ows: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped[/code]
|
The provided binary is for 64-bit, I will add or replace it with a 32-bit one. |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|