[ANNOUNCEMENT] Updated: vim-7.4.135-1

2014-01-09 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** vim-7.4.135-1 *** vim-common-7.4.135-1 *** vim-minimal-7.4.135-1 *** xxd-7.4.135-1 *** gvim-7.4.135-1 Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete fe

[ANNOUNCEMENT] Updated: libusb-win32-1.2.6.0-1, libusb1.0-1.0.17-1

2014-01-09 Thread Yaakov (Cygwin/X)
The following packages have been updated for both arches: * libusb0-1.2.6.0-1 * libusb-devel-1.2.6.0-1 * libusb1.0-1.0.17-1 * libusb1.0-devel-1.0.17-1 LibUSB is a library that provides generic access to USB devices. As a library, it is meant to be used by developers, to facilitate the production

Re: about cygwin_stackdump()

2014-01-09 Thread KIMURA Masaru
> You made it harder than necessary to debug your problem. > > If you had created a very small test case which demonstrated the issue > with clear instructions for building it, then this back and forth > wouldn't be necessary. > > Actually, even that would likely not have been necessary if you had

Re: Troubles building PPL 1.0 on Cygwin64

2014-01-09 Thread Yaakov (Cygwin/X)
On 2014-01-09 11:14, Jean-Pierre Flori wrote: I'm having issues building PPL (or more exactly the C interface of PPL) on Cygwin64 (1.7.27, gcc/g++ 4.8.2). [snip] Disabling all the weak symbols magic in src/ppl.hh let ppl and its C interface compile. Note that PPL actually tests that weak symbol

Troubles building PPL 1.0 on Cygwin64

2014-01-09 Thread Jean-Pierre Flori
Dear all, I'm having issues building PPL (or more exactly the C interface of PPL) on Cygwin64 (1.7.27, gcc/g++ 4.8.2). It fails with undefined reference to ppl_unreachable() (defined in src/assert.cc/hh) when linking the C interface (cygppl_c in interfaces/C). Note that this function is present a