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 >

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

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

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

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 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

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

2015-07-22 Thread webmaster
: 2015-7-22 13:21:01 收件人: OpenSceneGraph Users osg-users@lists.openscenegraph.org 主题: 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

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 cto...@gmail.com 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

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

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

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 cto...@gmail.com 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

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: