"Hmm, maybe you're a little too balanced."
- TV4 to Sakine Madon regarding being part of a morning show.
More pages: 1 ... 11 ... 21 ... 31 ... 41 ... 51 ... 61 ... 71 ... 81 ... 91 ... 101 ... 111 ... 121 ... 131 ... 141 ... 151 ... 161 ... 171 ... 181 ... 191 ... 201 ... 211 ... 221 ... 231 ... 241 ... 251 ... 261 ... 271 ... 281 ... 291 ... 301 ... 311 ... 314 315 316 317 318 319 320 321 322 323 324 ... 331 ... 341 ... 351 ... 361 ... 371 ... 381 ... 391 ... 401 ... 411 ... 421 ... 431 ... 438
Query FailedJonathan
Tuesday, January 25, 2005

Identical to previous comment.

I'm getting the conflicting types problem
Tuesday, January 25, 2005

Gentoo 2.6.10, ATI drivers 8.8.25, Metaballs demo:

g++ -Wall -ansi -DLINUX -DNO_TEX3D -DNO_PNG -O2 -ffast-math -fomit-frame-pointer
./Main.cpp ../Framework2/Math/Vector.cpp ../Framework2/App.cpp ../Framework2/Op
enGL/OpenGLApp.cpp ../Framework2/Linux/LinuxBase.cpp ../Framework2/Globals.cpp .
./Framework2/CPU.cpp ../Framework2/DisplayMode.cpp ../Framework2/Menu.cpp ../Fra
mework2/OpenGL/glExtensions.cpp ../Framework2/Renderer.cpp ../Framework2/OpenGL/
OpenGLRenderer.cpp ../Framework2/Imaging/Image.cpp ../Framework2/Util/String.cpp
../Framework2/Util/Font.cpp ../Framework2/Util/Config.cpp ../Framework2/Util/To
kenizer.cpp ../Framework2/Util/IsoSurface.cpp -o MetaBalls -L/usr/X11R6/lib -lGL
-lXxf86vm -L/usr/lib -ljpeg
In file included from ../Framework2/OpenGL/OpenGLRenderer.h:19,
from ../Framework2/OpenGL/OpenGLApp.h:20,
from Main.h:1,
from Main.cpp:1:
../Framework2/OpenGL/glExtensions.h:48: error: conflicting types for `typedef
long int GLintptrARB'

If you've got assistance, I'd appreciate it because your demos like extremely nice!

Humus
Monday, January 24, 2005

On what system is that? I'm not seeing any such problems.

Jonathan
Sunday, January 23, 2005

Framework2 still exhibits the "conflicting types" problem (downloaded a couple of minutes ago).

Easily fixed by adding appropriate #define __glext_h_'s, but thought you may like to know.

Matthew
Saturday, January 22, 2005

I don't know what I have wrong on my system, but I get the two following error when trying to compile.

/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libGL.a when searching for -lGL
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: cannot find -lXxf86vm
collect2: ld returned 1 exit status
make: *** [rel] Error 1

I know I have Xxf86vm under /usr/X11R6/lib which is where the makefile has the -L/usr/X11R6/lib in the make line. I just don't understand why it can't find it and why it is looking for libGL.a in /usr/lib when I have a libGL.so.1.2 under /usr/X11R6/lib

Thanks again.

Humus
Saturday, January 22, 2005

I've fixed the issues with the framework now. Try downloading it again.

Matthew
Friday, January 21, 2005

I am new to this site and I tried to compile the MetaBalls demo and it is failing.

I am running SuSE 9.2 64bit and gcc 3.3.4.

I get a bunch of "conflicting types for `typedef int in GLintptrARB'"

Then it exits with the following:
"make: *** [rel] Error 1"

I also downloaded the libraries from the site, and don't know if they are needed, and if they are where they should be located. Also looking at the makefile what is the library -lXxf86vm? I don't see any library in /usr/X11R6/lib that corresponds to this.

Thanks

Humus
Friday, January 21, 2005

Kerrle,
those two demos are affected by a driver bug with render to cubemap in Linux.

More pages: 1 ... 11 ... 21 ... 31 ... 41 ... 51 ... 61 ... 71 ... 81 ... 91 ... 101 ... 111 ... 121 ... 131 ... 141 ... 151 ... 161 ... 171 ... 181 ... 191 ... 201 ... 211 ... 221 ... 231 ... 241 ... 251 ... 261 ... 271 ... 281 ... 291 ... 301 ... 311 ... 314 315 316 317 318 319 320 321 322 323 324 ... 331 ... 341 ... 351 ... 361 ... 371 ... 381 ... 391 ... 401 ... 411 ... 421 ... 431 ... 438