Search Criteria
Package Details: mingw-w64-boost 1.86.0-1
Package Actions
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) |
Dependencies (6)
- mingw-w64-bzip2AUR
- mingw-w64-dlfcnAUR
- mingw-w64-zstdAUR
- mingw-w64-environmentAUR (llvm-mingw-w64-environmentAUR) (make)
- mingw-w64-gcc (mingw-w64-gcc132AUR, llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR) (make)
- mingw-w64-wineAUR (make)
Required by (22)
- mingw-w64-armadillo (make)
- mingw-w64-asio (make)
- mingw-w64-asio (optional)
- mingw-w64-assimp
- mingw-w64-c++utilities
- mingw-w64-cgal
- mingw-w64-medcoupling (make)
- mingw-w64-mlpack
- mingw-w64-openimageio (make)
- mingw-w64-pagmo
- mingw-w64-paraview
- mingw-w64-paraview-git
- mingw-w64-paraview-qt6
- mingw-w64-pteros
- mingw-w64-pybind11 (make)
- mingw-w64-raytracinginvulkan
- mingw-w64-reflective-rapidjson (check)
- mingw-w64-reflective-rapidjson (optional)
- mingw-w64-syncthingtray
- mingw-w64-taglib (make)
- mingw-w64-vinecopulib
- mingw-w64-vsqlite++ (make)
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)
Schala commented on 2017-04-22 08:25 (UTC)
xantares commented on 2015-05-18 10:29 (UTC)
travnick commented on 2015-05-17 18:23 (UTC)
silverhammermba commented on 2015-05-15 21:40 (UTC)
Pse commented on 2015-05-15 19:39 (UTC)
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »