Hi, I've pushed an updated version of the feature/vos-removal branch
At this point vos is no more, and I build and 'smoketest' successfully in rawbuild on Linux x86_64 I'm looking for volonteer to build it and to basic test on it on other platforms. (note Linux welcome too, it won't hurt to have another flavor of Linux tested ) Howto: in your root git: git pull -r && ./bin/g pull -r git checkout -b vos origin/feature/vos-removal && ./bin/g checkout -b vos origin/feature/vos-removal cd rawbuild ./autogen.sh ..... (applicable parameter for your platform.. the usual stuff) make if you have a build failure, the usual source xxxx.Env.sh; cd <problematic_module> ; build 2>&1 | tee problematic_module.log and post the problematic_module.log if the make is successful, try cd test build deliver -link cd ../smoketestoo_install build if everything goes right you should see near the end 'OK(1)' Bonus Point: I had to do a lot of rewriting in the adabas driver to kick vos out, if someone has the ability to muscle up that driver that would be great.... Cleanup: When you are done. to get rid of the vos branch do, from the root repo git checkout master && ./bin/g checkout master git branch -D vos && ./bin/g branch -D vos Thanks. Norbert _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice