Re: C++ build opinions/help

2006-01-19 Thread Jeremy Boynes
I was chatting with one of the Maven guys at ApacheCon and was told that although it is early days they have done some C++ projects. Although it might be atypical for a C++ project, it may make the integration with the Java project easier (e.g. when we want to host C++ components in Java or Java on

C++ build opinions/help

2006-01-19 Thread Pete Robbins
The current cpp SDO and SCA were developed using MS Visual Studio on Windows and eclipse + CDT on Linux. For a command line build on linux we simply created a shell script that used the makefiles generated by the CDT managed make. I would like to create a more robust and portable build environment