Matthias Görges

Results 188 comments of Matthias Görges

This is something particular to OpenSuSE's, which sets $libdir incorrectly during configure (lib64 instead of lib). It then won't find the library - will test a fix tomorrow.

@GermanGT I just installed `openSUSE-Leap-42.1-NET-x86_64.iso` in a Virtualbox and after installing a bunch of missing tools it compiles `DemoRedSquare` without issues. Do you have a hybrid 32/64 bit setup or...

Hi @GermanGT, I wanted to avoid making a patch specifically moving something from lib64 to lib but this might be the easiest solution. I'd rather fix the configure for OpenSUSE...

Please configure the app in `./configure DemoHelloWorld macosx verbose` mode; clean all modules `make clean;` and then re-run `make` and post the complete results as a [gist](https://gist.github.com) (or the relevant...

Your segfault is in `gsc` when it tries to build `pngtools` so even before any other modules are made. I don't know if this has anything to do with the...

Sorry, but there is no way of us switching to the latest version of gambit. Version 4.7.9 was the last sensible version before the focus of development switched to the...

We tested this on MacOS 10.15.6 and both compilation and calling `gsi` works as expected for both gambit 4.9.2 and 4.7.9. Not quite sure where something in your gambit building...

> › ~/Library/Caches/lambdanative/macosx/bin/gsi > zsh: segmentation fault ~/Library/Caches/lambdanative/macosx/bin/gsi From some debugging I did yesterday I believe this may be lack of code signing, as I had a similar problem with...

I don't think there is one - in the end we render pixmaps but don't include the actual traces or fonts to be rendered by the device as vectors. As...

I have apps that make lots of different font sizes, but don't pick the 'best' one dynamically based on screen size, e.g. '12,16,20,24,40' - but its something you could consider....