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

1 2 3 4 5 6 .. 8 Next › Last »

xantares commented on 2024-09-03 05:06 (UTC) (edited on 2024-09-03 05:07 (UTC) by xantares)

should be ok now, I guess my patch only worked with the new toolchain

patlefort commented on 2024-09-02 18:40 (UTC)

Won't compile for me:

/usr/lib/gcc/i686-w64-mingw32/13.1.0/../../../../i686-w64-mingw32/bin/ld: bin.v2/libs/stacktrace/build/gcc-mingw64/release/x86_32/target-os-windows/threadapi-win32/threading-multi/visibility-hidden/from_exception.o:from_exception:(.text+0xe7): undefined reference to `__current_exception'
/usr/lib/gcc/i686-w64-mingw32/13.1.0/../../../../i686-w64-mingw32/bin/ld: bin.v2/libs/stacktrace/build/gcc-mingw64/release/x86_32/target-os-windows/threadapi-win32/threading-multi/visibility-hidden/from_exception.o:from_exception:(.text+0x204): undefined reference to `__current_exception'
collect2: error: ld returned 1 exit status

Martchus commented on 2024-07-11 18:40 (UTC)

Here's a patch to update this to the latest version: https://github.com/Martchus/PKGBUILDs/commit/9521ba98e4f5117e82add1b2f080c3f57fbcd19e

A rebuild is required after updating mingw-w64 to 12.0 anyway. I also made it use the common mingw-env. Unfortunately the env script overrides _arch so this got a little bit ugly.

Another annoying thing is that the use of intrinsics is broken on 32-bit. I just patched it it out completely via sed. (MSYS2 dealt with this by disabling the whole charconv library. We can also do that if the sed approach becomes tiresome to adapt in future versions.)

Martchus commented on 2021-06-12 18:59 (UTC)

That was very fast, thank you!

Martchus commented on 2021-06-12 18:42 (UTC)

Hi, can you apply https://patch-diff.githubusercontent.com/raw/boostorg/process/pull/181.patch ?

gerum100 commented on 2021-05-18 21:30 (UTC)

Download servers have changed: https://www.boost.org/users/news/boost_has_moved_downloads_to_jfr.html

xantares commented on 2019-11-29 18:46 (UTC)

yes, sorry I did not test fully

an env package is a good idea, I'll try soon

Martchus commented on 2019-11-29 12:56 (UTC)

This needs linkflags="-Wl,-O1,--sort-common,--as-needed -fstack-protector" \ similar to the other packages. And is everything within the package() function intentionally?

Maybe we should have a package like https://aur.archlinux.org/packages/android-environment for mingw-w64 as well. That would be better than hard coding the flags into mingw-w64-configure, mingw-w64-cmake, mingw-w64-meson, mingw-w64-qt5-base, mingw-w64-boost and possibly even more.

grandchild commented on 2019-03-07 15:44 (UTC)

@Martchus: That was it, thank you! Sorry for the noise.

Martchus commented on 2019-03-06 13:39 (UTC)

Are you already using the recently patched version of https://aur.archlinux.org/packages/mingw-w64-gcc/ ?