gazed / vu

Virtual Universe 3D Engine
BSD 2-Clause "Simplified" License
216 stars 26 forks source link

Doesn't compile on Ubuntu (linux). #2

Open Splizard opened 9 years ago

Splizard commented 9 years ago

Currently the project does not compile on Ubuntu, while browsing through the code I found this:

// FUTURE
// Currently the most popular linux distro (ubuntu) is replacing the xserver
// display server with Mir. An example Mir shell can be found at:
//     http://unity.ubuntu.com/mir/demo_shell_8cpp-example.html
// Work on the linux portion will be delayed until there is an
// ubuntu version that fully supports Mir.

// The ubuntu (linux) native layer implementation.
// This wraps the linux windows API's (where the real work is done).

// // The following block is C code and cgo directvies.

You can use Qt5 to create an openGL context and this is supported under Mir. Ubuntu on the phone fully supports Mir and I have been able to get openGL contexts working under QT5 with QML and Go.

cnaize commented 8 years ago

Same issue and it doesn't compile on Centos 7 too.

elisaado commented 5 years ago

Same on Arch