Riccardo
Riccardo
https://github.com/rmottola/Arctic-Fox/wiki/libc---for-MacOS-10.6 https://github.com/rmottola/Arctic-Fox/releases/expanded_assets/v46.4 short summary: you need either macports or install libc++
A very strange thing. In setNeedsDisplayInRect invalidRect is passed: ``` (gdb) p invalidRect $3 = {origin = {x = 0, y = 160}, size = {width = 172, height =...
It seems though that NSValue in this dealloc context is not encoding the rect correctly, this is worrying. @rfm @fredkiefer
``` #import int main(int argc, const char *argv[]) { NSValue *v; NSRect invalidRect; id pool = [[NSAutoreleasePool alloc] init]; invalidRect = NSMakeRect(0, 160, 172, 22); v = [[NSValue alloc] initWithBytes:...
@rfm I too came the same conclusion about checking v, I did commit but you probably didn't see the branch, created a PR. I was unsure, since I thought it...
@rfm I keep this bug open so we can hack on it, you mention in the merge request: > More fundamentally, we should probably remove the NSValue atExit code as...
@rfm for the GCC runtime I install gcc (/which has egcc as binary) from ports and then make: ` $ ./configure --with-layout=gnustep --with-library-combo=gnu-gnu-gnu CC=egcc CXX=eg++ ` base should then just...
I did some further tests on a couple of systems... and wonder. - On my Linux workstation, Ink and GNUstep does not appear to have stored the Printer and PPD...
I'm a little bit weary touching jemalloc for a little used configuration. Such patch is not needed on Debian PPC 32bit nor PPC 64bit to my knowledge.