Not signed in (Sign In)

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    •  
      CommentAuthorantonvdh
    • CommentTimeSep 7th 2009 edited
     
    cd dssi-vst-0.8/
    make


    dssi-vst.cpp:444: error: ‘DSSI_Descriptor’ was not declared in this scope
    dssi-vst.cpp:444: error: ‘descriptor’ was not declared in this scope
    make: *** [dssi-vst.so] Fout 1

    what is going wrong

    greetings
    Anton
    •  
      CommentAuthorbq
    • CommentTimeSep 10th 2009
     
    Anton,

    Do you have the DSSI SDK header (dssi.h) installed somewhere where the compiler can find it, such as in /usr/include or /usr/local/include?

    -bq