Missing tinygl.h for quake 3 make.
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    matt3
    Posts: 690 from 2004/2/10
    I'm receiving an error when I make quake 3, error 2 can't find directory or file tinygl.h.

    Any ideas?

    Matt
  • »01.09.05 - 03:26
    Profile
  • Moderator
    Golem
    Posts: 766 from 2003/2/28
    From: Denmark
    Install the tinygl sdk (available from mdc).
  • »01.09.05 - 03:57
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    matt3
    Posts: 690 from 2004/2/10
    Ok, installed the tinygl sdk. Thanks!

    Now I'm receiving a //gg/ppc-mophosos/bi/ld: cannot open -ldl: no such file or directory.

    Any ideas...


    Matt

    [ Edited by matt3 on 2005/9/2 3:09 ]
  • »02.09.05 - 01:29
    Profile
  • MorphOS Developer
    Piru
    Posts: 587 from 2003/2/24
    From: finland, the l...
    Edit the code/morphos/Makefile, find:

    Code:
    LDFLAGS=-ldl -lm -noixemul


    Remove -ldl and make it:

    Code:
    LDFLAGS=-lm -noixemul


    libdl isn't used at all, and it was left there accidently.


    PS. As libdl is distributed with the new libnix, I'm pretty sure you're using the old one. If this is the case, I strongly suggest you upgrade your libnix. The latest libnix is available from MDC.


    [ Edited by Piru on 2005/9/3 9:54 ]
  • »02.09.05 - 15:07
    Profile