From: <no...@so...> - 2001-05-29 18:06:19
|
Bugs item #427922, was updated on 2001-05-28 03:26 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100882&aid=427922&group_id=882 Category: Compiling Group: Critical Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Help me plz! Compiling error :( Initial Comment: 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.. ---------------------------------------------------------------------- Comment By: Adam Olsen (rhamphoryncus) Date: 2001-05-29 11:06 Message: 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. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100882&aid=427922&group_id=882 |