shewu / h4ck4th0n

Holy Balls: The Game
8 stars 2 forks source link

Beignet #56

Open vladfi1 opened 7 years ago

vladfi1 commented 7 years ago

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 commented 7 years ago

How was Werror causing your builds to fail?

vladfi1 commented 7 years ago

@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) {}