-
**Describe the bug**
The source code provided in the weekly builds does not build on Apple Silicon.
These same three errors are in the latest weekly build and also in a build from March 2024 (and …
-
in davecamp/srs.mod#4 you (@davecamp) wrote
> Render2Texture was originally made with 'non NG' in mind so it should always work with 'non NG' without issues. @GWRon requested for SDL support for NG…
GWRon updated
4 years ago
-
So I tried to compile on ArchLinux running a GCC 14.2.
(required an install of webkit2gtk to get MaxIDE running first).
Compiling a simple sample for now:
```BlitzMax
SuperStrict
Framework Brl.…
GWRon updated
2 weeks ago
-
As William in discord pointed out he is not able to compile math.polygon.
I now installed ubuntu 23.10 in a VM and tried to compile math.polygon too:
(using `gcc version 13.2.0 (Ubuntu 13.2.0-4ubu…
GWRon updated
8 months ago
-
Heya,
as some people at discord seem to prefer the downloads which look "official" - so from blitzmax.org, they will use these (v0.129) and thus also report issues fixed up to 4 years ago.
I thi…
-
bcc compiles (apparently), but not bmk. The error messages from the previous issues appear to be unchanged... using clang 17.
Here are the error messages while executing either the run_me_first.co…
-
Im Zuge der Repo-Aufräumarbeiten soll die Compile-Anleitung in die Dokumentation wandern. In einem Branch sind die ursprünglichen Dateien schon hinterlegt, müssen nun aber noch ins passende Format geb…
-
Hi,
Some time ago the discord server for NG was created and already joined by some enthusiasts. Time passed by and our "all-in-one master of desaster" / project lead @woollybah vanished from it. S…
GWRon updated
2 years ago
-
Good day,
Seems the StackTrace is missing a slash in the path sometimes:
```
~>StackTrace{
~>@D:/Code/BlitzMax/BlitzMax/MaxIDE/MaxIDE.bmx
~>Function MaxIDE
~>Global BCC_VERSION:String="bcc[ng]…
-
Currently, native code (inline C) can't directly interact with BlitzMax code, because we don't have a way to refer to BlitzMax variables within the native statements.
We can't use variable as-is in…