Long ago, I've decided to get rid of Windows and do my definitive transition to the Linux world.
I'm using Ubuntu Ultimate Edition 2.7. (Based IICR on Ubuntu Lucid Lynx 10.04)
I've downloaded the source code from the alientrap repository, but I have some dramas:
checking that the build tools exist
Checking for /bin/sh (bash (or another shell))... found.
Checking for echo (coreutils)... found.
Checking for echo -n (coreutils)... found.
Checking for cat (coreutils)... found.
Checking for mkdir -p (coreutils)... found.
Checking for cp (coreutils)... found.
Checking for cp -r (coreutils)... found.
Checking for rm -f (coreutils)... found.
Checking for rm -f -r (coreutils)... found.
Checking for mv (coreutils)... found.
Checking for echo test | tee /dev/stderr (coreutils)... found.
Checking for sed (sed)... found.
Checking for find (findutils)... found.
Checking for diff (diff)... found.
Checking for cc (gcc)... found.
Checking for g++ (g++)... found.
Checking for ranlib (binutils)... found.
Checking for ar (binutils)... found.
Checking for pkg-config (pkg-config)... found.
Checking for unzip (unzip)... found.
Checking for git (git-core)... found.
Checking for svn (subversion)... found.
Checking for wget (wget)... found.
Checking for ldd (libc6)... found.
All required tools have been found!
checking that the dependencies exist
Checking for glib/gutils.h (libglib2.0-dev)... found.
Checking for libxml/xpath.h (libxml2-dev)... found.
Checking for png.h (libpng12-dev)... found.
Checking for GL/gl.h (mesa-common-dev (or another OpenGL library))... not found, please install it or set PKG_CONFIG_PATH right!
To see the failed commands, set DEPENDENCIES_CHECK=verbose
To proceed anyway, set DEPENDENCIES_CHECK=off
Checking for gtk/gtkdialog.h (libgtk2.0-dev)... found.
Checking for gtk/gtkglwidget.h (libgtkglext1-dev)... not found, please install it or set PKG_CONFIG_PATH right!
To see the failed commands, set DEPENDENCIES_CHECK=verbose
To proceed anyway, set DEPENDENCIES_CHECK=off
Checking for dlfcn.h (libc6-dev)... found.
Checking for zlib.h (zlib1g-dev)... found.
make: *** [dependencies-check] Error 1
I have installed both mesa-common-dev and libgtkglext1-dev, but I still have the same error. What am I doing wrong?
A: Purge any Nvidia driver and install the propietary one from the official Nvidia page.