Hi Jussi, I just played a bit with the cmake stuff. Unfortuantely, I failed to complete a build - a single process make fails with:
.../cmake/OOO310_m11/sal/inc/rtl/allocator.hxx:185: error: namespace alias ‘_STL’ not allowed here, assuming ‘stlp_std’ Im not sure, if there is anything wrong with my environment (Ubuntu 64-Bit - but I dont think the 64-Bit arch to be an issue in this case). Hints welcome. To get a feeling how the dependency tree looks like, I did a make -n which unfortunately fails with: make[2]: *** No rule to make target `sal/util/libsal.so', needed by`salhelper/source/libsalhelper.so'. Stop. make[1]: *** [salhelper/source/CMakeFiles/salhelper.dir/all] Error 2 make: *** [all] Error 2 So it seems there are not complete dependencies generated by cmake (as in: one make process holds the complete dependency tree with all targets). Also, I noticed that the makefiles generated by cmake are recursive. This is not so much an issue on *nix-systems, where file-io and processes are cheap, but it certainly would be on Windows. So I would be really interested in the cmake-output for Windows. Best Regards, Bjoern Michaelsen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
