The only compilers supported under Windows are msvc7 or msvc8 (the complete list of compilers supported by ant can be seen here [1]). Now that Tuscany Native can be compiled using Apache Ant, the ability to compile with other compilers is now much more flexible. If you really need to compile Tuscany Native with MinGW, an adaptor has to be written. I wrote one to compile with msvc8, and its quite simple. The adaptor simply needs to interpret the ant <cc/> task compilation flags and generate the appropriate flags for the compiler of your choice.
[1] http://ant-contrib.sourceforge.net/cc.html Look for the name attribute. -------------------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adriano Crestani Sent: Monday, October 22, 2007 8:38 PM To: [email protected] Cc: [EMAIL PROTECTED] Subject: Re: Tuscany SDO C++ under Windows with MinGW? Hi Eike, I'm not used to MinGW, but there is a new way to build the SDO C++ using Apache Ant. You may be able to configure it to compile with the compiler you want to ; ) Adriano Crestani On 10/8/07, Eike Thaden <[EMAIL PROTECTED]> wrote: > > Hi, > > is there a way to use Tuscany SDO C++ under Windows with MinGW? We are > using MinGW frequently in our projects (and Visual Studio not at all) > and cannot link the SDO dll compiled with the VS compiler because of > the different ABI. > > Best regards, > Eike Thaden > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
