Boost logo

Boost Users :

Subject: Re: [Boost-users] cross-compiling didn't work with boost:filesystem
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2011-08-17 09:27:19


> I developed a code on Linux, and the only library that I used was
> boost:filesystem.
>
> But, now, I needed my code on a Mac machine (but I don't have a Mac)
> so I borrowed my friend's Mac, and installed xcode, and installed
> boost_1.47, and I didn't get a single error or warning when installing
> these packages.
>
> But, when I tried to run my code, I was getting errors with ::remove
> functions.

>From boost 1.46, filesystem version 3 is the default instead of version 2.
Could it be that you use a version < 1.46 on linux and that remove
behaves differently?

Regards,
Frédéric


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net