RE: Problems compiling Vdrif on Slackware
thanks for ask!
I solved that, but now I have this output:
bash-4.2# scons
scons: Reading SConscript files ...
Checking for C++ header file GL/gl.h... yes
Checking for C++ header file GL/glu.h... yes
Checking for C++ header file SDL/SDL.h... yes
Checking for C++ header file SDL/SDL_image.h... yes
Checking for C++ header file SDL/SDL_rotozoom.h... yes
Checking for C++ header file vorbis/vorbisfile.h... yes
Checking for C++ header file GL/glew.h... yes
Checking for C++ header file curl/curl.h... yes
Checking for C++ header file bullet/btBulletCollisionCommon.h... yes
Checking for C++ header file archive.h... yes
Checking for glDeleteSamplers(0, NULL) in C library GLEW... yes
scons: done reading SConscript files.
scons: Building targets ...
CPP build/aabb.o
CPP build/aabb_space_partitioning.o
CPP build/ai/ai.o
CPP build/ai/ai_car_experimental.o
CPP build/ai/ai_car_standard.o
CPP build/archiveutils.o
CPP build/autoupdate.o
CPP build/bezier.o
CPP build/camera_chase.o
CPP build/camera_free.o
CPP build/camera_mount.o
CPP build/camera_orbit.o
CPP build/car.o
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
scons: *** [build/carcontrolmap_local.o] Error 1
scons: building terminated because of errors.
I have no idea what the problem..
|