|
Post by reden on Jul 26, 2022 23:18:50 GMT
Did you implement apt build-dep audacity?
|
|
|
Post by reden on Jul 26, 2022 23:21:05 GMT
I noticed the wxwidgets folder is full of .o, precompiled, files. Why would you clean them away? maybe they are still useful. Let's see.
|
|
|
Post by sound on Jul 26, 2022 23:31:28 GMT
I noticed the wxwidgets folder is full of .o, precompiled, files. Why would you clean them away? maybe they are still useful. Let's see. I believe they contain path-specific variables
|
|
|
Post by sound on Jul 26, 2022 23:31:42 GMT
Did you implement apt build-dep audacity? I didn't, because it works okay as it is now.
|
|
|
Post by reden on Jul 26, 2022 23:37:21 GMT
It is sure annoying having to build audacity when you clone this tool.
I wish there was a better way...
|
|
|
Post by reden on Jul 26, 2022 23:37:43 GMT
By the way, I added --with-mod-script-pipe for safety.
|
|
|
Post by reden on Jul 26, 2022 23:39:03 GMT
Multiple definition of 2 symbols (function names) in libnyquist. Indeed, have to make clean.
|
|
|
Post by reden on Jul 26, 2022 23:57:31 GMT
Error Attachments:
|
|
|
Post by sound on Jul 27, 2022 1:30:24 GMT
It is sure annoying having to build audacity when you clone this tool. I wish there was a better way... You don't need to build audacity, only wxwidgets. Please see the readme
|
|
|
Post by reden on Jul 27, 2022 1:54:38 GMT
I wonder if static wxwidgets will make it able to be packaged, then just sudo make installed whereever they must go.
|
|
|
Post by reden on Jul 27, 2022 2:19:09 GMT
I still get Error, file /tmp/audacity_script_pipe_from.0 not found. And no output.
|
|
|
Post by sound on Jul 27, 2022 3:03:06 GMT
I still get Error, file /tmp/audacity_script_pipe_from.0 not found. And no output. Did you paste the last commands manually as advised in the Readme?
|
|
|
Post by sound on Jul 27, 2022 3:03:35 GMT
|
|
|
Post by sound on Jul 27, 2022 3:04:18 GMT
You also must start Audacity manually the first time and enable the Module:
P.S. This might be possible to attain through command-line by editing Audacity's config file and setting the appropriate parameter to 1 (forgot the name of it).
|
|
|
Post by sound on Jul 27, 2022 3:21:22 GMT
Add -j(corenumber) option to build with several cores. Thanks, great tip; significantly faster.
|
|