ryanmelt / qtbindings

An easy to install gem version of the Ruby bindings to Qt
http://github.com/ryanmelt/qtbindings
Other
340 stars 63 forks source link

added std=c++03 compiler fallback due to smoke errors on ubuntu16.04/gcc5 #145

Closed hemker closed 7 years ago

hemker commented 8 years ago

I added a check for gcc version 5 to change the g++ compiler std back to c++03. This is because on machines with e.g. ubuntu 16.04 using gcc5 smoke produces some errors with virtual inherited destructors. For further compabilities, this package should therefore be self-configuring with c++03 std.

ghost commented 7 years ago

Thanks for submitting this... really helped some guys out today. :)