Git Product home page Git Product logo

vr-video-player-overlay's People

Contributors

dec05eba avatar mon-ouie avatar philip-k avatar webfreak001 avatar

Watchers

 avatar

vr-video-player-overlay's Issues

Build failure, VROverlayFlags redeclared

The last commit that was able to successfully build on my system is 90e22e4. Later commits do not create ./vr-video-player and output the following from ./build.sh:

src/main.cpp:78:26: error: ‘const vr::VROverlayFlags vr::VROverlayFlags_EnableControlBar’ redeclared as different kind of entity
   78 |     const VROverlayFlags VROverlayFlags_EnableControlBar = (VROverlayFlags)(1 << 23);
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/main.cpp:41:
/usr/include/openvr/openvr.h:3933:17: note: previous declaration ‘vr::VROverlayFlags vr::VROverlayFlags_EnableControlBar’
 3933 |                 VROverlayFlags_EnableControlBar = 1 << 23,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/main.cpp:79:26: error: ‘const vr::VROverlayFlags vr::VROverlayFlags_EnableControlBarKeyboard’ redeclared as different kind of entity
   79 |     const VROverlayFlags VROverlayFlags_EnableControlBarKeyboard = (VROverlayFlags)(1 << 24);
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openvr/openvr.h:3936:17: note: previous declaration ‘vr::VROverlayFlags vr::VROverlayFlags_EnableControlBarKeyboard’
 3936 |                 VROverlayFlags_EnableControlBarKeyboard = 1 << 24,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/main.cpp:80:26: error: ‘const vr::VROverlayFlags vr::VROverlayFlags_EnableControlBarClose’ redeclared as different kind of entity
   80 |     const VROverlayFlags VROverlayFlags_EnableControlBarClose = (VROverlayFlags)(1 << 25);
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openvr/openvr.h:3942:17: note: previous declaration ‘vr::VROverlayFlags vr::VROverlayFlags_EnableControlBarClose’
 3942 |                 VROverlayFlags_EnableControlBarClose = 1 << 25,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I'm running Gentoo Linux. OpenVR is a live build from ValveSoftware/openvr . I'm not familiar with C/C++ to know what other debug information would be helpful, but could provide with guidance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.