archlinux aur package fails [solved]

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Locked
ezze
Posts: 513
Joined: 21 Nov 2013, 13:20

archlinux aur package fails [solved]

Post by ezze »

Tail of the log...

Code: Select all

[ 58%] Building CXX object apps/openmw/CMakeFiles/openmw.dir/engine.cpp.o
In file included from /usr/include/bullet/LinearMath/btVector3.h:21:0,
                 from /usr/include/bullet/LinearMath/btMatrix3x3.h:19,
                 from /usr/include/bullet/LinearMath/btTransform.h:21,
                 from /usr/include/bullet/BulletCollision/CollisionShapes/btCollisionShape.h:19,
                 from /usr/include/bullet/BulletCollision/CollisionShapes/btConcaveShape.h:19,
                 from /usr/include/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.h:19,
                 from /usr/include/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h:19,
                 from /home/paolo/temporary/yaourt-tmp-paolo/aur-openmw/src/openmw-openmw-0.27.0/./components/nifbullet/bulletnifloader.hpp:29,
                 from /home/paolo/temporary/yaourt-tmp-paolo/aur-openmw/src/openmw-openmw-0.27.0/apps/openmw/engine.cpp:18:
/usr/include/bullet/LinearMath/btScalar.h:337:14: warning: ‘btInfinityMask’ defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable ../../openmw
/usr/bin/ld: impossibile trovare -lMyGUI.OgrePlatform
collect2: error: ld returned 1 exit status
apps/openmw/CMakeFiles/openmw.dir/build.make:5344: set di istruzioni per l'obiettivo "openmw" non riuscito
Last edited by ezze on 04 Dec 2013, 16:33, edited 1 time in total.
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: archlinux aur package fails

Post by scrawl »

This is known, see upstream bug: https://bugs.archlinux.org/task/37935?project=0
ezze
Posts: 513
Joined: 21 Nov 2013, 13:20

Re: archlinux aur package fails

Post by ezze »

Thanks!
Locked