Mark broken: fails to build
On 8 and 9: src/collision_world.cpp: In member function 'bool COLLISION_WORLD::CastRay(const MATHVECTOR<float, 3u>&, const MATHVECTOR<float, 3u>&, float, const btCollisionObject*, COLLISION_CONTACT&) const': src/collision_world.cpp:204: error: invalid conversion from 'const btCollisionObject*' to 'btCollisionObject*' scons: *** [build/collision_world.o] Error 1 scons: building terminated because of errors. *** [do-build] Error code 2 On 10 and head: scons: Reading SConscript files ... Checking for C++ header file asio.hpp... no You do not have the asio.hpp headers installed. Exiting. *** Error code 1 Reported by: pkg-fallout With hat: portmgr
This commit is contained in:
parent
0e83088887
commit
1117e12d37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351144
@ -12,6 +12,8 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Open source driving simulation
|
||||
|
||||
BROKEN= Fails to build
|
||||
|
||||
BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \
|
||||
${LOCALBASE}/lib/libBulletCollision.a:${PORTSDIR}/devel/bullet \
|
||||
${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio
|
||||
|
Loading…
Reference in New Issue
Block a user