Albert Graef
Albert Graef
> So can't nw.js version 0.67.1 solve both main menu display (theming) and nwworkingdir under the Linuxes? No. The Linux nwworkingdir bug is present on all nw.js versions after 0.55.0....
Ok, I labeled this as bug - wontfix for now, but I'm keeping it open, because we might be able to fix this eventually, *if* a future nw.js version fixes...
But, to reiterate what I wrote above, there *is* a work-around. If you're not bothered by file dialogs showing the wrong locations, and you absolutely can't live without dark mode,...
With #7230 looming large, I thought I'd chime in here with a few remarks, because the issue affects me, too. nw.js is an awesome project, but if the JS performance...
~~~ % glibtool --version glibtool (GNU libtool) 2.4.7 Written by Gordon Matzigkeit, 1996 Copyright (C) 2014 Free Software Foundation, Inc. ~~~ Which should be the same version as on Monterey,...
Maybe it's the compiler? I'm using clang (from Xcode) here: ~~~ % gcc --version Apple clang version 15.0.0 (clang-1500.1.0.2.5) Target: arm64-apple-darwin22.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ~~~ Maybe I should...
I tried with gcc-14 from Homebrew, but that gives me compile errors early on. I also tried setting just OBJCXX in the environment, but that doesn't help either, it gives...
It looks like the issue might be with automake (1.16.5 in Homebrew), as the required `--tag` options seem to be missing everywhere in OBJCXX compilation in both the generated Makefile.in...
OK, it seems that running `make` with `LIBTOOLFLAGS=--tag=CXX` to make sure that the option is set everywhere fixes the issue. So at least I have a work-around now. :) I'm...
Ok, over here I have autoreconf/autoconf/autoheader 2.72 and clang version 15.0.0 from Xcode 15.2, so there are some discrepancies to your setups. Attached is the output from `./configure --no-recursion --with-pd=/Applications/Pd-0.53-1.app/Contents/Resources/src`....