Package Details: mingw-w64-boost 1.86.0-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-boost.git (read-only, click to copy)
Package Base: mingw-w64-boost
Description: Free peer-reviewed portable C++ source libraries (mingw-w64)
Upstream URL: http://www.boost.org/
Licenses: custom
Submitter: ekpyron
Maintainer: xantares
Last Packager: xantares
Votes: 19
Popularity: 0.000000
First Submitted: 2012-03-22 18:46 (UTC)
Last Updated: 2024-09-02 20:58 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

grandchild commented on 2019-03-06 13:28 (UTC) (edited on 2019-03-06 13:30 (UTC) by grandchild)

I can't build the current version, tried on 3 different machines.

Always get the same error: https://pastebin.com/raw/h15uB9PF

I also disabled 32bit, same error on 64bit, for what it's worth.

xantares commented on 2018-12-26 10:37 (UTC)

I used "MAKEFLAGS -l0" as a workaround.

Hagar commented on 2018-12-25 23:21 (UTC)

The boost build does not honour MAKEFLAGS properly. It misinterprets -l4 as a time limit to compile, when in fact it is a message to the make command to limit the number of processes to use.

eg. -j10 -l4 - means - use a max of 10 processes with a max system load of 4. Boost interprets this to mean use a max of 4 seconds for each compile.

Can you please use - export MAKEFLAGS=-j$(nproc) to make sure that the -l flag is removed.

I only build in a clean makechrootpkg

ezacaria commented on 2018-01-05 15:06 (UTC)

Thanks for the package!

I compiled this today because the mingw GCC does not have support for the filesystem library (or the experimental version) yet.

@xantares: the process resulted in these libraries (and the associated .a): libboost_serialization-mt.dll, libboost_wserialization-mt.dll. Hopefully the 1.66 version solves the problem you noticed earlier.

xantares commented on 2017-10-11 20:07 (UTC) (edited on 2017-10-11 20:07 (UTC) by xantares)

as for the 1.65 release I cannot build the boost.serialization dll to build, this is a know upstream problem, so for now I'm stuck

Schala commented on 2017-04-22 08:25 (UTC)

makedepends needs wget

xantares commented on 2015-05-18 10:29 (UTC)

@Pse, thanks added it, I guess the error appears from the mingw-gcc 5.1 update

travnick commented on 2015-05-17 18:23 (UTC)

Can not build 1.58: common.copy [...]/mingw-w64-boost/pkg/mingw-w64-boost/usr/i686-w64-mingw32/lib/libboost_wave-mt.a ...failed updating 6 targets... ...skipped 13 targets... ...updated 12666 targets...

silverhammermba commented on 2015-05-15 21:40 (UTC)

Where do you define that? I tried adding -D compiler flags but the build still fails for me.

Pse commented on 2015-05-15 19:39 (UTC)

I had to add the following definitions for Boost to compile on my 64-bit system: BOOST_NO_CXX11_CHAR16_T BOOST_NO_CXX11_CHAR32_T