lambdanative icon indicating copy to clipboard operation
lambdanative copied to clipboard

LambdaNative is a cross-platform development environment written in Scheme, supporting Android, iOS, BlackBerry 10, OS X, Linux, Windows, OpenBSD, NetBSD, FreeBSD and OpenWrt.

Results 66 lambdanative issues
Sort by recently updated
recently updated
newest added

When cross-compiling for windows on ubuntu linux my system hangs withth the libfreetype part `checking whether we are cross compiling...` The other libraries seem to compile OK. Has anyone been...

question

At 2020-08-07 Marc Feeley wrote that the situation how lambdanative uses Gambit (at least on Android) is not supported by Gambit, he wrote: > Any number of Scheme threads can...

Hello. I am trying to install the LambdaNative cross-compile environment for Android under a Linux machine running Ubuntu 20.04. I am following the info shown in the page: https://github.com/part-cw/lambdanative/wiki/Getting-Started where...

question

Various small changes accumulated over time.

In the uiform module the textentry allows to set a default value for the textfield which is set when no value is avalable: https://github.com/part-cw/lambdanative/blob/f7a8eeadad39a42b6ae0abd6f8728f0c5cc36674/modules/uiform/uiform.scm#L477 This causes an issue when the...

feature-request

Hello i'm try cross compile for avr ... => configuring source in /root/.lambdanative/tmp_install/gambc-v4_7_9 ... CHOST=avr PKG_CONFIG_PATH=/root/.cache/lambdanative/avr/lib/pkgconfig PATH="/root/.cache/lambdanative/avr/bin:/opt/arduino/hardware/tools/avr/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/share/ant/bin:/usr/lib64/kf5:/usr/lib64/kde4/libexec:/usr/mingw-w64-v8.0.0_gcc10.2.0/bin:/usr/lib64/java/bin:/usr/lib64/java/jre/bin:/usr/lib64/java/jre/bin:/usr/lib64/qt5/bin" LDFLAGS=-L/root/.cache/lambdanative/avr/lib LD_LIBRARY_PATH=/root/.cache/lambdanative/avr/lib CPPFLAGS=-I/root/.cache/lambdanative/avr/include CC="/opt/arduino/hardware/tools/avr/bin/avr-gcc -g -O0 -fcommon --host=avr -I/root/.cache/lambdanative/avr/include -L/root/.cache/lambdanative/avr/lib" CXX="/opt/arduino/hardware/tools/avr/bin/avr-g++ -g -O0...

feature-request

hello. Im try cross compile linux for windows platform. ` checking build system type... x86_64-unknown-linux-gnu` `checking host system type... i386-pc-mingw32` `checking target system type... i386-pc-mingw32` `checking for i386-mingw32-gcc... arg++ -g...

question

It also links some files into a position where they are expected. No idea how to do this the right way(TM).

Hi. It could be incorporated as a GUI? Nuklear is a minimal-state, immediate-mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as...

feature-request

Currently even the most basic Lambdanative Android app disables the screen timeout (is always considered active regardless of user action). Despite your Android OS screen timeout settings, if you run...