Allegro.cc - Online Community

Allegro.cc Forums » Allegro Development » Problem with Xxf86vm

This thread is locked; no one can reply to it. rss feed Print
Problem with Xxf86vm
ich1990
Member #11,589
January 2010

Hello everyone,

I tried to install allegro on my pc. But when I try to generate it with ccmake (as shown in the readme) it says the following:

"WARNING: missing Xxf86vm (XF86VidMode) library. Fullscreen support will be disabled."

So I installed it with

"apt-get install libXxf86vm-dev"

That worked, but when I try again to generate the makefile it says just the same thing as before.

Does someone know what to do against this?

Thomas Fjellstrom
Member #476
June 2000
avatar

ich1990 said:

That worked, but when I try again to generate the makefile it says just the same thing as before.

Delete the CMakeCache.txt file, or if you've built in a separate directory (as is recomended), delete everything in the build dir, then re run cmake.

--
Thomas Fjellstrom - [website] - [email] - [Allegro Wiki] - [Allegro TODO]
"If you can't think of a better solution, don't try to make a better solution." -- weapon_S
"The less evidence we have for what we believe is certain, the more violently we defend beliefs against those who don't agree" -- https://twitter.com/neiltyson/status/592870205409353730

ich1990
Member #11,589
January 2010

Ok works perfectly.

thx

Go to: