MOS SDK - cybergraphics.h not installed properly?
  • Paladin of the Pegasos
    Paladin of the Pegasos
    TheMagicM
    Posts: 1217 from 2003/6/17
    I installed the SDK and went to compile a graphics
    example in
    MOS_SDK:documentation/examples/graphics/window.c

    it says cannot find gg:inline/cybergraphics.h: no such
    file or directory.

    I know where the file is but :

    1: There is no GG:inline directory
    2: Isnt this supposed to be taken care of by the
    install script???


    :/

    -Alex
  • »10.08.03 - 16:08
    Profile Visit Website
  • Moderator
    Kronos
    Posts: 2239 from 2003/2/24
    I haven't yet come to reinstalling the SDK to 1.4 (was about time for a fresh restart),
    but this sounds more like an error in the example.

    You should never give an absolute path when loading a system-include, but allways
    something relative to the "include-path".

    Which in the case of Mos-gcc is spread over more than one real dir and includes
    os-include/ppc-inline.

    So remove the trailing "gg:" and try again (maybe add to "ppc-" to "inline").
  • »10.08.03 - 16:55
    Profile