Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. kurt@kurt:~/mytestplugin$ ls
  2.  
  3. Makefile manifest.ttl stereopanner.cpp stereopanner.ttl
  4.  
  5. kurt@kurt:~/mytestplugin$ make
  6.  
  7. g++ -shared -fPIC -DPIC stereopanner.cpp `pkg-config --cflags --libs lv2-plugin` -o stereopanner.so
  8. Package lv2-plugin was not found in the pkg-config search path.
  9. Perhaps you should add the directory containing `lv2-plugin.pc'
  10. to the PKG_CONFIG_PATH environment variable
  11. No package 'lv2-plugin' found
  12. /bin/sh: g++: not found
  13. make: *** [stereopanner.so] Error 127
  14. kurt@kurt:~/mytestplugin$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement