Re: [ITP] gendef-20100719-1

2010-07-20 Thread Corinna Vinschen
On Jul 20 13:08, JonY wrote: On 7/20/2010 11:49, Charles Wilson wrote: On 7/19/2010 9:43 PM, JonY wrote: OK, I've tried the inherit svn method to separate both, and here are the results: gendef: category: Devel requires: libgcc1 sdesc: Generates exports definitions by analyzing

Re: [ITP] gendef-20100719-1

2010-07-20 Thread Chris Sutcliffe
On 20 July 2010 05:44, Corinna Vinschen wrote: On 7/20/2010 11:49, Charles Wilson wrote: +1, GTG: builds fine from source +1 +1 Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d

Re: cygport cross-compiling beta1

2010-07-20 Thread Charles Wilson
On 7/19/2010 9:49 PM, Yaakov (Cygwin/X) wrote: On Sat, 2010-07-17 at 16:26 -0400, Charles Wilson wrote: The following flags are used in the official mingw compiler, but not here: --enable-shared (but that's okay, as it is default) --enable-libgomp AFAIK --enable-shared and

Re: cygport cross-compiling beta1

2010-07-20 Thread Dave Korn
On 20/07/2010 06:26, Charles Wilson wrote: On 7/19/2010 9:55 PM, JonY wrote: With NLS you will still have at least partial translations, which is better than nothing, no? How about setting up --with-localedir to somewhere version or target specific? There isn't a '--with-localedir'

Re: cygport cross-compiling beta1

2010-07-20 Thread Dave Korn
On 20/07/2010 05:53, Charles Wilson wrote: But at SOME point, SOME part of what you've built on $host is supposed to be used, eventually, by somebody, on $target, right? Where should THAT live? On the target? Then package an /etc/profile.d script that appends or prepends to MANPATH and

w32api question

2010-07-20 Thread Chris Sutcliffe
Hi Corinna, There's an active discussion on the MinGW Developer mailing list around valid sources of information for patches. In particular, some of the constants used by Windows are not documented by MSDN, as a result, some w32api users have provided patches in which they wrote a program the

Re: w32api question

2010-07-20 Thread Corinna Vinschen
Hi Chris, On Jul 20 09:39, Chris Sutcliffe wrote: Hi Corinna, There's an active discussion on the MinGW Developer mailing list around valid sources of information for patches. In particular, some of the constants used by Windows are not documented by MSDN, as a result, some w32api users

Re: cygport cross-compiling beta1

2010-07-20 Thread Charles Wilson
On 7/20/2010 9:55 AM, Dave Korn wrote: On 20/07/2010 05:53, Charles Wilson wrote: But at SOME point, SOME part of what you've built on $host is supposed to be used, eventually, by somebody, on $target, right? Where should THAT live? On the target? I meant, *in what directory* on the

Re: w32api question

2010-07-20 Thread Chris Sutcliffe
On 20 July 2010 10:32, Corinna Vinschen wrote: Can you please explain this a bit more?  What exactly are these applications doing?  I'm asking because one way to extract the constants via an application is grep in the VC++ include directory.  How are the apps in question extracting constants?

Re: [ITP] gendef-20100719-1

2010-07-20 Thread Reini Urban
+1 2010/7/20, Chris Sutcliffe ir0nh...@gmail.com: On 20 July 2010 05:44, Corinna Vinschen wrote: On 7/20/2010 11:49, Charles Wilson wrote: +1, GTG: builds fine from source +1 +1 Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Reini

Re: w32api question

2010-07-20 Thread Corinna Vinschen
On Jul 20 11:51, Chris Sutcliffe wrote: On 20 July 2010 10:32, Corinna Vinschen wrote: Can you please explain this a bit more?  What exactly are these applications doing?  I'm asking because one way to extract the constants via an application is grep in the VC++ include directory.  How are

Re: cygport cross-compiling beta1

2010-07-20 Thread Yaakov (Cygwin/X)
On Tue, 2010-07-20 at 10:51 -0400, Charles Wilson wrote: Well, I guess the replacement package for the gcc(3)-mingw stuff can just create symlinks: /usr/lib/mingw - /usr/i686-pc-mingw32/sys-root/mingw/lib /usr/include/mingw - /usr/i686-pc-mingw32/sys-root/mingw/include (or,

Re: cygport cross-compiling beta1

2010-07-20 Thread Yaakov (Cygwin/X)
On Tue, 2010-07-20 at 08:43 -0400, Charles Wilson wrote: On 7/19/2010 9:49 PM, Yaakov (Cygwin/X) wrote: AFAIK --enable-shared and --enable-libgomp are the defaults. Nope, apparently not. After making sure that pthread was installed in /usr/i686-pc-mingw32/sys-root, and rebuilding gcc: I

Re: cygport cross-compiling beta1

2010-07-20 Thread Charles Wilson
On 7/20/2010 9:37 AM, Dave Korn wrote: On 20/07/2010 06:26, Charles Wilson wrote: On 7/19/2010 9:55 PM, JonY wrote: With NLS you will still have at least partial translations, which is better than nothing, no? How about setting up --with-localedir to somewhere version or target specific?