Re: [osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013

2015-09-11 Thread Robert Osfield
Hi Tony, On 11 September 2015 at 09:56, Robert Osfield wrote: > I'm looking into this, currently it looks like a case issue on one of the > CMake variables. I should have a fix checked in soon. > I have tracked down the issue to a change of case of CMake project name from VIRTUALPLANETBUILDER

Re: [osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013

2015-09-11 Thread Robert Osfield
Hi Tony, I'm looking into this, currently it looks like a case issue on one of the CMake variables. I should have a fix checked in soon. Robert. On 11 September 2015 at 09:29, Tony Vasile wrote: > I am trying to build VirtualPlanetBuilder on Centos 6 and I am getting > the following errors:

Re: [osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013

2015-09-11 Thread Tony Vasile
I am trying to build VirtualPlanetBuilder on Centos 6 and I am getting the following errors: CMake Error at CMakeLists.txt:318 (INCLUDE): include could not find load file: VpbMacroUtils CMake Error at src/vpb/CMakeLists.txt:83 (LINK_EXTERNAL): Unknown CMake command "LINK_EXTERNAL

Re: [osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013

2015-07-22 Thread Can T. Oguz
News: Choosing gdal_i.lib instead of gdal.lib solves the problem; i guess it's about linking to static libraries. Now I'll rebuild our terrain models and see if they look ok. Now two things to declare: 1. "VIRTUALPLANETBUILDER_SOURCE_DIR" to be replaced with "CMAKE_SOURCE_DIR" (or some other

Re: [osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013

2015-07-22 Thread Can T. Oguz
Thanks Robert, How to disable checked iterators properly? And what to do about SqlAllocConnect error? Cheers, Can -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=64433#64433 ___ osg-users mailing l

Re: [osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013

2015-07-22 Thread Robert Osfield
HI Can, On 22 July 2015 at 13:28, Can T. Oguz wrote: > I've found out what the problem is: > > On CmakeLists.txt line#29, there's a typo: > > PROJECT(VitualPlanetBuilder) Ooopps a typo I introduced this morning when trying to make VPB a bit more consistent. Now fixed and checked into VPB

Re: [osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013

2015-07-22 Thread webmaster
件人: "OpenSceneGraph Users" 主题: Re: [osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013 Hi Can, I have just compiled VPB svn/trunk against OSG svn/trunk under Linux and there are no build errors. This is building with Kubuntu 15.04. I have looked at your build errors and it lo

Re: [osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013

2015-07-22 Thread Can T. Oguz
I've found out what the problem is: On CmakeLists.txt line#29, there's a typo: PROJECT(VitualPlanetBuilder) -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=64414#64414 ___ osg-users mailing list osg-

Re: [osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013

2015-07-22 Thread Can T. Oguz
Hi There, It turns out that it was an old version of VPB (!) Just checked out the truck folder and now Cmake says: msvc2010 + build fix /FORCE:MULTIPLE CMake Error at CMakeLists.txt:318 (INCLUDE): include could not find load file: VpbMacroUtils CMake Error at src/vpb/CMakeLists.txt:81

Re: [osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013

2015-07-21 Thread Sebastian Messerschmidt
Hi, Builds on VS2010 with osg-trunk and vpb-master without any problems. The build errors are really strange. Something like: error C2039: 'Serializer' : is not a member of 'osgDB' may indicate that you are pulling in some foreign headers. I'll check the RC when I've got time Cheers Sebastia

Re: [osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013

2015-07-21 Thread Robert Osfield
Hi Can, I have just compiled VPB svn/trunk against OSG svn/trunk under Linux and there are no build errors. This is building with Kubuntu 15.04. I have looked at your build errors and it looks like VPB isn't building against the latest OSG. Any chance the CMake configuration for VPB is pointing

Re: [osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013

2015-07-21 Thread Can T. Oguz
Hi Robert, Thank you for the quick response. I've attached the build log. Please note that this is from 3.4.0 RC1, RC5 is also similar, right now I have access to my other desktop so I'm sending this one to give a quick idea. Regards, Can -- Read this topic online here: http:/

Re: [osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013

2015-07-21 Thread Robert Osfield
Hi Can, Could you provide the build errors so we can work out what might be amiss. Robert. On 21 July 2015 at 16:35, Can T. Oguz wrote: > Hello There, > > I was trying to build VPB with the latest OSG on Windows with VS2013 and I > got a lot of compiler errors; there's a big chance that latest

[osg-users] [vpb] Latest VPB with OSG 3.4.0RC5 with VS2013

2015-07-21 Thread Can T. Oguz
Hello There, I was trying to build VPB with the latest OSG on Windows with VS2013 and I got a lot of compiler errors; there's a big chance that latest versions are incompatible. I wanted to check out if it's a platform/compiler issue or not. Anybody tried that using the latest RC on linux or o