# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #55238]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55238 >


./parrot -o runtime/parrot/library/OpenGL.pbc runtime/parrot/library/OpenGL.pir
error:imcc:No such file or directory
        in file 'runtime/parrot/library/OpenGL.pir' line 79
make: *** [runtime/parrot/library/OpenGL.pbc] Error 2

The offending line is shown below:

    76
    77  .namespace ['OpenGL']
    78
    79  .include 'library/OpenGL_funcs.pir'
    80
    81
    82  =item _opengl_init()

"OpenGL_funcs.pir'" doesn't appear to be in the repository, so when we
try to build it, it dies.

svn blame says.

 27975      japhb .include 'library/OpenGL_funcs.pir'

Regards.
-- 
Will "Coke" Coleda

Reply via email to