[Cegcc-devel] Problem compiling svn head

2009-09-07 Thread Johnny Willemsen
Hi, I have a problem compiling svn head, I don't see an error but I don't get a core dll under opt/x86mingw32ce/i386-mingw32ce/lib/ My build log: http://www.dre.vanderbilt.edu/~remedynl/cegccbuild.txt Anyone an idea? Johnny Compilation steps: cd /home/build/cegcc/ svn up cd /home/build/cegcc/

Re: [Cegcc-devel] w32api/libce/coredll.def and mingw/coredll.def out of sync?

2009-09-07 Thread Danny Backx
On Mon, 2009-09-07 at 12:12 +0100, Pedro Alves wrote: > >head w32api/libce/coredll.def mingw/coredll.def > ==> w32api/libce/coredll.def <== > ; PLEASE KEEP THE MINGW/COREDLL.DEF AND W32API/LIBCE/COREDLL.DEF > ; FILES IN SYNC. Fixed. Thanks. Danny -- Danny Backx ; danny.backx - at - scarl

Re: [Cegcc-devel] [Cegcc-svn] SF.net SVN: cegcc:[1364] trunk/cegcc/src/w32api

2009-09-07 Thread Danny Backx
On Mon, 2009-09-07 at 12:08 +0100, Pedro Alves wrote: > On Sunday 30 August 2009 07:40:31, dannyba...@users.sourceforge.net wrote: > > > +2009-08-30 Danny Backx > > + > > + * include/shlobj.h (IShellExecuteHookA) : Guard with UNDER_CE. > > + > > > > > +#ifndef UNDER_CE > > #define INTERFA

Re: [Cegcc-devel] mingw32ce (for cygwin 1.7) revision 1375 binary build

2009-09-07 Thread Danny Backx
On Mon, 2009-09-07 at 09:32 -0500, İsmail "cartman" Dönmez wrote: > As promised earlier, cygwin 1.7 build of latest SVN is available @ > http://cekirdek.pardus.org.tr/~ismail/cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2 Thanks, I've put it up on the download page. > MacOSX 10.6 build will come later.

Re: [Cegcc-devel] mingw32ce (for cygwin 1.7) revision 1375 binary build

2009-09-07 Thread cartman
Vincent R. wrote: > > On Mon, 7 Sep 2009 09:32:22 -0500 (CDT), İsmail "cartman" Dönmez > wrote: >> Hi; >> >> As promised earlier, cygwin 1.7 build of latest SVN is available @ >> > http://cekirdek.pardus.org.tr/~ismail/cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2 >> >> MacOSX 10.6 build will come

Re: [Cegcc-devel] mingw32ce (for cygwin 1.7) revision 1375 binary build

2009-09-07 Thread Vincent R.
On Mon, 7 Sep 2009 09:32:22 -0500 (CDT), İsmail "cartman" Dönmez wrote: > Hi; > > As promised earlier, cygwin 1.7 build of latest SVN is available @ > http://cekirdek.pardus.org.tr/~ismail/cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2 > > MacOSX 10.6 build will come later. > > Regards, > İsmail DÖNME

[Cegcc-devel] mingw32ce (for cygwin 1.7) revision 1375 binary build

2009-09-07 Thread cartman
Hi; As promised earlier, cygwin 1.7 build of latest SVN is available @ http://cekirdek.pardus.org.tr/~ismail/cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2 MacOSX 10.6 build will come later. Regards, İsmail DÖNMEZ -- View this message in context: http://n2.nabble.com/mingw32ce-for-cygwin-1-7-revi

[Cegcc-devel] w32api/libce/coredll.def and mingw/coredll.def out of sync?

2009-09-07 Thread Pedro Alves
>head w32api/libce/coredll.def mingw/coredll.def ==> w32api/libce/coredll.def <== ; PLEASE KEEP THE MINGW/COREDLL.DEF AND W32API/LIBCE/COREDLL.DEF ; FILES IN SYNC. ^^ LIBRARY COREDLL EXPORTS AFS_CloseAllFileHandles AFS_CreateDirectoryW

Re: [Cegcc-devel] [Cegcc-svn] SF.net SVN: cegcc:[1364] trunk/cegcc/src/w32api

2009-09-07 Thread Pedro Alves
On Sunday 30 August 2009 07:40:31, dannyba...@users.sourceforge.net wrote: > +2009-08-30 Danny Backx > + > + * include/shlobj.h (IShellExecuteHookA) : Guard with UNDER_CE. > + > > +#ifndef UNDER_CE > #define INTERFACE IShellExecuteHookA > DECLARE_INTERFACE_(IShellExecuteHookA,IUnknown)