[Cegcc-devel] [ cegcc-Bugs-2523873 ] build fails: texinfo missing but not missing

2009-01-23 Thread SourceForge.net
Bugs item #2523873, was opened at 2009-01-20 15:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2523873&group_id=173455 Please note that this message will contain a full copy

[Cegcc-devel] [ cegcc-Bugs-2531117 ] FAQ contains broken link to WM6 emulator images

2009-01-23 Thread SourceForge.net
Bugs item #2531117, was opened at 2009-01-23 13:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2531117&group_id=173455 Please note that this message will contain a full copy

[Cegcc-devel] [ cegcc-Bugs-2137124 ] build-cegcc.sh doesnt build libstdc++.dll

2009-01-23 Thread SourceForge.net
Bugs item #2137124, was opened at 2008-09-30 00:20 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2137124&group_id=173455 Please note that this message will contain a full copy of the comment th

[Cegcc-devel] [PATCH] dshow inclusion

2009-01-23 Thread Ryan Raasch
Hello, This is a preliminary patch for dshow. I only have a test program i am using to verify the compile and linking with. The Windows API stuff is extensive. I removed the dependencies for ddraw (which only has a def file in the source), and for the AM* stuff ( i think controlling camera fr

Re: [Cegcc-devel] Compiling for WinCE/SH4

2009-01-23 Thread Pedro Alves
On Friday 23 January 2009 10:37:32, Hywel B. Richards wrote: > And a final question: what do you think the likelihood of final success is? > Is this something that can definitely be made to work, or is it > something where there will be some final unsurmountable "gotchas" which > mean that it cou

Re: [Cegcc-devel] Compiling for WinCE/SH4

2009-01-23 Thread Vincent R.
> Many thanks for your reply, Vincent. Unfortunately I have no experience > in building gcc cross-compilers (including cegcc), so I need to ask > another question. > > Is it really as easy as substituting "sh4" for "arm" in the places > implied by your diff? > Or will it be a much bigger job th

[Cegcc-devel] CeGCC with boehm-gc

2009-01-23 Thread Igor Kats
Hi, all Has anyone expirience with compiling CeGCC + Boehm-GC(http://www.hpl.hp.com/personal/Hans_Boehm/gc/) + Win32-Pthreads (http://sourceware.org/pthreads-win32/) ? Thanks for your help _ http://redirect.gimas.net/?n=M0902xHM

Re: [Cegcc-devel] Compiling for WinCE/SH4

2009-01-23 Thread Hywel B. Richards
Vincent R. wrote: > On Wed, 21 Jan 2009 16:17:12 +, "Hywel B. Richards" > wrote: > >> Hi, >> >> Is anyone out there compiling for WinCE/SH4? >> >> Is it possible to coax cegcc to build for this platform, or does there >> exist another gcc-based cross-compiling toolchain somewhere? >> >> Fa

Re: [Cegcc-devel] [PATCH] Add pm.h header

2009-01-23 Thread Lars Munch
On Thu, Jan 22, 2009 at 06:44:01PM +, Pedro Alves wrote: > On Wednesday 21 January 2009 17:20:52, Lars Munch wrote: > > arm-mingw32ce-gcc -dM -E - < /dev/null |grep WINNT > > #define __WINNT 1 > > #define __WINNT__ 1 > > #define WINNT 1 > > > > so why is the _WIN32_WINNT guard not working? I a