Package Details: mingw-w64-bullet 3.25-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-bullet.git (read-only, click to copy)
Package Base: mingw-w64-bullet
Description: A 3D Collision Detection and Rigid Body Dynamics Library for games and animation (mingw-w64)
Upstream URL: http://www.bulletphysics.com/Bullet/
Keywords:
Licenses: custom:zlib
Submitter: naelstrof
Maintainer: Denzy7
Last Packager: Denzy7
Votes: 5
Popularity: 0.000000
First Submitted: 2012-08-06 04:48 (UTC)
Last Updated: 2023-04-04 12:43 (UTC)

Latest Comments

« First ‹ Previous 1 2

ant32 commented on 2013-10-25 02:26 (UTC)

The link does not work it is r2704 instead of r2703. Changing it, it builds fine the 32bit but fails while building 64bit. See Log file here http://arch.linuxx.org/logs/20131025-0211-mingw-w64-bullet.log.tar.gz. Shouldn't you wait to upgrade to 2.82 till the native package is updated? https://www.archlinux.org/packages/community/x86_64/bullet I did try building 2.81 but ended up with the same error. See log file here http://arch.linuxx.org/logs/20131025-0222-mingw-w64-bullet.log.tar.gz [ 75%] Building CXX object Extras/Serialize/BulletFileLoader/CMakeFiles/BulletFileLoader.dir/bDNA.obj /build/mingw-w64-bullet/src/bullet-2.81-rev2613/Extras/Serialize/BulletFileLoader/bDNA.cpp: In member function 'void bParse::bDNA::init(char*, int, bool)': /build/mingw-w64-bullet/src/bullet-2.81-rev2613/Extras/Serialize/BulletFileLoader/bDNA.cpp:390:13: error: cast from 'char*' to 'long int' loses precision [-fpermissive] nr= (long)cp;

naelstrof commented on 2013-10-24 14:56 (UTC)

>:( I'm not able to test it at the moment since I'm at school. It should work though.

xantares commented on 2013-10-24 07:04 (UTC)

Nope :] 2.82 is available

naelstrof commented on 2013-10-23 17:55 (UTC)

You got it.

xantares commented on 2013-10-23 14:25 (UTC)

Hello, - You can use mingw-w64-cmake wrapper package. - Please strip libraries. x.

ant32 commented on 2013-07-30 00:36 (UTC)

@xop this PKGBUILD uses gcc 4.7.4 https://gist.github.com/ant32/6109115 It would be probably be good to file a bug report at gcc.

xop commented on 2013-04-18 11:15 (UTC)

Bullet fails to compile with mingw-w64-gcc-4.8 with following error: mingw-w64-bullet/src/bullet-2.81-rev2613/src/BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp:310:2: internal compiler error: Segmentation fault

naelstrof commented on 2012-11-02 17:53 (UTC)

Thanks. I removed mingw-w64-binutils from the dependencies and updated the package.

rubenvb commented on 2012-11-01 12:45 (UTC)

This should not depend on mingw-w64-binutils. See https://wiki.archlinux.org/index.php/MinGW_PKGBUILD_Guidelines#Packaging_2