Re: Including full path to shared library in the executable file

2013-05-22 Thread Larry Hall (Cygwin)
On 5/22/2013 11:24 AM, Corinna Vinschen wrote: On May 22 10:58, Christopher Faylor wrote: On Wed, May 22, 2013 at 10:47:11AM +0200, Corinna Vinschen wrote: On May 21 21:43, Balaji Venkataraman wrote: On Tue, May 21, 2013 at 9:19 PM, Balaji Venkataraman wrote: My question is whether there is

Re: luatex font path problem

2013-05-22 Thread Arthur Tu
Double checked. After I reverted zlib library to older version, lualatex worked well. On 5/21/2013 5:25 AM, Ken Brown wrote: Arthur, I'd like to send the patch upstream. Before I do that, could you confirm that it solves your problem? I hope you weren't thrown off by the copy/paste error I

Re: luatex font path problem

2013-05-22 Thread Arthur Tu
I have confirmed that bug was fixed, and reported that to the list earlier. Thanks for the patch! Arthur, I'd like to send the patch upstream. Before I do that, could you confirm that it solves your problem? I hope you weren't thrown off by the copy/paste error I made; the file to be patch

Re: Inconsistency with coreutils: _Static_assert()

2013-05-22 Thread Corinna Vinschen
On May 22 18:17, Denis Excoffier wrote: > On 2013-05-22 10:53, Corinna Vinschen wrote: > > Can you test this patch to sys/cdefs.h, please? > > > > Index: sys/cdefs.h > > === > > RCS file: /cvs/src/src/newlib/libc/include/sys/cdefs.h,v

Re: Inconsistency with coreutils: _Static_assert()

2013-05-22 Thread Denis Excoffier
On 2013-05-22 10:53, Corinna Vinschen wrote: > On May 21 21:25, Denis Excoffier wrote: >> On 2013-05-21 18:08, Corinna Vinschen wrote: >>> On May 21 17:59, Denis Excoffier wrote: I have narrowed the problem down to /usr/include/sys/cdefs.h, where (line 271) you have _Static_assert defined

Re: Including full path to shared library in the executable file

2013-05-22 Thread Corinna Vinschen
On May 22 10:58, Christopher Faylor wrote: > On Wed, May 22, 2013 at 10:47:11AM +0200, Corinna Vinschen wrote: > >On May 21 21:43, Balaji Venkataraman wrote: > >> On Tue, May 21, 2013 at 9:19 PM, Balaji Venkataraman wrote: > >> > >> > My question is whether there is a way to include the full path

Re: Including full path to shared library in the executable file

2013-05-22 Thread Christopher Faylor
On Wed, May 22, 2013 at 10:47:11AM +0200, Corinna Vinschen wrote: >On May 21 21:43, Balaji Venkataraman wrote: >> On Tue, May 21, 2013 at 9:19 PM, Balaji Venkataraman wrote: >> >> > My question is whether there is a way to include the full path to the .dll >> > while creating the .exe - much like

Re: python aborts

2013-05-22 Thread Corinna Vinschen
On May 22 11:11, Denis Excoffier wrote: > Hello, > > With the current snapshot (20130521) on Windows XP, the following > fails (with an empty stackdump): > > % /usr/bin/python pyfoo > Abort (core dumped) > % cat pyfoo > import xml.sax > xml.sax.make_parser() > % cat python2.7.exe.stackdump > Stac

python aborts

2013-05-22 Thread Denis Excoffier
Hello, With the current snapshot (20130521) on Windows XP, the following fails (with an empty stackdump): % /usr/bin/python pyfoo Abort (core dumped) % cat pyfoo import xml.sax xml.sax.make_parser() % cat python2.7.exe.stackdump Stack trace: Frame Function Args % /usr/bin/python --version

Re: Inconsistency with coreutils: _Static_assert()

2013-05-22 Thread Corinna Vinschen
On May 21 21:25, Denis Excoffier wrote: > On 2013-05-21 18:08, Corinna Vinschen wrote: > > On May 21 17:59, Denis Excoffier wrote: > >> I have narrowed the problem down to /usr/include/sys/cdefs.h, where > >> (line 271) you have _Static_assert defined: > >> #define _Static_assert(x, y) __Static_as

Re: Including full path to shared library in the executable file

2013-05-22 Thread Corinna Vinschen
On May 21 21:43, Balaji Venkataraman wrote: > On Tue, May 21, 2013 at 9:19 PM, Balaji Venkataraman wrote: > > > My question is whether there is a way to include the full path to the .dll > > while creating the .exe - much like how cmake "link_directories" or > > "target_link_libraries" allows you

Re: Patch for shutdown

2013-05-22 Thread Corinna Vinschen
On May 21 22:00, Frank Fesevur wrote: > 2013/5/21 Corinna Vinschen: > > Uhm... I would prefer if we had the cygwin-specific tools in a single > > repository, if it's not asked too much. I'm sure we could add git > > access as well, if it's not already available. > > I can continue to use CVS, no