Back to the Vavoom Forum Archives


Forum

Problem installing Vavoom

Wed, 06 Apr 2005 19:13:57

tukkek

Hi! This probably ins't a problem with Vavoom itself, but with my PC, but if there's someone who knows how to fix it here, please help me. I'm not being able to install Vavooom here (Linux)- when I' try running `Make` without the OpenGL, I receive this error message: "/usr/bin/ld: cannot find -lagl" And when I try to `make` using OpenGL, I received a lot of error messages with the 'source/gl_agl.cpp' file. I think that is happening because I'm not being able to install the AllegroGL library (I receive the message "OpenGL does not export symbol glXGetProcAddress(ARB)" - despite the fact that I supposely have OpenGL installed and working here). Can anybody help me solve any of these problems? Thx in advance!
Thu, 07 Apr 2005 07:05:07

Janis Legzdinsh

Oops! This can be fixed by editing the Makefile, in line 90 remove -lagl and -lGLU.
Thu, 07 Apr 2005 21:01:13

tukkek

Now i'm getting "353: *** faltando o separador. Pare." in english should go something like "353: *** Missing separator. Stop." I got this one too in line 536, but it was solved writing the line this way: " gcc -x assembler-with-cpp -E -P -DGAS2TASM $< -o -|source/gas2tasm.exe > $@ " Help?
Fri, 08 Apr 2005 07:06:19

Janis Legzdinsh

Didn't you by chance edit the Makefile with text editor that replaces tabs with spaces?
Sat, 09 Apr 2005 17:38:07

tukkek

Oops! My mistake! Gonna change the default text editor here right now! Thx!
Sat, 09 Apr 2005 20:53:01

tukkek

I know this is getting repetitve, but now I got this message: /usr/bin/ld: cannot find -lXxf86dga Can anybody help me one more time? (Sorry!)
Mon, 11 Apr 2005 06:51:15

Janis Legzdinsh

Remove it too, the same line where you removed -lagl.

Back to the Vavoom Forum Archives