project-navigation
Personal tools

Author Topic: Can't compile UFO AI  (Read 2465 times)

Offline rahs

  • Cannon Fodder
  • **
  • Posts: 4
    • View Profile
Can't compile UFO AI
« on: May 04, 2010, 03:24:38 pm »
Š•rying to compile ends with error

Code: [Select]
/usr/bin/ld: cannot find -lGL
Debian 5.0.4,  2.6.26-2

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Can't compile UFO AI
« Reply #1 on: May 04, 2010, 06:31:33 pm »
install opengl driver dev packages.

Offline rahs

  • Cannon Fodder
  • **
  • Posts: 4
    • View Profile
Re: Can't compile UFO AI
« Reply #2 on: May 05, 2010, 08:03:43 am »
Package nvidia-glx-dev already installed

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Can't compile UFO AI
« Reply #3 on: May 05, 2010, 08:30:27 am »
install one of the libgl-dev packages (or is the nvidia such a package?)

Offline rahs

  • Cannon Fodder
  • **
  • Posts: 4
    • View Profile
Re: Can't compile UFO AI
« Reply #4 on: May 05, 2010, 08:56:40 am »
aptitude show libgl-dev
No current or candidate version found for libgl-dev
Package: libgl-dev
State: not a real package
Provided by: libgl1-mesa-dev, libgl1-mesa-swx11-dev, nvidia-glx-dev, nvidia-glx-legacy-96xx-dev

Offline rahs

  • Cannon Fodder
  • **
  • Posts: 4
    • View Profile
Re: Can't compile UFO AI
« Reply #5 on: May 06, 2010, 08:34:13 am »
Solved
Code: [Select]
ln -s /usr/lib/libGL.so.185.18.14 /usr/lib/libGL.so
Thanks