Re: [osg-users] VPB configure error

2008-01-20 Thread Michael W. Hall
Gordon,

Thanks, for the help.  Got that installed and was able to build VPB.  I
have ran into another question.  I downloaded the file:

world.topo.bathy.200411.3x86400x43200.bin.gz

I unziped it and got the file world.topo.bathy.200411.3x86400x43200.bin
When I try to execute this I get the following:

bash: ./world.topo.bathy.200411.3x86400x43200.bin: File too large

Can anyone tell me what this file is?  I thought it would be the file I
would provide to osgdem in my VPB that I built? I was hoping this would
build the paged database for BMNG.



On Sat, 2008-01-19 at 17:58 -0500, Gordon Tomlinson wrote:
 GDal is a third party plugin which is used by VPB but is not part of OSG, 
 you will need to down load GDAL and build it for your system
 
 
 http://www.gdal.org/index.html
 
 see http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies
 for other 3rd party dependcies you might need
 
 
 __
 Gordon Tomlinson 
 
 Email   : [EMAIL PROTECTED]
 YIM/AIM : gordon3dBrit
 MSN IM  : [EMAIL PROTECTED]
 Website : www.vis-sim.com www.gordontomlinson.com 
 
 __
 Self defence is not a function of learning tricks 
 but is a function of how quickly and intensely one 
 can arouse one's instinct for survival 
 -Master Tambo Tetsura 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Michael W.
 Hall
 Sent: Saturday, January 19, 2008 5:36 PM
 To: OSG-USERS
 Subject: [osg-users] VPB configure error
 
 I am getting the following error running configure for
 VirtualPlanetBuilder:
 
 -- Check for working C compiler: /usr/bin/gcc
 -- Check for working C compiler: /usr/bin/gcc -- works
 -- Check size of void*
 -- Check size of void* - done
 -- Check for working CXX compiler: /usr/bin/c++
 -- Check for working CXX compiler: /usr/bin/c++ -- works
 -- Looking for pthread.h
 -- Looking for pthread.h - found
 -- Looking for pthread_create in pthreads
 -- Looking for pthread_create in pthreads - not found
 -- Looking for pthread_create in pthread
 -- Looking for pthread_create in pthread - found
 -- Looking for XOpenDisplay
 in /usr/lib64/libX11.so;/usr/lib64/libXext.so
 -- Looking for XOpenDisplay
 in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
 -- Looking for gethostbyname
 -- Looking for gethostbyname - found
 -- Looking for connect
 -- Looking for connect - found
 -- Looking for remove
 -- Looking for remove - found
 -- Looking for shmat
 -- Looking for shmat - found
 -- Looking for IceConnectionNumber in ICE
 -- Looking for IceConnectionNumber in ICE - found CMake Error: This project
 requires some variables to be set, and cmake can not find them.
 Please set the following variables:
 GDAL_INCLUDE_DIR
 GDAL_LIBRARY
 
 -- Configuring done
 
 Is GDAL not in osg?  I have built osg and I am having trouble with VPB.
 I did some searching on google and ran across a file that I put in my VPB
 directory called FindGDAL.cmake.  This did not make any difference.
 Any suggestions?
 
 Thanks.
 
 ___
 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
 

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


[osg-users] VPB configure error

2008-01-19 Thread Michael W. Hall
I am getting the following error running configure for
VirtualPlanetBuilder:

-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Looking for XOpenDisplay
in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay
in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
GDAL_INCLUDE_DIR
GDAL_LIBRARY

-- Configuring done

Is GDAL not in osg?  I have built osg and I am having trouble with VPB.
I did some searching on google and ran across a file that I put in my
VPB directory called FindGDAL.cmake.  This did not make any difference.
Any suggestions?

Thanks.

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


Re: [osg-users] VPB configure error

2008-01-19 Thread Gordon Tomlinson
GDal is a third party plugin which is used by VPB but is not part of OSG, 
you will need to down load GDAL and build it for your system


http://www.gdal.org/index.html

see http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies
for other 3rd party dependcies you might need


__
Gordon Tomlinson 

Email   : [EMAIL PROTECTED]
YIM/AIM : gordon3dBrit
MSN IM  : [EMAIL PROTECTED]
Website : www.vis-sim.com www.gordontomlinson.com 

__
Self defence is not a function of learning tricks 
but is a function of how quickly and intensely one 
can arouse one's instinct for survival 
-Master Tambo Tetsura 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael W.
Hall
Sent: Saturday, January 19, 2008 5:36 PM
To: OSG-USERS
Subject: [osg-users] VPB configure error

I am getting the following error running configure for
VirtualPlanetBuilder:

-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Looking for XOpenDisplay
in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay
in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found CMake Error: This project
requires some variables to be set, and cmake can not find them.
Please set the following variables:
GDAL_INCLUDE_DIR
GDAL_LIBRARY

-- Configuring done

Is GDAL not in osg?  I have built osg and I am having trouble with VPB.
I did some searching on google and ran across a file that I put in my VPB
directory called FindGDAL.cmake.  This did not make any difference.
Any suggestions?

Thanks.

___
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