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/
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
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
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.
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
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
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
>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
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)