-
On that particular Windows 7 computer (which has issues with the timer ....) I sometimes have "error reading from stream" when compiling the modules (`bmk makemods -a -r brl`). The error either happen…
GWRon updated
5 years ago
-
in the files cfg_Settings.cpp any line is missing, if you define background manualy...
The load is not a problem only save make problem. when you chnage setting. the backrounf color is deleted
See…
-
When stuff like BMK changes the way it calls the compilers (like the newly added "-no-pie" parameter - with the "new behaviour" as default, this requires all modules to be rebuild properly to not run …
GWRon updated
5 years ago
-
Hi,
First, thank you very much for this great hack.
I tried to find what the "Close Bmk" switch do, but after looking in the issues, the repo, and on the web, I was not able to find the answer. …
-
For now specific platform configuration (like for android) have to be stored in "custom.bmk".
This is not project specific. Assume you have two android projects requiring different SDK/Target/...
…
GWRon updated
5 years ago
-
Hi,
I don't understand, when i rebuild bmx-ng (all -> latest bcc, bmk, mods and maxide), maxide (x86) crashes. I have an exception error and this message in console mode : Libpng warning : iCCP: kn…
-
```
SuperStrict
' @bmk echo *** Building my cool app ***
' @bmk addccopt -DSPECIAL_OPTION
print "hello"
```
Compiling this code leads to about the following (added some "prints:
```
Buildi…
-
I have configured the environment according to the installation process in README, but when I run `ik_example_joints.py`, I have the following error.
```
(py37) ✘ wjrzm@DESKTOP-QJIK4OK ~/human_bo…
-
Hi,
you write `Requires 32 bit dev libs`. When I try to run the apt-get, for example `apt install linux-libc-dev:i386` It tells me it doesn't exist, I can install it without the :i386 in the name,…
-
BMK allows to provide a "binaryname.exe.manifest" which get's autoincluded.
Yet these manifest files are architecture (x86, x64) specific.
This means BMK should check FIRST for:
binaryname.exe.x8…
GWRon updated
5 years ago