Remix.run Logo
t43562 2 days ago

I'm having difficulty building it on Artix (an arch derivative).

    [ 63%] Linking CXX executable ../RelWithDebInfo/tenacity
    /usr/bin/ld: /tmp/lto-llvm-3894d5.o:   (.data.rel.ro._ZTI21ListNavigationEnabledI8wxWindowE[_ZTI21ListNavigationEnabledI8wxWindowE]+0x10): undefined reference   to `typeinfo for wxNavigationEnabled<wxWindow>'
This is probably some sort of issue with the way part of wxwindows was built on my distribution. I'd love it, of course, if anyone has had the same problem and a solution or any ideas about what to do. I will see if it's possible to rebuild some more recent wxwindows or to change its build options to include type info.
friedtofu 2 days ago | parent [-]

I have nothing to tenacity or artix, but my top search result gave me this link:

https://github.com/audacity/audacity/issues/4614#issuecommen...

Looks similar and kind of makes sense with tenacity using the audacity 3 UI ¯\_(ツ)_/¯

t43562 2 days ago | parent [-]

Thank you!