I was synchronizing with git with this update and I have now the below error when running again ./mach build :
0:04.27 browser/components/shell
0:04.40 clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
0:04.42 clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
0:04.45 clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
0:04.49 clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
0:06.64 In file included from /boot/home/Documents/C/gecko-dev/browser/components/shell/nsGNOMEShellSearchProvider.cpp:8:
0:06.64 In file included from /boot/home/Documents/C/gecko-dev/browser/components/shell/nsGNOMEShellSearchProvider.h:14:
0:06.64 In file included from /boot/home/Documents/C/gecko-dev/obj-ff-dbg/dist/include/mozilla/GRefPtr.h:11:
0:06.64 In file included from /boot/home/Documents/C/gecko-dev/obj-ff-dbg/dist/system_wrappers/gdk/gdk.h:3:
0:06.65 In file included from /packages/gtk3-3.24.36-1/.self/develop/headers/gtk-3.0/gdk/gdk.h:32:
0:06.65 In file included from /packages/gtk3-3.24.36-1/.self/develop/headers/gtk-3.0/gdk/gdkapplaunchcontext.h:30:
0:06.65 In file included from /packages/gtk3-3.24.36-1/.self/develop/headers/gtk-3.0/gdk/gdktypes.h:35:
0:06.66 /boot/home/Documents/C/gecko-dev/obj-ff-dbg/dist/system_wrappers/pango/pango.h:3:15: fatal error: 'pango/pango.h' file not found
0:06.66 3 | #include_next <pango/pango.h>
0:06.66 | ^~~~~~~~~~~~~~~
This is strange because pango.h is already there :
find . -name pango.h
./obj-ff-dbg/dist/system_wrappers/pango/pango.h
An idea about the reason ?
EDIT : find the reason
build is searching for :
/packages/pango-1.54.0-1/.self/develop/headers/pango-1.0
while installed headers are in :
/packages/pango-1.54.0-2/.self/develop/headers/pango-1.0/
I think meanwhile the pango lib has been updated to this new version.
My question to everybody :
How to downgrade to pango-1.54.0-1 in Haiku ?
Or how I can asked to “mach” to update the path to pango-1.54.0-2 (except updating manually the files…) ?
Can I ask how new your HW did you use to test the browser with YT playback ?
I just ask as Falkon plays FHD quality flawlessly (when Falkon does not crash ) with my actual config
/ 3rd gen i7 Extreme Edition CPU, 32 GB RAM /,
so I’m intersted how it is … compared to your test config -
I may be way behind the times here, but attempting to run the latest release I get the XPCOM error. Checking the syslog, it appears to be missing the libplds4.so library which I assume should be in the release tarball, am I better off just building from source?
Sorry I dont have time to check this now. My spare time is very limited at on my own desktop PC, and I dedicated almost all the time to hack firefox, today worked fixing audio with @3dEyes assist. I’m away from keyboard now to meet friend. I am mainly checking forum when I am not on my PC, so I dont intend to ignore you.
I test video playback 720p then, because its a debug non-optimized build, I didn’t try benchmarking but it seems to work some extent. Once audio part will be fixed, I will post new release build binary here, so then some testers will benchmark it.