пн, 18 нояб. 2024 г., 22:09 Phyllis Smith <[email protected]>:
Results on my default/standard laptop running old Fedora 32 which has Python version 3.8.2 (so not 3.12), it built without errors. But, again, I have not reviewed the mods. Will boot Fedora 40 with Python 3.12 later and see what I can determine.
I only noticed that LADSPA plugins no longer loads on fedora 40 :( may be I should check why ladspa build was looking for system's fftw instead of using our own ....
On Sun, Nov 17, 2024 at 5:30 PM Andrew Randrianasulu < [email protected]> wrote:
On Mon, Nov 18, 2024 at 3:11 AM Phyllis Smith <[email protected]> wrote:
As previously mentioned this is a backup laptop where I finally installed Fedora 40, which is fedora's latest release. Tomorrow I will boot my regular laptop and build there. Python version on Fedora 40 is 3.12.7.
Mmm, while I dislike new, improved breakage from all-new into-your-face software ideology , what Fedora does usually filters down to other distros, so we better to know exact error.
Take your time ...
On Sun, Nov 17, 2024 at 5:04 PM Andrew Randrianasulu < [email protected]> wrote:
пн, 18 нояб. 2024 г., 02:43 Phyllis Smith <[email protected]>:
Andrew, building on my backup laptop (instead of my standard), I have 525 new error messages in the log file like:
/mnt0_new/cin5/cinelerra-5.1/plugins/../guicast/errorbox.h:35:14: note: by ‘void ErrorBox::create_objects(const char*)’
This is quite concerning but I have not actually reviewed the 3 patches yet, but assume it is the guicast one.
patch for guicast/Makefile was adding python3.12 (something pkgin added as dependency while I fetched usual suspects like inkscape, gimp, okular ...)
What OS/compiler you have on this laptop?
line 35 in guicast/errorbox.h is just
void create_objects(const char *text);
unchanged by me ....
On Sun, Nov 17, 2024 at 9:42 AM Andrew Randrianasulu < [email protected]> wrote:
Currently from that system
I still need to set
export LD_LIBRARY_PATH="/usr/pkg/lib/ffmpeg6"
and set audio output to oss - > /dev/audio but it seems to work.
Can you check them by building on Linux? :)