Flight Gear forrásból

Kezdőlap Fórumok Játékok Flight Gear forrásból

3 bejegyzés megtekintése - 1-3 / 3
  • Szerző
    Bejegyzés
  • #2079578
    masterminds
    Felhasználó
      Code:
      est-epsilon.c:13:19: error: GL/glut.h: Nincs ilyen fájl vagy könyvtár

      Nyomozd ki, melyik csomagban található ez a headerfile, és telepítsd. (pl: libmesaglut3-devel)

      #2079579
      uzsolt
      Felhasználó

        freeglut (nálam legalábbis):

        $ file /usr/include/GL/glut.h
        /usr/include/GL/glut.h: symbolic link to `/usr/progs/libs/freeglut/2.4.0/include/GL/glut.h’

        #1884934
        csaba
        Felhasználó

          Sziasztok!

          A Flight Geart kezdtem el telepíteni forrásból. (Játék, és progtamozás, de szerintem ide illik jobban a két témakör közül.)
          A ./configure gond nélkül lefutott miután telepítettem a program függőségeit, de a make már ez dobta vissza, s mivel eddig csak RPM-ből  és statikus binárisból dolgoztam, már megfogott ez is:

          Code:
          [root@localhost FlightGear-0.9.10]# make
          Making all in tests
          make[1]: Entering directory `/home/szakatt/Letöltés/FlightGear-0.9.10/tests’
          if gcc -DHAVE_CONFIG_H -I. -I. -I../src/Include  -I/usr/local/include  -g -O2 -D_REENTRANT -MT est-epsilon.o -MD -MP -MF „.deps/est-epsilon.Tpo” -c -o est-epsilon.o est-epsilon.c;
                  then mv -f „.deps/est-epsilon.Tpo” „.deps/est-epsilon.Po”; else rm -f „.deps/est-epsilon.Tpo”; exit 1; fi
          est-epsilon.c:13:19: error: GL/glut.h: Nincs ilyen fájl vagy könyvtár
          est-epsilon.c: In function ‘main’:
          est-epsilon.c:17: error: ‘GLfloat’ undeclared (first use in this function)
          est-epsilon.c:17: error: (Each undeclared identifier is reported only once
          est-epsilon.c:17: error: for each function it appears in.)
          est-epsilon.c:17: error: expected ‘;’ before ‘a’
          est-epsilon.c:19: error: ‘a’ undeclared (first use in this function)
          est-epsilon.c:24: error: ‘t’ undeclared (first use in this function)
          make[1]: *** [est-epsilon.o] Error 1
          make[1]: Leaving directory `/home/szakatt/Letöltés/FlightGear-0.9.10/tests’
          make: *** [all-recursive] Error 1
        3 bejegyzés megtekintése - 1-3 / 3
        • Be kell jelentkezni a hozzászóláshoz.