Re: [osg-users] [vpb] Error building terrain with shapefile in VPB

2017-02-06 Thread Robert Osfield
Hi Vinoth,

The warning you are seeing is one emitted by GDAL, the tool that VPB
uses for handling coordinate transformations.  Have a look at their
docs, from the warning it looks like the data you have has a
coordinate frame that isn't support by GDAL.

Robert.

On 6 February 2017 at 06:24, Vinoth Rajendran
 wrote:
> Hi,
>
> I have a shapefile (buildings) for a region, downloaded from QGIS. When i try 
> to build with osgdem i get the following error :
>
> ERROR 6: No translation for Mercator_Auxiliary_SPhere to PROJ.4 format is 
> known
>
> The command i used to build is:
> osgdemd -d cochin.tif --building cochin_buildings.shp -o sample.osg
>
> Point me where i am getting it wrong...Any Help is appreciated
>
> Thank you!
>
> Cheers,
> Vinoth[/b]
>
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=70111#70111
>
>
>
>
>
> ___
> 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] Error building terrain with shapefile in VPB

2017-02-05 Thread Vinoth Rajendran
Hi,

I have a shapefile (buildings) for a region, downloaded from QGIS. When i try 
to build with osgdem i get the following error :

ERROR 6: No translation for Mercator_Auxiliary_SPhere to PROJ.4 format is known

The command i used to build is:
osgdemd -d cochin.tif --building cochin_buildings.shp -o sample.osg

Point me where i am getting it wrong...Any Help is appreciated

Thank you!

Cheers,
Vinoth[/b]

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





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


[osg-users] [vpb] error using VPB on DTED level 2...

2015-08-19 Thread Shayne Tueller
Hi,

I'm attempting to use VPB to build a paged geocentric database from level 2 
DTED source data. I'm only using 3 tiles of level 2 DTED so it's not a lot of 
data.

I get the following error...

Warning: Task tasks/build_subtile_L2_X1_Y5.task has failed, blacklisting 
machine and resubmitting task.

I looked at the log file for this task, it gives the following info...

E:\simData\osgDatabase\dtedlevel2\logs>more build_subtile_L2_X1_Y5.log
0.113: Adding terrainTile
0.113: getTaskName(2,1,5) no nest, 3 0
0.113: DataSet::_run() 3 0
0.126: started DataSet::createDestination(30)
0.127: Time for after_reproject 0.000145
0.127: local_extents = xMin() 38.00 40.000100
0.127: yMin() 30.00 34.000100
0.127: AR=2.999600 C1=1 R1=3
0.127: createNewDestinationGraph
0.135: Time for destinationGraph->computeMaximumSourceResolution() = 0.
00
0.135: Time for createDestinationGraph 0.007809
0.135: Time for after_computeNeighbours 0.13
0.135: completed DataSet::createDestination(30)
0.135: Error: no destination graph built, cannot proceed with build.
0.135: Time to write out DatabaseRevision::FileList - FilesAdded dtedlev
el2_subtile_L2_X1_Y5/dtedlevel2_L2_X1_Y5.ive.task.0.added, 0
0.135: Time to write out DatabaseRevision::FileList - FilesRemoved dtedl
evel2_subtile_L2_X1_Y5/dtedlevel2_L2_X1_Y5.ive.task.0.removed, 0
0.135: Time to write out DatabaseRevision::FileList - FilesModified dted
level2_subtile_L2_X1_Y5/dtedlevel2_L2_X1_Y5.ive.task.0.modified, 0
0.135: Elapsed time = 0.134646

I read another thread that was posted a while back on a similar error where 
there was a fix checked in but I don't know if that is related to this.

It seems to only do this when I build with level 2 DTED. Level 1 DTED seems 
fine.

Any ideas on what is causing this or where I can look further to debug the 
problem?

I'm using VPB version 0.9.13 and OSG version 3.2.1 on Windows 7...

Thanks,
-Shayne

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





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


Re: [osg-users] [vpb] error while loading shared libraries: libvpb.so.12

2014-05-26 Thread Robert Grah
I somehow solved it. I think something was wrong with the systemvars.

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





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


[osg-users] [vpb] error while loading shared libraries: libvpb.so.12

2014-05-26 Thread Robert Grah
Hey guys,

I am trying to run VPB for the first time and ran into some issues.
I am using Ubuntu 13.10 64bit.

OpenSceneGraph stable is running but the VPB from trunc is missing the 
libvpb.so.12 file. cmake vpb and after that sudo make and sudo make install ran 
verry well but executing thise line gave me the missing lib error:


Code:
vpbmaster -d data/gcanyon_height.png -t data/gcanyon_color_4k2k.png -o 
output/out.osgb



my .bashrc looks like following:


Code:
#osg path
export PATH=${PATH}:/home/minzky/osg/OpenSceneGraph-3.2.1-rc2/bin
export 
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/home/minzky/osg/OpenSceneGraph-3.2.1-rc2/lib
export 
OSG_FILE_PATH=/home/minzky/osg/OpenSceneGraph-Data-3.0.0:/home/minzky/osg/OpenSceneGraph-Data-3.0.0/Images
export OSG_ROOT=/home/minzky/osg/OpenSceneGraph-3.2.1-rc2
export OSG_DIR=/home/minzky/osg/OpenSceneGraph-3.2.1-rc2
export OSG_INCLUDE_PATH=/home/minzky/osg/OpenSceneGraph-3.2.1-rc2/include

#osg vpb path
export PATH=${PATH}:/usr/local/lib64
export PATH=${PATH}:/usr/local/bin



Any ideas what i am missing?
Thank you!

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





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


Re: [osg-users] [vpb] error building VPB

2012-12-26 Thread Айдар
Hi, All!


I don't build VPB with VS2008.

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





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


Re: [osg-users] [vpb] error building VPB

2012-12-12 Thread Robert Osfield
Hi Айдар,

There is nothing other people can do to help without information about
which versions of the OSG/VPB you are using, and what the errors you are
getting.

Robert.

On 15 November 2012 14:22, Айдар Сайфулл  wrote:

> Hi, All!
>
> Sorry my bad English.
>
> I don't build VPB with VS2008.
>
> Please, help me build virtualplanetbuilder
>
>
> Thank you!
>
> Cheers,
> Айдар
>
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=51108#51108
>
>
>
>
>
> ___
> 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] error building VPB

2012-12-05 Thread Айдар Сайфулл
Hi, All!

Sorry my bad English.

I don't build VPB with VS2008.

Please, help me build virtualplanetbuilder 


Thank you!

Cheers,
Айдар

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





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


Re: [osg-users] [vpb] error in building vpb

2012-09-17 Thread Robert Osfield
Hi Gowtam,

I would recommend using the svn/trunk version of VPB and OSG as these
are known to be compiling together OK - I've just compiled it myself
to double check.  I have gdal1-.7.3 installed so not as recent as your
version of gdal.  The svn/trunk of the OSG and VPB are most likely to
be able recent changes to the gdal API so this makes it doubly more
important to use the latest VPB/OSG.

Robert.

On 25 August 2012 16:03, Gowtam Maligireddy  wrote:
> Hi,
>
> I am new to OSG. I am trying to build vpb-0.9.12 with OSG-2.9.9 and gdal-1.9. 
> I am getting following errors:
> please help me out.
>
>
>  Creating library E:\VPBbuild\VirtualPlanetBuilder_build\lib\Release\vpb.lib 
> and object E:\VPBbuild\VirtualPlanetBuilder_build\lib\Release\vpb.exp
> 1>TaskManager.obj : error LNK2001: unresolved external symbol "public: 
> virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>ThreadPool.obj : error LNK2001: unresolved external symbol "public: virtual 
> void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>SpatialProperties.obj : error LNK2001: unresolved external symbol "public: 
> virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>System.obj : error LNK2001: unresolved external symbol "public: virtual 
> void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>TextureUtils.obj : error LNK2001: unresolved external symbol "public: 
> virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>Task.obj : error LNK2001: unresolved external symbol "public: virtual void 
> __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>ObjectPlacer.obj : error LNK2001: unresolved external symbol "public: 
> virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>ShapeFilePlacer.obj : error LNK2001: unresolved external symbol "public: 
> virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>Source.obj : error LNK2001: unresolved external symbol "public: virtual 
> void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>SourceData.obj : error LNK2001: unresolved external symbol "public: virtual 
> void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>FileUtils.obj : error LNK2001: unresolved external symbol "public: virtual 
> void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>GeospatialDataset.obj : error LNK2001: unresolved external symbol "public: 
> virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>HeightFieldMapper.obj : error LNK2001: unresolved external symbol "public: 
> virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>MachinePool.obj : error LNK2001: unresolved external symbol "public: 
> virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>Destination.obj : error LNK2001: unresolved external symbol "public: 
> virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>ExtrudeVisitor.obj : error LNK2001: unresolved external symbol "public: 
> virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>FileCache.obj : error LNK2001: unresolved external symbol "public: virtual 
> void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>FileDetails.obj : error LNK2001: unresolved external symbol "public: 
> virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>Commandline.obj : error LNK2001: unresolved external symbol "public: 
> virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>DatabaseBuilder.obj : error LNK2001: unresolved external symbol "public: 
> virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>DatabaseBuilderIO.obj : error LNK2001: unresolved external symbol "public: 
> virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>DataSet.obj : error LNK2001: unresolved external symbol "public: virtual 
> void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
> (?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
> 1>BuildLog.obj : error LNK

[osg-users] [vpb] error in building vpb

2012-09-17 Thread Gowtam Maligireddy
Hi,

I am new to OSG. I am trying to build vpb-0.9.12 with OSG-2.9.9 and gdal-1.9. I 
am getting following errors:
please help me out.


 Creating library E:\VPBbuild\VirtualPlanetBuilder_build\lib\Release\vpb.lib 
and object E:\VPBbuild\VirtualPlanetBuilder_build\lib\Release\vpb.exp
1>TaskManager.obj : error LNK2001: unresolved external symbol "public: virtual 
void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>ThreadPool.obj : error LNK2001: unresolved external symbol "public: virtual 
void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>SpatialProperties.obj : error LNK2001: unresolved external symbol "public: 
virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>System.obj : error LNK2001: unresolved external symbol "public: virtual void 
__thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>TextureUtils.obj : error LNK2001: unresolved external symbol "public: virtual 
void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>Task.obj : error LNK2001: unresolved external symbol "public: virtual void 
__thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>ObjectPlacer.obj : error LNK2001: unresolved external symbol "public: virtual 
void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>ShapeFilePlacer.obj : error LNK2001: unresolved external symbol "public: 
virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>Source.obj : error LNK2001: unresolved external symbol "public: virtual void 
__thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>SourceData.obj : error LNK2001: unresolved external symbol "public: virtual 
void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>FileUtils.obj : error LNK2001: unresolved external symbol "public: virtual 
void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>GeospatialDataset.obj : error LNK2001: unresolved external symbol "public: 
virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>HeightFieldMapper.obj : error LNK2001: unresolved external symbol "public: 
virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>MachinePool.obj : error LNK2001: unresolved external symbol "public: virtual 
void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>Destination.obj : error LNK2001: unresolved external symbol "public: virtual 
void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>ExtrudeVisitor.obj : error LNK2001: unresolved external symbol "public: 
virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>FileCache.obj : error LNK2001: unresolved external symbol "public: virtual 
void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>FileDetails.obj : error LNK2001: unresolved external symbol "public: virtual 
void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>Commandline.obj : error LNK2001: unresolved external symbol "public: virtual 
void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>DatabaseBuilder.obj : error LNK2001: unresolved external symbol "public: 
virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>DatabaseBuilderIO.obj : error LNK2001: unresolved external symbol "public: 
virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>DataSet.obj : error LNK2001: unresolved external symbol "public: virtual void 
__thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>BuildLog.obj : error LNK2001: unresolved external symbol "public: virtual 
void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>BuildOperation.obj : error LNK2001: unresolved external symbol "public: 
virtual void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z)
1>BuildOptions.obj : error LNK2019: unresolved external symbol "public: virtual 
void __thiscall osg::Object::setThreadSafeRefUnref(bool)" 
(?setThreadSafeRefUnref@Object@osg@@UAEX_N@Z) referenced in function "public: 
void __thiscall vpb::BuildOptions::setNotifyL

Re: [osg-users] [vpb] Error during compiling VirtualPlanetBuilder

2009-11-24 Thread Hartwig Wiesmann
Hi,

how did you solve the problem of the compiler errors? I also still get them!


Thank you!

Cheers,
Hartwig

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





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


Re: [osg-users] VPB error

2008-09-19 Thread Michael W. Hall
I have it working now.  I added the lib64 to my path and it is working.
I can't believe that was not in the path already.

Michael

On Fri, 2008-09-05 at 20:59 +0100, Robert Osfield wrote:
> On Fri, Sep 5, 2008 at 8:26 PM, Michael W. Hall <[EMAIL PROTECTED]> wrote:
> > I looked at the front page and nothing is mentioned about OSG 2.6.
> 
> And yet you still wanted to make the assumption that implictly
> SVN/trunk meant OSG 2.6...  the VPB wiki front page tells you
> everything that is to know.
> 
> > I
> > have tried VPB 0.9.7 and make fails with several errors.  The SVN
> > version compiles, but gives the the error when I try to run it.  Can you
> > tell me which version of VPB I need?
> 
> There is no VPB dev release that maps to OSG-2.6.
> 
> VPB is in development, and isn't far away from its 1.0.  To pick up on
> the latest VPB you'll need VPB svn/trunk and OSG svn/trunk as some of
> the recent additions to VPB required mods to osgTerrain in OSG, since
> 2.6.
> 
> Once VPB is ready for its next dev release I'll match a VPB dev
> release with a corresponding OSG dev release.  I'm not ready for this
> yet.
> 
> Robert.
> ___
> 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 error

2008-09-06 Thread Michael W. Hall
Got OSG/trunk and VPB/trunk both compiled and both installed.  However,
I still get the error when I try to run osgdem.  

osgdem:  error while loading shared libraries:  libvpb.so.8: cannot open
shared object file:  No such file or directory

I looked in /usr/local/lib64 and here is what I have:

lrwxrwxrwx 1 root root  11 2008-09-06 15:57 libvpb.so -> libvpb.so.8
-rwxr-xr-x 1 root root 3577150 2008-09-06 15:57 libvpb.so.0.9.9
lrwxrwxrwx 1 root root  15 2008-09-06 15:57 libvpb.so.8 ->
libvpb.so.0.9.9

Not sure why I am getting the error, when it appears that the install
did creat the symlink.

Any ideas?

Michael

On Fri, 2008-09-05 at 20:59 +0100, Robert Osfield wrote:
> On Fri, Sep 5, 2008 at 8:26 PM, Michael W. Hall <[EMAIL PROTECTED]> wrote:
> > I looked at the front page and nothing is mentioned about OSG 2.6.
> 
> And yet you still wanted to make the assumption that implictly
> SVN/trunk meant OSG 2.6...  the VPB wiki front page tells you
> everything that is to know.
> 
> > I
> > have tried VPB 0.9.7 and make fails with several errors.  The SVN
> > version compiles, but gives the the error when I try to run it.  Can you
> > tell me which version of VPB I need?
> 
> There is no VPB dev release that maps to OSG-2.6.
> 
> VPB is in development, and isn't far away from its 1.0.  To pick up on
> the latest VPB you'll need VPB svn/trunk and OSG svn/trunk as some of
> the recent additions to VPB required mods to osgTerrain in OSG, since
> 2.6.
> 
> Once VPB is ready for its next dev release I'll match a VPB dev
> release with a corresponding OSG dev release.  I'm not ready for this
> yet.
> 
> Robert.
> ___
> 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 error

2008-09-05 Thread Robert Osfield
On Fri, Sep 5, 2008 at 8:26 PM, Michael W. Hall <[EMAIL PROTECTED]> wrote:
> I looked at the front page and nothing is mentioned about OSG 2.6.

And yet you still wanted to make the assumption that implictly
SVN/trunk meant OSG 2.6...  the VPB wiki front page tells you
everything that is to know.

> I
> have tried VPB 0.9.7 and make fails with several errors.  The SVN
> version compiles, but gives the the error when I try to run it.  Can you
> tell me which version of VPB I need?

There is no VPB dev release that maps to OSG-2.6.

VPB is in development, and isn't far away from its 1.0.  To pick up on
the latest VPB you'll need VPB svn/trunk and OSG svn/trunk as some of
the recent additions to VPB required mods to osgTerrain in OSG, since
2.6.

Once VPB is ready for its next dev release I'll match a VPB dev
release with a corresponding OSG dev release.  I'm not ready for this
yet.

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


Re: [osg-users] VPB error

2008-09-05 Thread Michael W. Hall
Robert,

I looked at the front page and nothing is mentioned about OSG 2.6.  I
have tried VPB 0.9.7 and make fails with several errors.  The SVN
version compiles, but gives the the error when I try to run it.  Can you
tell me which version of VPB I need?

Michael

On Thu, 2008-09-04 at 10:27 +0100, Robert Osfield wrote:
> HI Michael,
> 
> There are notes on the virtualplanetbuidler.osgforge.osg front page
> that describes with versions of the VPB work with which versions of
> OSG.   As always the VPB svn trunk works against the OSG svn trunk,
> not OSG 2.6.
> 
> Robert.
> 
> On Thu, Sep 4, 2008 at 4:00 AM, Michael W. Hall <[EMAIL PROTECTED]> wrote:
> > Has there been a new release of VPB?  I built it, but when I try to run
> > it I get the following:
> >
> > osgdem:  error while loading shared libraries:  libvpb.so.8: cannot open
> > shared object file:  No such file or directory
> >
> > Looks as thought something did not install.  Just wondering if someone
> > may have some idea.  I got the version of VPB from SVN and it appears to
> > build with the OSG that I have, 2.6 RC1.
> >
> > Thanks,
> > Michael
> >
> >
> > ___
> > 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


Re: [osg-users] VPB error

2008-09-04 Thread Robert Osfield
HI Michael,

There are notes on the virtualplanetbuidler.osgforge.osg front page
that describes with versions of the VPB work with which versions of
OSG.   As always the VPB svn trunk works against the OSG svn trunk,
not OSG 2.6.

Robert.

On Thu, Sep 4, 2008 at 4:00 AM, Michael W. Hall <[EMAIL PROTECTED]> wrote:
> Has there been a new release of VPB?  I built it, but when I try to run
> it I get the following:
>
> osgdem:  error while loading shared libraries:  libvpb.so.8: cannot open
> shared object file:  No such file or directory
>
> Looks as thought something did not install.  Just wondering if someone
> may have some idea.  I got the version of VPB from SVN and it appears to
> build with the OSG that I have, 2.6 RC1.
>
> Thanks,
> Michael
>
>
> ___
> 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 error

2008-09-03 Thread FlySky
 
 
 
You should copy the dll and lib to the path of osgdem.exe,or set the 
environment path.I think is the problem.
 


在2008-09-04,"Michael W. Hall" <[EMAIL PROTECTED]> 写道:
>Has there been a new release of VPB?  I built it, but when I try to run
>it I get the following:
>
>osgdem:  error while loading shared libraries:  libvpb.so.8: cannot open
>shared object file:  No such file or directory
>
>Looks as thought something did not install.  Just wondering if someone
>may have some idea.  I got the version of VPB from SVN and it appears to
>build with the OSG that I have, 2.6 RC1.  
>
>Thanks,
>Michael
>
>
>___
>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 error

2008-09-03 Thread Michael W. Hall
Has there been a new release of VPB?  I built it, but when I try to run
it I get the following:

osgdem:  error while loading shared libraries:  libvpb.so.8: cannot open
shared object file:  No such file or directory

Looks as thought something did not install.  Just wondering if someone
may have some idea.  I got the version of VPB from SVN and it appears to
build with the OSG that I have, 2.6 RC1.  

Thanks,
Michael


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


Re: [osg-users] VPB ERROR 4: ".dem" not recognised as a supported file format

2008-04-11 Thread Luis Camacho

Hi, finally I think that i´ve found the problem.I tested the .dem with 
GlobalMapper and it looked ok.But when I tested osgdem with other .dem file 
that i´ve downloaded ofother web, osgdem run without problems.
So if someone needs download .dem file some day, DON´T DOWNLOAD of the web:
 http://www.dgadv.com/srtm30/  ==> bad format for osgdem
 
I haven´t got problems with the .dem files of this web:
 http://edc.usgs.gov/products/elevation/gtopo30/gtopo30.html
 
Thanks for all 
_
MSN Noticias
http://noticias.msn.es/comunidad.aspx___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] VPB ERROR 4: ".dem" not recognised as a supported file format

2008-04-11 Thread Robert Osfield
Hi Luis,

The error you see is a GDAL error so this the place to go looking for a
cause.  Try:

  gdalinfo e020n40.dem

Then see what it reveals.

Robert.

On Thu, Apr 10, 2008 at 1:06 AM, Luis Alberto Camacho Girones <
[EMAIL PROTECTED]> wrote:

>  Hi, I am trying to use the SVN version (April 09, 2008) of Virtual Planet
> Builder on Windows XP. I use the svn version of OSG too.
>
> I used the following
>
> osgdem -l 3 -d e020n40.dem -o e020n40.ive
>
> And the result is:
>
> -d e020n40.dem
> -o e020n40.ive
> Adding terrainTile
> DataSet::_run<> 0 0
> ERROR 4: "e020n40.dem" not recognised  as a supported file format
>
> I have seen (gdalinfo --formats) that USGSDEM is a format supported by
> GDAL.
> The file "e020n40.dem" isn´t corrupt (i´ve tested it several times). I
> have tested with other file but in HGT format, and
> everything is ok.
> I tried to use the 0.9.1 version of VPB and i had the same problem.
> The examples that i have seen always use .tif format. Maybe, i have to
> translate (using gdal_translate) the .dem format to a .tif format?...
> Anybody got ideas for more tests I can run to pin down the problem?
> Thanks in advance!
>
> --
> Sigue de cerca las últimas tendencias y lo que más rompe MSN 
> Vídeo
>
> ___
> 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 ERROR 4: ".dem" not recognised as a supported file format

2008-04-10 Thread Luis Camacho

Hi Jason,
 
Thanks for your idea, but I´m sure that i´m using the same version of GDAL, I 
have only a version of GDAL in my computer.
I´m using the version of GDAL that it´s included in FWTools2.1.0. I´ve used 
this GDAL for linked VPB and OSG.
I tested with the version 1.5. of GDAL a few days ago, but the result was the 
same...ERROR 4 ...
I tested with the version 2.2.0 of OSG and the version 0.9.1 of VPB too, and i 
had the same problem again.
I use Microsoft Visual Studio 2005 for building VPB and OSG, and OSG runs 
without problems.
Maybe I´m doing something wrong with CMake or VS2005... I don´t know what can i 
test.
 
Thanks.
 
  
 


Date: Thu, 10 Apr 2008 10:36:29 -0400From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: Re: [osg-users] VPB ERROR 4: ".dem" not recognised as a supported 
file formatHi Luis,Are you sure that the version of GDAL you're calling 
gdalinfo with is the same as the version linked with VPB and OSG?Jason
On Wed, Apr 9, 2008 at 8:06 PM, Luis Alberto Camacho Girones <[EMAIL 
PROTECTED]> wrote:

Hi, I am trying to use the SVN version (April 09, 2008) of Virtual Planet 
Builder on Windows XP. I use the svn version of OSG too. I used the following 
osgdem -l 3 -d e020n40.dem -o e020n40.ive And the result is: -d e020n40.dem-o 
e020n40.iveAdding terrainTileDataSet::_run<> 0 0ERROR 4: "e020n40.dem" not 
recognised  as a supported file format I have seen (gdalinfo --formats) that 
USGSDEM is a format supported by GDAL. The file "e020n40.dem" isn´t corrupt 
(i´ve tested it several times). I have tested with other file but in HGT 
format, andeverything is ok.I tried to use the 0.9.1 version of VPB and i had 
the same problem.The examples that i have seen always use .tif format. Maybe, i 
have to translate (using gdal_translate) the .dem format to a .tif 
format?...Anybody got ideas for more tests I can run to pin down the problem? 
Thanks in advance!


Sigue de cerca las últimas tendencias y lo que más rompe MSN 
Vídeo___osg-users mailing [EMAIL 
PROTECTED]://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
_
MSN Noticias
http://noticias.msn.es/comunidad.aspx___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] VPB ERROR 4: ".dem" not recognised as a supported file format

2008-04-10 Thread Jason Beverage
Hi Luis,

Are you sure that the version of GDAL you're calling gdalinfo with is the
same as the version linked with VPB and OSG?

Jason

On Wed, Apr 9, 2008 at 8:06 PM, Luis Alberto Camacho Girones <
[EMAIL PROTECTED]> wrote:

>  Hi, I am trying to use the SVN version (April 09, 2008) of Virtual Planet
> Builder on Windows XP. I use the svn version of OSG too.
>
> I used the following
>
> osgdem -l 3 -d e020n40.dem -o e020n40.ive
>
> And the result is:
>
> -d e020n40.dem
> -o e020n40.ive
> Adding terrainTile
> DataSet::_run<> 0 0
> ERROR 4: "e020n40.dem" not recognised  as a supported file format
>
> I have seen (gdalinfo --formats) that USGSDEM is a format supported by
> GDAL.
> The file "e020n40.dem" isn´t corrupt (i´ve tested it several times). I
> have tested with other file but in HGT format, and
> everything is ok.
> I tried to use the 0.9.1 version of VPB and i had the same problem.
> The examples that i have seen always use .tif format. Maybe, i have to
> translate (using gdal_translate) the .dem format to a .tif format?...
> Anybody got ideas for more tests I can run to pin down the problem?
> Thanks in advance!
>
> --
> Sigue de cerca las últimas tendencias y lo que más rompe MSN 
> Vídeo
>
> ___
> 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 ERROR 4: ".dem" not recognised as a supported file format

2008-04-09 Thread Luis Alberto Camacho Girones

Hi, I am trying to use the SVN version (April 09, 2008) of Virtual Planet 
Builder on Windows XP. I use the svn version of OSG too.
 
I used the following
 
osgdem -l 3 -d e020n40.dem -o e020n40.ive
 
And the result is:
 
-d e020n40.dem
-o e020n40.ive
Adding terrainTile
DataSet::_run<> 0 0
ERROR 4: "e020n40.dem" not recognised  as a supported file format
 
I have seen (gdalinfo --formats) that USGSDEM is a format supported by GDAL. 
The file "e020n40.dem" isn´t corrupt (i´ve tested it several times). I have 
tested with other file but in HGT format, and
everything is ok.
I tried to use the 0.9.1 version of VPB and i had the same problem.
The examples that i have seen always use .tif format. Maybe, i have to 
translate (using gdal_translate) the .dem format to a .tif format?...
Anybody got ideas for more tests I can run to pin down the problem? 
Thanks in advance!
_
Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar 
siempre a la última
Guapos y guapas, clips musicales y estrenos de cine. ___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org