Purchase

2013-03-18 Thread Susan Burris
-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Purchase

2013-03-18 Thread Susan Burris
-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Regression with lib

2013-03-18 Thread marco atzeri
On 3/18/2013 10:14 AM, Martin Baute wrote: Hi there, While hunting for the reason of the above regression, I tried to uninstall / reinstall cmake and libboost[-devel], to rule out a damaged installation on my side. When I tried to reinstall the previous libboost-devel-1.48.0-1, I was somewh

Re: problems with COM running native win32 applications through cygwin's bash

2013-03-18 Thread Andy Koppe
On 18 March 2013 06:26, Edward Peschko wrote: >>> All, > >>> We are having difficulties running various windows utilities through >>> bash. Through a regular windows cmd, one can run commands like >>> diskshadow without issue, but with bash, we are having problems with >>> COM calls not working. We

Regression with lib

2013-03-18 Thread Martin Baute
Hi there, I would like to report a few quirks that appeared with the 1.50.0-1 update of libboost-devel. Regression with CMake = Take this CMakeLists.txt: cmake_minimum_required( VERSION 2.8.9 ) project( boost-regression ) set( Boost_USE_STATIC_LIBS ON ) set