Matthias Görges
Matthias Görges
This might be relevant: https://stackoverflow.com/questions/19565685/saving-logcat-to-a-text-file-in-android-device
As stated in the Wiki [Getting Started](https://github.com/part-cw/lambdanative/wiki/Getting-Started), developing on a windows machine is possible, but not recommended. There exists a target for this platform [targets/win32/host_win32](https://github.com/part-cw/lambdanative/blob/master/targets/win32/host_win32), but I believe this is...
The first piece is intentional. I can't recall the exact reasons but it was something about macros not expanding/evaluating properly otherwise. See issues #28 and #30. The other one needs...
I do recall that the compiling took forever, but also remember that we had to do this to allow this for everything to work as desired. Nobody on the core...
Don't know where your MacPorts is installed to, but if I assume it places things into /opt/local, try changing the configure script for pngtools to include `--with-libiconv-prefix=/opt/local` in either [libraries/libgd/make.sh#L20](https://github.com/part-cw/lambdanative/blob/master/libraries/libgd/make.sh#L20)...
It is something about having (or not having) macports in your path. Will need to look into this more next week to see how to patch, as I currently can't...
Great question - I don't know if the problem is related to the [keypad](https://github.com/part-cw/lambdanative/blob/master/modules/ln_glgui/keypad.scm) widget or it being embedded in the [chat](https://github.com/part-cw/lambdanative/blob/master/modules/ln_glgui/chat.scm) widget but I would start by adding logging...
This is a bit more complicated and I likely won't have time to sort it out as classes start tomorrow. If I fix the paths to include the support library,...
To get this correct in Android is probably quite tricky due to the moving between C and Java, thus I am not surprised by your observation. If you look at...
I can't think of anything else to suggest at the moment, but if I do I'll let you know. Similarly, if you could share any better ideas you come across...