"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:

| On Tue, Feb 01, 2005 at 07:08:14PM +0100, Lars Gullik Bjønnes wrote:
>> 
>> boost/libs/filesystem/src:
>> exception.cpp
>> operations_posix_windows.cpp
>> path_posix_windows.cpp
>> 
>> Actually... easy solution... make sure that BOOST_POSIX is defined.
>> f.ex in our config.h.
>> 
>> put
>> 
>> #define BOOST_POSIX 1
>
| Yes, this works.

Ok.

Then we have to decide on the best way to handle this.

If we just make BOOST_POSIX be set for cygwin, then it works for you.
But for the next guy using cygwin it will break.

So are there any kindo of configure tests we can use to discover the
setting of win/posix kind of setup on cygwin?

-- 
        Lgb

Reply via email to