I have downloaded and compiled Audacity 2.0.6 as of today.
I have successfully compiled Audacity and it runs fine.
I also followed the directions for compiling mod-script-pipe, it compiles fine and copies the mod-script-pipe.so file to the modules directory.
Both Audacity and mod-script-pipe.so were built today within minutes of one another.
But when I launch Audacity it doesn't seem to pick up the scripting module. This is what I get when I try running the test script
Code: Select all
~/audacity-read-only/scripts$ ./pipe-test.pl
Could not open /tmp/audacity_script_pipe.to.1000 at ./pipe-test.pl line 46.
Code: Select all
[email protected]:~/audacity-read-only/modules$ ls -al
total 36
drwxr-xr-x 2 browser browser 4096 May 19 09:01 .
drwxr-xr-x 20 browser browser 4096 May 19 19:50 ..
-rwxr-xr-x 1 browser browser 25101 May 19 20:01 mod-script-pipe.so
What's a good way to debug this?
Thanks!
--DT