I'm new to the game but I suppose you wanna compile agains SDL1

I go to the sources directory (there is a README.txt and INSTALL.txt,
right?)
inside this directory create a "build" or "mybuild" (or anything) directory
and inside
this new directory I run:

>>> cmake -D CMAKE_INSTALL_PREFIX:STRING=/home/user/bin/speeddreams/ -D
OPTION_OSGGRAPH:BOOL=OFF -D OPTION_SDL2:BOOL=OFF ..

(dont miss that the last argument is "..")

If this is going fine several configurations being taken will appear and
the important one should look like this:
...
-- Found SDL: /usr/lib64/libSDLmain.a;/usr/lib64/libSDL.so;-lpthread (found
version "1.2.15")
...

followed by a
>>> make
...
>>> make install

The important bit is the -D OPTION_SDL2:BOOL=OFF configuration option



2016-04-01 12:38 GMT-03:00 Martin Herrman <[email protected]>:

> I am running Ubuntu 16.04 (beta) and compiled with SDL 2.0.4. The game
> starts, but I can use my logitech f710 (an xbox 360 type) controller. I
> tried both xpad kernel driver and xboxdrv userspace driver. The latter
> worked fine for me on other systems. Now I used below to compile with SDL1
> (I first installed the SDL1 libs), but it still compiles to SDL 2.0.4.
>
> Any idea how to get the controller working?
>
> 2016-03-28 11:54 GMT+02:00 fran <[email protected]>:
>
>> mine is
>> 00:00:00.000 Default  Info    Compiled against SDL version 2.0.3
>> 00:00:00.000 Default  Info    Linking against SDL version 2.0.3.
>>
>> You were right, With SDL2:OFF throttle works ok
>>
>> 2016-03-27 23:10 GMT-03:00 Joe <[email protected]>:
>>
>>> Hello all,
>>> I think that this is a problem with SDL2.
>>> If you run Speed-Dreams from a terminal, near the top you should see:
>>> 00:00:00.000 Default  Info    Compiled against SDL version 2.0.4
>>> 00:00:00.000 Default  Info    Linking against SDL version 2.0.4.
>>>
>>> If you could report what version of SDL you have, that might help.
>>>
>>> Thanks.
>>>
>>> You can also build with SDL1.2 which should work.
>>> Add -D OPTION_SDL2:BOOL=OFF
>>>
>>
>
> ------------------------------------------------------------------------------
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
> _______________________________________________
> Speed-dreams-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/speed-dreams-users
>
>
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
Speed-dreams-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/speed-dreams-users

Reply via email to