Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beignet #56

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Beignet #56

wants to merge 3 commits into from

Conversation

vladfi1
Copy link
Collaborator

@vladfi1 vladfi1 commented Mar 26, 2017

Attempt at getting holyballs running on my machine, a Yoga 900 with a Skylake HD 520 integrated GPU running Ubuntu 16.04.

As of opening this PR, we segfault on cl::ImageGL on line 71 of HolyGameViewController.cpp. This thread suggests it's an X11 initialization thing.

@shewu
Copy link
Owner

shewu commented Mar 27, 2017

How was Werror causing your builds to fail?

@vladfi1
Copy link
Collaborator Author

vladfi1 commented Mar 28, 2017

@shewu Here's a few:

src/Menu.h:74:28: error: field 'isActive' will be initialized after base 'MenuItem' [-Werror,-Wreorder]
        : m(std::move(m)), isActive(false), MenuItem(name) {}
                           ^
src/Menu.h:90:11: error: field 'init' will be initialized after base 'MenuItem' [-Werror,-Wreorder]
        : init(init1), MenuItem(name1) {}
          ^
src/Menu.h:142:26: error: field 'action' will be initialized after base 'MenuItem' [-Werror,-Wreorder]
        : state(state1), action(act), MenuItem(name1) {}
                         ^
src/Menu.h:159:48: error: field 'action' will be initialized after base 'MenuItem' [-Werror,-Wreorder]
        : states(states), curstate(curstate1), action(act), MenuItem(name1) {}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants