Re: [Cegcc-devel] Compiler errors

2009-04-08 Thread Johnny Willemsen
Hi, > Updated in SVN. Thanks. Johnny -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www

Re: [Cegcc-devel] Compiler errors

2009-04-07 Thread Danny Backx
Updated in SVN. Danny On Tue, 2009-04-07 at 20:22 +0200, Marcel Smit wrote: > Vincent Torri wrote: > > > > > > On Tue, 7 Apr 2009, Danny Backx wrote: > > > >> On Tue, 2009-04-07 at 10:26 +0200, Marcel Smit wrote: > >>> I installed the mingw packages and it worked allmost out of the box

Re: [Cegcc-devel] Compiler errors

2009-04-07 Thread Marcel Smit
Vincent Torri wrote: > > > On Tue, 7 Apr 2009, Danny Backx wrote: > >> On Tue, 2009-04-07 at 10:26 +0200, Marcel Smit wrote: >>> I installed the mingw packages and it worked allmost out of the box... >> >> Great ! >> >>> When compiling ACE, I ran into a compiler error regarding _wfdopen. >>> >>

Re: [Cegcc-devel] Compiler errors

2009-04-07 Thread Vincent Torri
On Tue, 7 Apr 2009, Danny Backx wrote: > On Tue, 2009-04-07 at 10:26 +0200, Marcel Smit wrote: >> I installed the mingw packages and it worked allmost out of the box... > > Great ! > >> When compiling ACE, I ran into a compiler error regarding _wfdopen. >> >> In MSDN (http://msdn.microsoft.com/e

Re: [Cegcc-devel] Compiler errors

2009-04-07 Thread Danny Backx
On Tue, 2009-04-07 at 10:26 +0200, Marcel Smit wrote: > I installed the mingw packages and it worked allmost out of the box... Great ! > When compiling ACE, I ran into a compiler error regarding _wfdopen. > > In MSDN (http://msdn.microsoft.com/en-us/library/ms861280.aspx), the > second paramete

Re: [Cegcc-devel] Compiler errors

2009-04-07 Thread Marcel Smit
Hi Danny, thanks for the quick response. I installed the mingw packages and it worked allmost out of the box... When compiling ACE, I ran into a compiler error regarding _wfdopen. In MSDN (http://msdn.microsoft.com/en-us/library/ms861280.aspx), the second parameter of the _wfdopen function is d

Re: [Cegcc-devel] Compiler errors

2009-04-06 Thread Danny Backx
On Mon, 2009-04-06 at 16:10 +0200, Marcel Smit wrote: > When compiling the ACE-project, I run into a few compiler errors. Most > of them I was able to resolve but there are a few errors left. Most of > these errors are related to functions which couldn't be found. To name a > few : > > - _filen

[Cegcc-devel] Compiler errors

2009-04-06 Thread Marcel Smit
Hello all, I'm a newby to the CEGCC compiler. As an ACE\TAO (www.theaceorb.nl) developer, I'm trying to port ACE in order to use the CEGCC compiler in the future. ACE (Adaptive Communication Enviroment) is a large platform independent communication library wich supports a number of platforms,