Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. kurt@kurt:~/plugintests/Amp-example.lv2$ ls
  2.  
  3. amp.c amp-full.ttl amp.ttl Makefile manifest.ttl
  4.  
  5. kurt@kurt:~/plugintests/Amp-example.lv2$ make
  6.  
  7. cc -Wall -I../../../include -c -o amp.o amp.c
  8. amp.c:6:17: error: lv2.h: No such file or directory
  9. amp.c:13: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  10. amp.c:21: error: expected ‘)’ before ‘instance’
  11. amp.c:26: error: expected ‘)’ before ‘instance’
  12. amp.c:44: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘instantiateAmp’
  13. amp.c:55: error: expected ‘)’ before ‘instance’
  14. amp.c: In function ‘init’:
  15. amp.c:73: error: ‘ampDescriptor’ undeclared (first use in this function)
  16. amp.c:73: error: (Each undeclared identifier is reported only once
  17. amp.c:73: error: for each function it appears in.)
  18. amp.c:74: error: ‘LV2_Descriptor’ undeclared (first use in this function)
  19. amp.c:74: error: expected expression before ‘)’ token
  20. amp.c:78: error: ‘cleanupAmp’ undeclared (first use in this function)
  21. amp.c:79: error: ‘connectPortAmp’ undeclared (first use in this function)
  22. amp.c:81: error: ‘instantiateAmp’ undeclared (first use in this function)
  23. amp.c:82: error: ‘runAmp’ undeclared (first use in this function)
  24. amp.c: At top level:
  25. amp.c:87: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’
  26. make: *** [amp.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement