Re: [Cegcc-devel] Imported cegcc into git

2010-12-17 Thread Paul Sokolovsky
Hello Max, On Sat, 18 Dec 2010 01:39:01 +0100 Max Kellermann wrote: > On 2010/12/18 01:26, Paul Sokolovsky wrote: > > Or, it would be possible to produce list of all commits on branch, > > manually filter out merge commits from it, and then pass to some > > "mass cherry-pick" tool. Of course,

Re: [Cegcc-devel] Imported cegcc into git

2010-12-17 Thread Max Kellermann
On 2010/12/18 01:26, Paul Sokolovsky wrote: > Or, it would be possible to produce list of all commits on branch, > manually filter out merge commits from it, and then pass to some > "mass cherry-pick" tool. Of course, there will be conflicts, so that > tool must behave like rebase - stop on cnfli

Re: [Cegcc-devel] Imported cegcc into git

2010-12-17 Thread Paul Sokolovsky
Hello, On Fri, 17 Dec 2010 08:58:49 +0100 Max Kellermann wrote: > Hi, > > good to see some activity over here again. I'm a developer on the > XCSoar project, which ultimately needs mingw32ce to compile for > Windows CE targets, so this project is vital for us. Unfortunately, I > didn't have a

Re: [Cegcc-devel] Some cegcc issues, was: Re: Producing a cegcc binutils/gcc patchset, after all

2010-12-17 Thread Paul Sokolovsky
Hello, On Fri, 17 Dec 2010 15:46:55 +0200 Paul Sokolovsky wrote: [] > So, this should be handled differently. Quick idea is to use implib > aliasing, like > > SetPropW=SetProp Well, either I mix up things, or in my times (ca. 10 years ago) that indeed worked with dlltool for creating implibs

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-17 Thread Sébastien Lorquet
Hi I noticed that our next exchanges did not make it to the list because of the bad handling of lists reply-to by gmail (Harald Welte explained to me that it's a desirable feature, but I always forget to reply-to-all :-) ) Let's fix it. ===

Re: [Cegcc-devel] Some cegcc issues, was: Re: Producing a cegcc binutils/gcc patchset, after all

2010-12-17 Thread Paul Sokolovsky
Hello, Well, here's situation in utero: PocketPC2003 SDK defines Shell_NotifyIcon. Yet there's MessageBoxW. Apparently, for WinCE they decided to add W only for functions which directly get LPTSTR, not indirectly via structures. But on WinXP, shell32.dll has all 3 of Shell_NotifyIcon, Shell_Noti

Re: [Cegcc-devel] Some cegcc issues, was: Re: Producing a cegcc binutils/gcc patchset, after all

2010-12-17 Thread Paul Sokolovsky
Hello, On Thu, 16 Dec 2010 23:48:20 +0200 Paul Sokolovsky wrote: [] > http://www.mail-archive.com/cegcc-devel@lists.sourceforge.net/msg03053.html , > > And back to the issue at that link, I worked it around with the > following patch: > > -BOOL WINAPI Shell_NotifyIconW(DWORD,PNOTIFYICONDATAW);

[Cegcc-devel] src/VERSIONS is not up to date

2010-12-17 Thread Paul Sokolovsky
Hello, It was previously suggested to look up upstream versions in src/VERSIONS file in the repo. But it may be not up to date: - w32api from cvs, 6 February 2009 cvs -d :pserver:anon...@cygwin.com:/cvs/src/winsup/w32api ... $ svn log w32api/ChangeLog --

[Cegcc-devel] Imported cegcc into git

2010-12-17 Thread Max Kellermann
Hi, good to see some activity over here again. I'm a developer on the XCSoar project, which ultimately needs mingw32ce to compile for Windows CE targets, so this project is vital for us. Unfortunately, I didn't have any chance to free some time to work on mingw32ce/cegcc so far. I have imported