• MorphOS Developer
    CISC
    Posts: 619 from 2005/8/27
    From: the land with ...
    Quote:

    beworld wrote:
    i cant use vorbisfile.h

    Can anyone help me ?

    I found vorbisfile in GG:os-include but in code #include <vorbisfile.h> not found :(
    thank


    You have to add -D__MORPHOS_SHAREDLIBS to your compile-options (that should help with many of the other libs you want to add too, as they will simply use system shared libraries then). Depending on how ScummVM uses those libraries you might have to link with the special lib..._shared.a linklibs, though if there's no file i/o libauto will usually take care of everything for you.


    - CISC
  • »05.01.18 - 21:58
    Profile