16 Apr
2014
16 Apr
'14
1:48 p.m.
On Wed, Apr 16, 2014 at 3:26 AM, gary jiang
I am compiling 64 bit application, and got lots of errors about boost serializer, but I don't have any issue when compile 32 bit application. Is there some attention when transform from 32 bit boost to 64 bit boost?
Yes: build Boost in 64 bits as well. Try 'b2 address-model=64 ...' Those are linker errors.