Riccardo

Results 262 comments of Riccardo

Just updated to OpenBSD 7.2 - still fails ``` [ 21%] Linking C executable BlockImpTest ld: error: undefined symbol: _Unwind_Resume >>> referenced by BlockImpTest.m >>> CMakeFiles/BlockImpTest.dir/BlockImpTest.m.o:(main) ```

Checking `libc++abi.so.6.0 ` ldd doesn't say much: ``` libc++abi.so.6.0: Start End Type Open Ref GrpRef Name 0d0dd000 2d0e1000 dlib 1 0 0 /usr/lib/libc++abi.so.6.0 ``` however, I find this symbol using...

On several of my systems (but not all) "Page Layout" issue "Could not load page layout panel resource". Without further details and without an exception that can be catcheed and...

Does github support related or child issues somehow?

There was work on seApplicationImage and related views. Could this bug be related or even duplicated of this? https://github.com/gnustep/libs-gui/issues/187

I add to this that I discovered than when I have ImageMagick support enabled, even opening a JPG image causes an application crash. By recompiling GUI without ImageMagick support, the...

On OpenBSD 7.5 / i386: ``` [ 16%] Built target AssociatedObject2_legacy_optimised ld: error: undefined symbol: _Unwind_Resume >>> referenced by BlockImpTest.m >>> CMakeFiles/BlockImpTest.dir/BlockImpTest.m.o:(main) cc: error: linker command failed with exit code...

If I build without TESTS, I can build & install, but later building of gnustep base will fail: ``` ld: error: undefined symbol: _Unwind_Resume >>> referenced by cvtenc.m:0 >>> ./obj/cvtenc.obj/cvtenc.m.o:(gnustep_base_user_main)...

As far as I could test with clicks on cocoa regarding attachments and GNUmail, a single click is correct to invoke the delegate for the save action, multiple click make...

my "fork" tries to be an as-close-as-possibile Intel build of TenFourFox. Right now I am duplicating the same toolchain on 10.5/Intel. If feasible, I maintain my fork only as staging...