Hello to everybody,
I solved the problem taking out from the code in miniOGL.cpp all the reference
to glProgramEnvParameters4fvEXT.
Finally I compiled all the program but still I have problemS. In particular:
1) When I run VTBuilder, there are some wornings related to (I thimk) some
environment variables non set (see attached files). The result (I think) is the
the tool has many functionalities "greyed".
2) The prgram Enviro, after giving the same warning as above, crashes (see
attached file for bugs report)
3) glutSimple crashes for memory corruption on malloc call (see attached file)
4) wxSimple has the same behaviour as glutSimple (see attached file)
At the moment I'm using a laptop HP with 512 Mb RAM working under Linux Fecora
Core 10, installed on an external USB Disk.
I'm waiting for a really veri performing platform, but I need to show that the
program is working properly.
Does anybody give me any suggestions?
Thanks a lot to everybody
Andrea
-----Messaggio originale-----
Da: vtp-unix@yahoogroups.com per conto di Stefan Roettger
Inviato: sab 25/04/2009 9.18
A: vtp-unix@yahoogroups.com
Oggetto: Re: R: [vtp-unix] lminidata
On Apr 23, 2009, at 6:26 PM, Del Bravo, Andrea (SELEX GALILEO, Italy)
wrote:
> I've an other problem: in the linking phase a references is messing
> to glProgramEnvParameters4fvEXT.
>
We had this issue a couple of times before on the vtp list. The
problem is that the glext.h header for the OpenGL extensions is
inconsistent with the OpenGL library installed on your system. Please
install the version that fits your gfx card. If you are unsure you may
also comment out the section about glProgramEnvParameters4fvEXT in
your current glext.h.
Stefan