Hi Lv, The --patch option takes the VPB source file that was used to generate the database, not the database that was generated. When you run vpbmaster it'll take all your options and then place them in a source description file (named build_master.source) that is then passed on to each of the slaves. You can explictly output a source file by using the --so mysource.source command line option on vpbmaster. You can then using this source file as into to a vpbmaster run in place of your original options. You should be able to use your build_master.source as well, but personally I perfer to generate a source file prior to doing my actual vpbmaster build runs as this way you can recreate the same build easily.
Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

