WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Audacity  (Read 3459 times)

Offline core-user

  • Full Member
  • ***
  • Posts: 191
  • Linux since 1999
Audacity
« on: August 31, 2018, 01:45:08 AM »
(Not sure if this is the right place to post this.)

I would like to have Audacity on my installations, but the one linked to for installation in version 9 of TC, has been built against an incorrect library, or something, & won't work.

Could the maintainer take a look into this, thanks.

(I see version 10 of TC is nearing completion, maybe update it to work with the up coming version - with backward compatibility?)
AMD, ARM, & Intel.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Audacity
« Reply #1 on: August 31, 2018, 03:49:30 AM »
I guess this is the error you're referring to for the tc-9.x x86 extension:
Code: [Select]
$ audacity
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8).
Aborted

I suggest that you pm the maintainer to request an update.

Offline JustinCB

  • Newbie
  • *
  • Posts: 28
Re: Audacity
« Reply #2 on: February 17, 2020, 09:06:08 AM »
I guess this is the error you're referring to for the tc-9.x x86 extension:
Code: [Select]
$ audacity
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8).
Aborted

I suggest that you pm the maintainer to request an update.
I haven't used tinycore for a while, but I'll try to rebuild audacity now.

Offline JustinCB

  • Newbie
  • *
  • Posts: 28
Re: Audacity
« Reply #3 on: February 17, 2020, 09:40:58 AM »
I guess this is the error you're referring to for the tc-9.x x86 extension:
Code: [Select]
$ audacity
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8).
Aborted

I suggest that you pm the maintainer to request an update.
I haven't used tinycore for a while, but I'll try to rebuild audacity now.


OK, so ffmpeg4-dev depends on sbc.tcz. sbc-dev.tcz exists, maintained by Juanito, but sbc.tcz doesn't. I will try to build audacity with its internal ffmpeg.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Audacity
« Reply #4 on: February 17, 2020, 09:56:15 AM »
sbc must have fallen through the cracks - it's there now, so you can build against the ffmpeg4 extension

Offline JustinCB

  • Newbie
  • *
  • Posts: 28
Re: Audacity
« Reply #5 on: February 19, 2020, 10:20:14 AM »
OK, it appears that libasound-dev.tcz is also missing. Audacity builds against alsa/libasound, & it appears that the header that audacity needs is in the libasound-dev.tcz because I've already loaded alsa-dev.tcz

Offline JustinCB

  • Newbie
  • *
  • Posts: 28
Re: Audacity
« Reply #6 on: February 19, 2020, 10:23:21 AM »
OK, it appears that libasound-dev.tcz is also missing. Audacity builds against alsa/libasound, & it appears that the header that audacity needs is in the libasound-dev.tcz because I've already loaded alsa-dev.tcz
The specific header is <alsa/asoundlib.h>

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Audacity
« Reply #7 on: February 19, 2020, 10:39:29 AM »
Hi JustinCB
So did you find it?  It shows up in the  alsa-dev.tcz.list  file as:
Code: [Select]
/usr/local/include/alsa/asoundlib.hI don't see a  libasound-dev.tcz  extension anywhere.

Offline JustinCB

  • Newbie
  • *
  • Posts: 28
Re: Audacity
« Reply #8 on: February 19, 2020, 10:47:52 AM »
Hi JustinCB
So did you find it?  It shows up in the  alsa-dev.tcz.list  file as:
Code: [Select]
/usr/local/include/alsa/asoundlib.hI don't see a  libasound-dev.tcz  extension anywhere.
My mistake. I thought alsa-dev.tcz was installed, but it wasn't... Sorry.