Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to build from source on opensuse
05-05-2012, 12:40 AM,
#2
 
Here is a short summary of the main error output from the build:

scons install prefix=/usr
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: warning: Ignoring missing SConscript 'data/SConscript'
File "/mnt2/src/VDrift/vdrift/SConstruct", line 501, in <module>
scons: done reading SConscript files.
scons: Building targets ...
CPP build/aabb.o
CPP build/aabb_space_partitioning.o
CPP build/ai.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
CPP build/cardifferential.o
CPP build/cardynamics.o
CPP build/carengine.o
CPP build/carsuspension.o
CPP build/cartire.o
CPP build/cfg/inf.o
CPP build/cfg/ini.o
CPP build/cfg/ptree.o
CPP build/cfg/xml.o
CPP build/config.o
CPP build/containeralgorithm.o
CPP build/contentmanager.o
CPP build/crashdetection.o
CPP build/downloadable.o
CPP build/drawable.o
CPP build/dynamicsdraw.o
CPP build/dynamicsworld.o
CPP build/endian_utility.o
CPP build/eventsystem.o
CPP build/fbobject.o
In file included from src/fbtexture.h:5,
from src/fbobject.h:4,
from src/fbobject.cpp:1:
src/glstatemanager.h: In member function ‘void GLSTATEMANAGER::BindFramebuffer(GLuint)’:
src/glstatemanager.h:98: error: ‘GL_FRAMEBUFFER’ was not declared in this scope
src/glstatemanager.h:98: error: ‘glBindFramebuffer’ was not declared in this scope
In file included from src/fbobject.h:4,
from src/fbobject.cpp:1:
src/fbtexture.h: At global scope:
src/fbtexture.h:26: error: ‘GL_TEXTURE_RECTANGLE’ was not declared in this scope
src/fbtexture.h: In constructor ‘FBTEXTURE::FBTEXTURE()’:
src/fbtexture.h:60: error: ‘GL_COLOR_ATTACHMENT0’ was not declared in this scope
src/fbobject.cpp: In member function ‘void FBOBJECT::Init(GLSTATEMANAGER&, std::vector<FBTEXTURE*, std::allocator<FBTEXTURE*> >, std::ostream&, bool)’:
src/fbobject.cpp:146: error: ‘GLEW_ARB_framebuffer_object’ was not declared in this scope
src/fbobject.cpp:147: error: ‘glGenFramebuffers’ was not declared in this scope
src/fbobject.cpp:162: error: ‘glGenRenderbuffers’ was not declared in this scope
src/fbobject.cpp:163: error: ‘GL_RENDERBUFFER’ was not declared in this scope
src/fbobject.cpp:163: error: ‘glBindRenderbuffer’ was not declared in this scope
src/fbobject.cpp:172: error: ‘glRenderbufferStorageMultisample’ was not declared in this scope
src/fbobject.cpp:177: error: ‘glRenderbufferStorage’ was not declared in this scope
src/fbobject.cpp:182: error: ‘GL_FRAMEBUFFER’ was not declared in this scope
src/fbobject.cpp:182: error: ‘GL_DEPTH_ATTACHMENT’ was not declared in this scope
src/fbobject.cpp:182: error: ‘glFramebufferRenderbuffer’ was not declared in this scope
src/fbobject.cpp:194: error: ‘GL_COLOR_ATTACHMENT0’ was not declared in this scope
src/fbobject.cpp:213: error: ‘glGenRenderbuffers’ was not declared in this scope
src/fbobject.cpp:214: error: ‘GL_RENDERBUFFER’ was not declared in this scope
src/fbobject.cpp:214: error: ‘glBindRenderbuffer’ was not declared in this scope
src/fbobject.cpp:215: error: ‘glRenderbufferStorageMultisample’ was not declared in this scope
src/fbobject.cpp:216: error: ‘GL_FRAMEBUFFER’ was not declared in this scope

and so on....
Reply


Messages In This Thread
[No subject] - by JensenHealey - 05-05-2012, 12:40 AM
[No subject] - by NaN - 05-05-2012, 01:28 AM
[No subject] - by JensenHealey - 05-05-2012, 03:07 AM
[No subject] - by NaN - 05-05-2012, 03:21 AM
[No subject] - by JensenHealey - 05-05-2012, 03:23 AM
[No subject] - by NaN - 05-05-2012, 03:24 AM
[No subject] - by JensenHealey - 05-05-2012, 10:19 AM
[No subject] - by NaN - 05-05-2012, 11:24 AM
[No subject] - by JensenHealey - 05-05-2012, 11:33 AM
[No subject] - by JensenHealey - 05-05-2012, 11:35 AM
[No subject] - by NaN - 05-05-2012, 11:38 AM
[No subject] - by JensenHealey - 05-05-2012, 11:46 AM
[No subject] - by JensenHealey - 05-05-2012, 11:51 AM
[No subject] - by asasinuxp - 05-10-2012, 11:01 AM
[No subject] - by NaN - 05-10-2012, 12:05 PM
[No subject] - by thepasswordis100 - 07-24-2012, 02:24 PM
[No subject] - by NaN - 07-24-2012, 03:06 PM
[No subject] - by NaN - 07-24-2012, 03:31 PM
[No subject] - by NaN - 07-24-2012, 04:16 PM
[No subject] - by thepasswordis100 - 07-25-2012, 12:51 PM
[No subject] - by NaN - 07-25-2012, 01:20 PM
[No subject] - by thepasswordis100 - 07-26-2012, 12:22 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)