-
Following error when compiling:
```
sh: /usr/bin/gcc: Argument list too long
Build Error: failed to compile (32256) /Users/alex/Projects/...
```
No further details offered by the compiler. This is a…
-
Running
```
$ ./bmk makemods -r -l android -g armeabi
```
leads to
```
...
[ 54%] Processing:sdlmax2d.bmx
Compile Error: Can't find interface for module 'brl.blitz'
[/blitzkeywords.debug.android.x…
GWRon updated
9 years ago
-
When trying to recompile my modules I came across this odd behaviour (checked previous BMK revisions up to begin of june: they behave the same).
When running `./bmk makemods -a -r -l linux` it compil…
GWRon updated
9 years ago
-
When trying to compile the module under linux 64bit it fails
```
./bmk makeapp -t console -r -x "/BlitzMax/mod/bah.mod/soloud.mod/examples/simplest.bmx"
[ 1%] Compiling:soloud_modplug.cpp
[ 2%] Com…
GWRon updated
8 years ago
-
[02:46:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[02:46:10] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.laun…
-
Since 1ca5841069f3d459 the compilation takes longer if you use certain modules as framework:
```
Framework wx.wxApp
```
takes some minutes to compile for a simple editor sample
while
```
Framework…
GWRon updated
9 years ago
-
```
What steps will reproduce the problem?
1. cmake cmake
2. make
What is the expected output? What do you see instead?
Expected a working build. Got:
rhino ➜ ~/projects/lz4-read-only make
[ 16%…
-
This will require a few steps to complete:
- [x] Put XCode 7 back
- [x] Recompile all basic stuff for XCode 7
- [x] Adept updater module
- [x] Adept GALE builder
- [x] Adept JCR6 builder
- [x] Adept U…
-
Commit 'Added universal ios builds (x86+x64, armv7+arm64). '
bmk_modutil.bmx line 138 'Select file.ExtractExt(file)'
Compile error: Identifier 'ExtractExt' not found.
Linux Mint 17.2 x64
olejr updated
9 years ago
-
Error only happens when doing a release build. The debug build runs fine.
All other samples work as expected (assume so).
GWRon updated
9 years ago