Ronny Otto

Results 602 comments of Ronny Otto

Regarding "ld_opts": they are ignored on linux ... bmk_util.bmx - linkapp(): ``` If processor.Platform() = "macos" Or processor.Platform() = "osx" Then ... If opts Then sb.Append(" ").Append(opts) End If If...

It is not about the looks ... Each "."-dot-folder is by default a "hidden" folder on Linux. Other OS behave similar. So software starts to store its stuff in: .git...

Same of course happens for "pub.mod" too ... ``` C:\Tools\BlitzMax.NG.win32\bin\>bmk makemods -a -r pub [ 0%] Processing:d3d.bmx .... [ 6%] Processing:glu.bmx Error reading from stream ```

I tried to build that BMK in "gdb debug mode" (so it contains the gdb information) but then I receive a "Program does no longer work" error when trying to...

Executing it without "debug" I receive a SIGSEV/segfault. ``` [New Thread ...] [New Thread ...] [New Thread ...] [New Thread ...] [New Thread ...] [New Thread ...] [ 0%] Processing:blitz.bmx...

Ok ... compiled 20x successful - renamed my brl.mod and used another brl.mod ("brl.mod_newTimer" renamed to "brl.mod" then). It's a bit hard to "read" as the output is garbaged because...

Above is another example why I suggested some kind of "mutex" for the output - so stuff wont interfer. Edit: but as it mixes different processes (BMK calls multiple BCCs)...

With BMK/BCC build last week I do not get the read-error (just the mixed output of the external commands...which does not happen with `-single`). Will close for now. If it...

Just received it again - with: - fresh brl.mod, pub.mod, wx.mod and bcc, bmk - compiled / tried to compile a debug build of a project - built with "verbose"...

Hmmm might it be that this race condition issue is also the source of the bug described there in issue #88 ? Assume that some build files are generated in...