Trying to compile on Ubuntu 14.04 (x32), trouble with OpenGL

Hello all!

I hope you can help me. I’m excited to install this, because I owned a copy a long time ago, but my comp at the time was too slow to ever run it. :smile:

So I just installed Ubuntu 14.04 (32-bit) last week. I’m brand-new to this. It’s ok to talk to me like I don’t know anything.

When I follow the instructions in the readme file, here’s what I get:

mike@SmallDesktop:~/Downloads/avp-20150214/build$ cmake …
– Could NOT find OPENGLES (missing: OPENGLES_LIBRARIES OPENGLES_INCLUDE_DIR)
– Could NOT find OPENGLES2 (missing: OPENGLES2_LIBRARIES OPENGLES2_INCLUDE_DIR)
– Could NOT find SDL2 (missing: SDL2_LIBRARY SDL2_INCLUDE_DIR)
– Could NOT find OpenGL (missing: OPENGL_gl_LIBRARY)
– SDL 1.2 found; using that.
CMake Error at CMakeLists.txt:100 (MESSAGE):
OpenGL is required but CMake couldn’t find it.

– Configuring incomplete, errors occurred!
See also “/home/mike/Downloads/avp-20150214/build/CMakeFiles/CMakeOutput.log”.
See also “/home/mike/Downloads/avp-20150214/build/CMakeFiles/CMakeError.log”.

Here’s part of the output from> lspci:

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series]
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300 Series]

And> lsmod | grep radeon outputs:

radeon 1308240 2
ttm 85257 1 radeon
drm_kms_helper 55007 1 radeon
drm 255469 5 ttm,drm_kms_helper,radeon
i2c_algo_bit 13197 1 radeon

I don’t know what other info might be helpful.

Yesterday, I tried installing fglrx, and had a helluva time recovering from the black-screen situation that resulted.

Can anybody point me in the right direction? I assume there’s something else I need to be installing for this to work, right?

Thanks!
Mike