Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to build from source on opensuse
05-10-2012, 12:05 PM,
#16
 
You need bullet 2.78 at least(I am running with 2.80 atm). Need to check if there is a ppa.
Reply
07-24-2012, 02:24 PM,
#17
 
On Ubuntu 12.04 amd64 I have this compile error with vdrift-20120722:
Code:
    CPP build/carcontrolmap_local.o
src/carcontrolmap_local.cpp: In static member function ‘static std::map<std::basic_string<char>, int> CARCONTROLMAP_LOCAL::InitKeycodeStringMap()’:
src/carcontrolmap_local.cpp:833:20: error: ‘SDLK_KP_0’ was not declared in this scope
src/carcontrolmap_local.cpp:834:20: error: ‘SDLK_KP_1’ was not declared in this scope
src/carcontrolmap_local.cpp:835:20: error: ‘SDLK_KP_2’ was not declared in this scope
src/carcontrolmap_local.cpp:836:20: error: ‘SDLK_KP_3’ was not declared in this scope
src/carcontrolmap_local.cpp:837:20: error: ‘SDLK_KP_4’ was not declared in this scope
src/carcontrolmap_local.cpp:838:20: error: ‘SDLK_KP_5’ was not declared in this scope
src/carcontrolmap_local.cpp:839:20: error: ‘SDLK_KP_6’ was not declared in this scope
src/carcontrolmap_local.cpp:840:20: error: ‘SDLK_KP_7’ was not declared in this scope
src/carcontrolmap_local.cpp:841:20: error: ‘SDLK_KP_8’ was not declared in this scope
src/carcontrolmap_local.cpp:842:20: error: ‘SDLK_KP_9’ was not declared in this scope
src/carcontrolmap_local.cpp:875:28: error: ‘SDLK_APPLICATION’ was not declared in this scope
src/carcontrolmap_local.cpp:876:24: error: ‘SDLK_NUMLOCKCLEAR’ was not declared in this scope
src/carcontrolmap_local.cpp:878:27: error: ‘SDLK_SCROLLLOCK’ was not declared in this scope
src/carcontrolmap_local.cpp:885:22: error: ‘SDLK_RGUI’ was not declared in this scope
src/carcontrolmap_local.cpp:886:22: error: ‘SDLK_LGUI’ was not declared in this scope
Reply
07-24-2012, 03:06 PM,
#18
 
SDL2 artifact. I've tried to stay compatible to SDL but missed this one I guess, duh.

SDL2: SDLK_KP{n} has been renamed to SDLK_KP_{n}

Will have a look, need to fire up my buntu.
Reply
07-24-2012, 03:31 PM,
#19
 
OMFG Ubuntu won't boot anymore. Will look into it tomorrow, sorry.

Edit:
I've pushed a fix (not tested). I'll upload a diff. You can checkout git master in the meantime.
Reply
07-24-2012, 04:16 PM,
#20
 
Patch vdrift-2012-07-22c_patch.diff contains all fixes since release:
https://sourceforge.net/projects/vdrift/...012-07-22/
Reply
07-25-2012, 12:51 PM,
#21
 
Thanks, this patch fixed it.

vdrift will be published on PlayDeb.net tomorrow Wink
Reply
07-25-2012, 01:20 PM,
#22
 
Awesome! Thanks a lot!
Reply
07-26-2012, 12:22 PM,
#23
 
NaN Wrote:Awesome! Thanks a lot!

Published, thanks.

http://www.playdeb.net/software/VDrift
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)