[Boost-users] Boost-1.71.0 upgrade issue

2020-07-22 Thread Tej Kumar via Boost-users
Hi Team, Hope you guys are doing well. I am trying to upgrade Boost to 1.71.0 version. My code is compiling and building successfully but during test run i see below error. Error seems to be related with boost chrono, even though i have included boost_chrono lib in my makefile. *undefined symbo

Re: [Boost-users] Boost-1.71.0 upgrade issue

2020-07-22 Thread Jeff Garland via Boost-users
Would be helpful to see the exact link command. If you are statically linking (.a files) then order might matter. On Wed, Jul 22, 2020 at 7:00 AM Tej Kumar via Boost-users < boost-users@lists.boost.org> wrote: > Hi Team, > > Hope you guys are doing well. > > I am trying to upgrade Boost to 1.7

Re: [Boost-users] [boost] Clang on Windows - No Autolink?

2020-07-22 Thread Klaim - Joël Lamotte via Boost-users
On Wed, 22 Jul 2020 at 00:50, Edward Diener via Boost-users < boost-users@lists.boost.org> wrote: > On 7/21/2020 6:31 PM, Klaim - Joël Lamotte via Boost-users wrote: > > Hi, > > am I correct that autolinking is not supported by Boost when using Clang > > on Windows? > > To be clear, I'm talking ab

Re: [Boost-users] [boost] Clang on Windows - No Autolink?

2020-07-22 Thread Edward Diener via Boost-users
On 7/22/2020 1:29 PM, Klaim - Joël Lamotte via Boost-users wrote: On Wed, 22 Jul 2020 at 00:50, Edward Diener via Boost-users mailto:boost-users@lists.boost.org>> wrote: On 7/21/2020 6:31 PM, Klaim - Joël Lamotte via Boost-users wrote: > Hi, > am I correct that autolinking is n

[Boost-users] jpeg resize - file size increases

2020-07-22 Thread Lloyd via Boost-users
Hi, We tried boost gil resize example to experiment with scaling down a jpeg image file. For some images, this causes the size of the file to increase. We are using bilinear_sampler algorithm. Our aim to reduce the input image size so as to save storage/network bandwidth. Quality can be compromis