Menu

#228 Help me plz! Compiling error :(

Critical
closed
nobody
Compiling (51)
5
2001-10-16
2001-05-28
Anonymous
No

Hi. I tried to compile QuakeForge 0.3.0 but it did not
work. I opened the tar file and ran ./configure , that
wen along fine but when I typed make I got a wayload
of errors..

----------------

fbset.c:203: `FB_ACCEL_MATROX_MGAG400' undeclared here
(not in a function)
fbset.c:203: initializer element for `Accelerators
[26].id' is not constant
fbset.c: In function `DisplayFBInfo':
fbset.c:738: `FB_TYPE_VGA_PLANES' undeclared (first
use in this function)
fbset.c:738: (Each undeclared identifier is reported
only once
fbset.c:738: for each function it appears in.)
make[1]: *** [fbset.o] Error 1
make[1]: Leaving directory `/home/jonas/quakeforge-
0.3.0/source'
make: *** [all-recursive] Error 1

----------------

What is wrong? I can compile other programs and stuff
but QuakeForge just would not work...
Any help apriciated..

Discussion

  • Adam Olsen

    Adam Olsen - 2001-05-29

    Logged In: YES
    user_id=12364

    add --with-fbdev=no to your configure line, eg

    ./configure --with-fbdev=no

    I've also changed the CVS version of newtree to disable
    fbdev by default.

     
  • Bill Currie

    Bill Currie - 2001-10-16

    Logged In: YES
    user_id=2761

    probably fixed, but if no, use --without-fbdev when configuring

     
  • Bill Currie

    Bill Currie - 2001-10-16
    • status: open --> closed
     

Log in to post a comment.