Andrew Johnson

Results 44 comments of Andrew Johnson

I have nedit-ng (commit d417b1e0110526acaecddf326288dd1639df3a97) built against Qt 5.15.3 from Homebrew on an M1 MacBook Pro. One thing I did discover is that having Qt6 installed as well can prevent...

Do you still have Qt6 installed though? I think I had to uninstall it for the build to work, even when pointing to Qt5. Worth trying if you can (I...

What version of Bison are you using? The one provided by Apple no longer works with recent nedit-ng versions, so you may need to install a newer one with Homebrew....

Which version of nedit-ng are you building? It doesn't look like it has been needed since February, so try building the tip of the master branch: ``` commit c2fea1acb2d1025e0ca0d49a4d663065fc1ebe34 Author:...

Hmm, I just tried a build from scratch and now I'm also getting that build failure: ``` [ 41%] Building CXX object import/CMakeFiles/nedit-import.dir/import.cpp.o [ 41%] Automatic MOC and UIC for...

@profallgood It's probably more appropriate to ask that in the [Discussions area](https://github.com/eteran/nedit-ng/discussions). The subject line here doesn't match the final problem, but @eteran may use this issue as a reminder...

Hi Evan, just a reminder about this issue which I'm also seeing on Mac (I don't remember it happening before your recent fix for my new-windows issue, although it might...

I don't think that first issue is completely fixed, sorry! The tests below were using nedit-ng version 2020.1-147-g63130309 on MacOS Mojave. Starting a server and trying to open 104 files...

In that case it was just regular MacOS, no X11 or ssh forwarding involved. I just built the same code on my RHEL-7.9 Linux system: ``` nedit-ng version 2020.1-147-g63130309 Built...

I just built this on MacOS: ``` nedit-ng version 2020.1-149-g9f50e446 Built on: BSD4, x86_64, Clang 11.0 (Apple) With Qt: 5.15.1 Running Qt: 5.15.1 Locale: en Git branch: master Git commit:...