Re: [osg-users] [vpb] VPB fails because build_master.source is empty

2010-02-10 Thread Torben Dannhauer
Hi, I dived into the code and discovered, that the problem is cause by vpbmaster.cpp: Code: if (!taskManager-hasTasks()) { std::string sourceFileName = taskManager-getBuildName() + std::string(_master.source); tasksOutputFileName =

Re: [osg-users] [vpb] VPB fails because build_master.source is empty

2010-02-10 Thread Torben Dannhauer
Hi Robert! thank you, I'm spending my whole day in that issue, but my knowledge about the plugin arcitecture is still very small. :( Is any documentation about that architecture available? this way many people could dive deeper into OSG solving bugs would be easier. Thank you! Cheers,

Re: [osg-users] [vpb] VPB fails because build_master.source is empty

2010-02-10 Thread Robert Osfield
Hi Torben, On Wed, Feb 10, 2010 at 2:32 PM, Torben Dannhauer z...@saguaro-fight-club.de wrote: thank you, I'm spending my whole day in that issue, but my knowledge about the plugin arcitecture is still very small. :( Is any documentation about that architecture available? For the old style

Re: [osg-users] [vpb] VPB fails because build_master.source is empty

2010-02-10 Thread Torben Dannhauer
Hi Robert, thanks for your Introduction. My post shouldn't be a criticism, only a hint.. But your are right , surely you know that problem. In the next one or two month I plan to publish my osg project, yesterday I registered the domain: osgvisual.org. I hope to continue my heavy

Re: [osg-users] [vpb] VPB fails because build_master.source is empty

2010-02-10 Thread Robert Osfield
Hi Torben, I have tracked down the bug to a problem in the automatic loading of wrappers in the src/osgDB/DotOsgWrapper.cpp code. I've now improved the library loading code so it checks correctly for the new standard wrapper plugin names. An svn update of the OSG will get this fix, VPB won't

[osg-users] [vpb] VPB fails because build_master.source is empty

2010-02-09 Thread Torben Dannhauer
Hi, Today I checked out the newest trunk of OSG and VPB in my linux machine. Both compiled without problem. OSG seem to work ( tested with osgviewer) but vpbmaster doen't work. I can start my compile project, and he checks all sourcefiles and starts to generate the taskfiles, but he aborts