Fix insertion of processors at the point at which the processor menu was opened;...
[ardour.git] / gtk2_ardour / arval
index b9c0298c8fb1d1bb55be237b27170b3f6d157202..e563d7800c664b13cf4a7d6229e0966b4e7be51c 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
-. `dirname "$0"`/ardev_common.sh
+. `dirname "$0"`/../build/gtk2_ardour/ardev_common_waf.sh
+LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
 export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
-exec valgrind  --num-callers=50 --tool=memcheck $TOP/$EXECUTABLE --novst "$@"
+exec valgrind  --error-limit=no --num-callers=50 --tool=memcheck $TOP/$EXECUTABLE --novst "$@"