Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
57
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. Makefile manifest.ttl stereopanner.cpp stereopanner.ttl
  3. kurt@kurt:~/mytestplugin$ make
  4. g++ -shared -fPIC -DPIC stereopanner.cpp `pkg-config --cflags --libs lv2-plugin` -o stereopanner.so
  5. Package lv2-plugin was not found in the pkg-config search path.
  6. Perhaps you should add the directory containing `lv2-plugin.pc'
  7. to the PKG_CONFIG_PATH environment variable
  8. No package 'lv2-plugin' found
  9. /bin/sh: g++: not found
  10. make: *** [stereopanner.so] Error 127
  11. kurt@kurt:~/mytestplugin$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement