[osg-users] [vpb] Build VPB Issue

2011-01-28 Thread jamil farooq
Hi,

I am trying to build VirtualPlanetBuilder in ubuntu 10.04 by writing
./configure command in Terminal and getting this error can anyone
guide my wot is wrong with configure. I have already installed OSG 
and libgdal both.





CMake Error: The following variables are used in this project, but they are set 
to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake 
files:
GDAL_LIBRARY
linked by target vpb in directory 
/media/software_/projects/flightgear/VirtualPlanetBuilder/src/vpb
linked by target application_osgdem in directory 
/media/software_/projects/flightgear/VirtualPlanetBuilder/applications/osgdem
linked by target application_vpbcache in directory 
/media/software_/projects/flightgear/VirtualPlanetBuilder/applications/vpbcache
linked by target application_vpbsizes in directory 
/media/software_/projects/flightgear/VirtualPlanetBuilder/applications/vpbsizes
linked by target application_vpbmaster in directory 
/media/software_/projects/flightgear/VirtualPlanetBuilder/applications/vpbmaster

-- Configuring incomplete, errors occurred!



Thank you!

Cheers,
fly_hi

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=36073#36073





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [vpb] Build VPB Issue

2011-01-28 Thread Robert Osfield
Hi Jamil,

VirtualPlanetBuilder's (VPB) main dependencies are the OSG and GDAL,
when you install these, or point VPB at them with env vars or CMake
settings.  You'll need both the libs and the headers, when using a
debian based distro like Ubuntu you'll want to use something like:

sudo apt-get install libgdal1-dev

Robert.

On Fri, Jan 28, 2011 at 5:37 AM, jamil farooq jamil.far...@hotmail.com wrote:
 Hi,

 I am trying to build VirtualPlanetBuilder in ubuntu 10.04 by writing
 ./configure command in Terminal and getting this error can anyone
 guide my wot is wrong with configure. I have already installed OSG
 and libgdal both.





 CMake Error: The following variables are used in this project, but they are 
 set to NOTFOUND.
 Please set them or make sure they are set and tested correctly in the CMake 
 files:
 GDAL_LIBRARY
    linked by target vpb in directory 
 /media/software_/projects/flightgear/VirtualPlanetBuilder/src/vpb
    linked by target application_osgdem in directory 
 /media/software_/projects/flightgear/VirtualPlanetBuilder/applications/osgdem
    linked by target application_vpbcache in directory 
 /media/software_/projects/flightgear/VirtualPlanetBuilder/applications/vpbcache
    linked by target application_vpbsizes in directory 
 /media/software_/projects/flightgear/VirtualPlanetBuilder/applications/vpbsizes
    linked by target application_vpbmaster in directory 
 /media/software_/projects/flightgear/VirtualPlanetBuilder/applications/vpbmaster

 -- Configuring incomplete, errors occurred!



 Thank you!

 Cheers,
 fly_hi

 --
 Read this topic online here:
 http://forum.openscenegraph.org/viewtopic.php?p=36073#36073





 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [vpb] Build VPB Issue

2011-01-28 Thread jamil farooq
Hi,

I have all the following dependencies installed that i think relevant:

libgdal1-1.6.0
libgdal1-dev
libosgcal0
libosgcal-dev
libosgal1
libosgal-dev
openscenegraph 2.8.1-1.1build1
libopenscenegraph56

and i have also downloaded the libsquish

and i am downloading VPB 0.9.10, as osg version is 2.8.1.

I think there i have specify GDAL libs and header location somewhere in cmake. 
but i dont know how to.

could you plz help me out 


Thank you!

Cheers,
fly_hi

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=36136#36136





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org