... I think it would be a good idea if the QuikGrid library was put into a namespace. It's a small enough library and I already have the patches. It just has...
Rick L. Vinyard, Jr.
rvinyard@...
Feb 24, 2009 7:51 pm
793
I've used gdal_translate to convert the original jpg to tif, then import these tif files to VTBuilder as Imagery import. I went thru to resample the area to...
There was a bug in the VTBuilder source earlier which could cause that. Did you build source from SVN or from source release? Also, i am curious, for what...
I had an early source release which is not from SVN latest. I exported to ppm so I can use input directly to LibMini engine. "Ben Discoe" <ben@...> ...
Hi Richard, it seems libmini[vtp] compiles well with Fedora. Thanks again for providing the autogen/make files. Do you have additional patches? If so I'd just...
lminidata Hello, Iìm trying to install VTP under FEDORA CORE 10. After having supplied a lo of packages, at the end there is an error in yhe link phase. ...
Del Bravo, Andrea (SE...
andrea.delbravo@...
Apr 21, 2009 10:27 pm
798
On Apr 22, 2009, at 12:24 AM, Del Bravo, Andrea (SELEX GALILEO, Italy) ... The minidata lib is part of vtp in TerrainSDK/minidata. I guess that there is just a...
Fine , thanks a lot. As far as the minidata lib you were write, for the wx_gtk2_gl, I had to uninstall wx Widget, to configure again with the flag...
Del Bravo, Andrea (SE...
andrea.delbravo@...
Apr 23, 2009 4:26 pm
800
On Apr 23, 2009, at 6:26 PM, Del Bravo, Andrea (SELEX GALILEO, Italy) ... We had this issue a couple of times before on the vtp list. The problem is that the...
Hi Ben and everybody, I have just built vtp-src-081224 on Slackware 12.2 Linux. When I start Enviro I have a similar problem to that of Levi Swartzentruber on...
Hi again, Ben and everybody, Answered my own question. Although I don't have a joystick there is a joystick device listed: /dev/input/js0 I renamed it to...
Perhaps something changed in the version of wxgtk. Glad to hear that you could work around it. For a better fix, i suppose we could make the joystick a manual...
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...
Del Bravo, Andrea (SE...
andrea.delbravo@...
Apr 30, 2009 3:12 pm
805
On Apr 30, 2009, at 5:08 PM, Del Bravo, Andrea (SELEX GALILEO, Italy) ... Did you install the proper glext.h file as I said in a previous email? You need to...
... Hello, I finally had a few minutes to mess around with 9.0.1 and ran into the problem with GL_EXT_gpu_program_parameters. I think I have a solution that...
Rick L. Vinyard, Jr.
rvinyard@...
Jul 7, 2009 5:33 pm
807
Here are a few patches that will build Yukon with autoconf and look for an installed version of Mini using the pkgconfig file: Files needed: autogen.sh ...
Rick L. Vinyard, Jr.
rvinyard@...
Jul 7, 2009 5:42 pm
808
Hi Rick, it seems that the GL_EXT_gpu_program_parameters is making trouble all the time. Compared to the trouble, the benefit is really only marginal, so I am...
Hi all, I made a new libMini 9.0.3 release. @Rick: The release contains the removal of the gpu_parameters extension which was making trouble. You can grab it...
Looking back on the Fedora bug notes, there is one more small cleanup item to configure.ac. The patch follows. This removes two dependencies in the Mini.pc...
Rick L. Vinyard, Jr.
rvinyard@...
Jul 7, 2009 8:59 pm
812
Hi, I am trying to build VTP on OS X 10.5.7 since I want to utilize the vtdata library but I am running into trouble compiling it. I am quite certain I have...
Natasha, there was some tweaking of the Linux build a while ago. This seems to have broken the OSX build. I applied a few fixes. Please check again with the...
Natasha, I am not using frameworks in my own OSX build, I am just using regular libraries like all other *nix platforms. As far as I recall it, the framework...
Ionut, ... That looks like an issue between mini and OpenGL. Mini is calling some gl functions that the OpenGL on your computer doesn't seem to have. ... I'm...
Hi Ben and group, Thought I'd update my vtp to the latest release and/or svn version. Am a bit unclear about libMini version and where to get it. 1/ For...
Peter, all versions of libmini higher than 9.1 are fine with the latest vtp release. I just recommend to check out the libmini svn head and build from source. ...
Hi Peter, there's a typo in my last email, it must read: check out vtp from http://vtp.googlecode.com/svn and you get the proper version of libmini in...
... Thanks for pointing it out. I have updated the instructions to say " newer versions should work" instead of "exact version". For a while, the libMini API...