Názor k článku Fraktály v počítačové grafice III od Frn - gcc -L/usr/X11R6/lib fractals03_1.c -lglut -lGL -lGLU -lm -lX11...

  • Článek je starý, nové názory již nelze přidávat.
  • 9. 11. 2005 9:07

    Frn (neregistrovaný)
    gcc -L/usr/X11R6/lib fractals03_1.c -lglut -lGL -lGLU -lm -lX11 -lXmu

    fractals03_1.c:16:91: GL/glut.h: není souborem ani adresářem
    fractals03_1.c: In function `drawPixmap':
    fractals03_1.c:76: error: `GL_RGB' undeclared (first use in this function)
    fractals03_1.c:76: error: (Each undeclared identifier is reported only once
    fractals03_1.c:76: error: for each function it appears in.)
    fractals03_1.c:77: error: `GL_UNSIGNED_BYTE' undeclared (first use in this function)
    fractals03_1.c: In function `onInit':
    fractals03_1.c:153: error: `GL_UNPACK_ALIGNMENT' undeclared (first use in this function)
    fractals03_1.c: In function `onResize':
    fractals03_1.c:175: error: `GL_PROJECTION' undeclared (first use in this function)
    fractals03_1.c: In function `onDisplay':
    fractals03_1.c:188: error: `GL_COLOR_BUFFER_BIT' undeclared (first use in this function)
    fractals03_1.c:189: error: `GL_FRONT' undeclared (first use in this function)


    Jak se dají zkompilovat příklady, když nemám kartu s podporouopenGL (asi) :

    Section "Device"
    Identifier "Videocard0"
    Driver "r128"
    VendorName "Videocard vendor"
    BoardName "ATI Rage 128"
    EndSection

    a ještě :

    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "fbdevhw"
    Load "glx"
    Load "record"
    Load "freetype"
    Load "type1"
    Load "dri"
    EndSection


    Předem díky za tipy