![]() |
|
Ubuntu 6.12 + Allegro problem.. |
Donald_W
Member #7,982
November 2006
|
Hello, When I compile Allegro programs I get no error due compilation, also I've done error checking... But if I try to run it, Allegro don't work, keyboard functions, nor graphics functions... It's correctly installed (I've read how to install it on the forum). Thanks in advance for help, |
Evert
Member #794
November 2000
![]() |
Doesn't work is a bit too vague. What error message do you get? |
Onewing
Member #6,152
August 2005
![]() |
Are you trying to build a game? Perhaps the code is bugged... ------------ |
Kauhiz
Member #4,798
July 2004
|
Can you get anything to run? The allegro examples? A simple "hello world" test? --- |
Goalie Ca
Member #2,579
July 2002
![]() |
Maybe the problem is there is no ubuntu 6.12 to begin with. Do you mean "Dapper" or "Edgy". ------------- |
Donald_W
Member #7,982
November 2006
|
Yep, It's 6.10, but it's so called 6.12 (PL version), and I create simple Allegro program which uses: allegro_init(); It's built without any problems by gcc/g++, but when I try to run it nothing appears, and on supervisor I get fullscreen console which crashes my computer. I'm quite experienced in using Allegro but I was working on DOS/Windows, and few days ago I've switched to Ubuntu.. @EDIT: |
|