Results 25 comments of Chris Warren-Smith

Try this. Note: I build the Windows release on linux with cross-compiler options. I haven't tested building on windows for a long time. ## 1. build sbasicg.exe ``` ./configure --enable-sdl...

I posted a reply but there was no reply, so nothing to see here. Often people leave some partial information about an issue, but don't give any solid details that...

see: https://github.com/libsdl-org/SDL/blob/SDL2/sdl2-config.in It looks like the SDL2 build on these distros intentionaly removes static support with something like: `./configure --enable-static=false` The SmallBASIC configure script should be updated to detect this...

The build system would need to be updated to support this. A minimal build would still need to use jsmn.h (for json/map variable support). This seems like a good suggestion.

Looks like you might need to custom build freetype. Try this: 1. DL the latest from https://download.savannah.gnu.org/releases/freetype/ 2. Unzip to a clean folder, then ``` HOST=x86_64-w64-mingw32 PREFIX=/home/user/mingw64 CFLAGS="-std=gnu99" ./configure --host=${HOST}...

Hi Ghost, SmallBASIC uses freetype for the SDL and Android builds. But the usage doesn't require the libpng, harfbuzz or zlib libraries. The SmallBASIC configure script assumes a custom compiled...

Thanks for your report. If you go back to the File list, click the tripple dots and then click 'Console' from the menu, you should see the entire message. Could...

Thanks for your report. configure must be having an issue executing this line (cd images && xxd -i sb-desktop-128x128.png > ../src/platform/sdl/icon.h) Most likely you don't have xxd installed. Hope this...

Thanks for your suggestion, but it's already done: https://smallbasic.github.io/online/sbasic.html

Perhaps it could take a URL argument, something like this? https://smallbasic.github.io/online/sbasic.html?run=https%3A%2F%2Fraw.githubusercontent.com%2Fsmallbasic%2Fsmallbasic.samples%2Fmaster%2Fgames%25202%2Ffalling%2520blocks%2520-%2520tetris.bas