BlitzMax NG Download

Started by Rooster, June 08, 2017, 21:44:46

Previous topic - Next topic

meems

#45
downloaded and run ng. Now trying to compile and run
Print " hello world "

Compiler spent ages including hundreds of libs from audio, input, gfx, pretty much every lib a coder might need at some point in life. Then it gets stuck on 60%. Tried again, now gets stuck at 52% with :
Quote[ 44%] Processing:glew.bmx
[ 52%] Compiling:glew.bmx.debug.win32.x86.c
so tried again, switching off all compile options. got the hundreds of c lib compiles again. After about 3 minutes and a thousand compile messages, it ran.

Is there a reason for the compile being so bulky? It's not useable like this.

edit : it was much faster the 2nd time, looks like this was one-off startup compile.
Would it be such a crime to add one more compile message to the thousands that exist?
" HI USER, THIS IS A ONE OFF START UP COMPILE IT MAY TAKE A WHILE "

TomToad

For some reason, glew takes forever to compile the first time.. Just leave it for a while and it will eventually start again. After the first time you compile something, glew won't give you any more problems.
------------------------------------------------
8 rabbits equals 1 rabbyte.

Derron

glew - especially the debug can take a big big big while - think Raspi or other "slow" devices take 30 mins or so to compile that.

Once modules are compiled (release, debug, threaded release, threaded debug - for the given target platform) you wont see them recompiled until you change the module code - or code of dependencies of that module (or its dependencies ...).


I pushed a change ot bmk some weeks ago, speeding up compilation times (as dependencies created literally billions of entries to process when doing many imports of files which import each other already). Maybe this change is the source of something odd I saw these days: if I compile something and it fails with a syntax error or so, all meanwhile "needed to compile too" were not stored in their precompiled state but rather got compiled again until I removed the errors and compiled the whole thing successfully.


bye
Ron

col

Brucey has just provided some handy updated binaries for windows and linux units downloadable from post 1 on page 1 :)

Thank you Brucey!
https://github.com/davecamp

"When you observe the world through social media, you lose your faith in it."

Derron

BlitzMax_linux_x64_0.93.3.21.tar.xz (17.51 MiB) - downloaded 0 times.
BlitzMax_win32_x64_0.93.3.21.7z (71.99 MiB) - downloaded 7 times.
BlitzMax_win32_x86_0.93.3.21.7z (72.71 MiB) - downloaded 6 times.
BlitzMax_win32_0.93.3.21.7z (124.25 MiB) - downloaded 1 times.

Interesting.


bye
Ron

Henri

I'm impressed by the packing rate of 7zip. From ~600 megs to 72,7 megs. Quite a downsize.

-Henri
- Got 01100011 problems, but the bit ain't 00000001

Grisu

Sadly, I can't manage to compile my Pocket Radio Player (32-Bit) with NG.
Pocket Radio Player     Cardwar

Derron

So you filed an issue on github.com/bmx-ng/bcc ?
Or did you create a thread here with details about the error?


If so, Brucey (or others) might  be able to help.


bye
Ron

imaginaryhuman

#53
I updated to the dreaded 64-bit only catalina. And now BlitzMax NG will not open. It says the app 'bcc' cannot be verified by apple (ie security or whatever) and so it refuses to launch.

Actually what it says is:

..."cannot be opened because its from an unidentified developer" "macOS cannot verify that this app is free from malware'.

Has a Catalina-compatible version of NG been made available yet?

Derron

Think you need to build it on your own - at least it was this way for "MaxIDE" - which is why there is a script in the download

https://github.com/bmx-ng/bmx-ng/releases



Maybe this is now needed for the other binaries too. So Brucey might eg need to hand out a bootstrap variant (so BMX already translated to C - so you need to run a command/script which compiles all the C code into BMK, BCC, ... etc.). So in essence you run binaries build on your computer.


A new release is surely coming soon - the project is currently fixing issues and trying to get it work properly on some platforms like raspberry again (which it does now). Will try to redirect Bruceys attention to your post here.



Unsecure workaround for this verification thing:
https://www.imore.com/how-open-apps-anywhere-macos-catalina-and-mojave
Quote
Significant changes have arrived with macOS Catalina.

Now, apps started through Terminal are also checked. These files get the same malware scan, signature check, and local security policy check. The difference: even on the first run, you only need to explicitly approve software launched in bundles, like a standard Mac app bundle, not for standalone executables or libraries.

bye
Ron

imaginaryhuman

#55
The only way I could get the build of the ide etc to work, was to run that disable command (via the other website's interactions) first, then run the other commands to build the ide, cus is still refused to run bcc otherwise. Once the whole thing was built, I then run it, rebuilt all files, rebuilt all documentation, then re-enabled the gatekeeper thing. It seems now to work, as I can launch the ide icon directly and compile programs.

Thanks for the info. I hope this will be easier in future.

hackball

I cannot get the latest release to build.I am getting minor warnings and one error, in the end i have no MaxIDE.
i used the run_me_first.command.
Building bmk...
[ 0%] Compiling:appstub.macos.m
[ 0%] Compiling:NSProcessInfo_PECocoaBackports.m
[ 1%] Compiling:macos.m
[ 22%] Compiling:allchblk.c
[ 22%] Compiling:alloc.c
[ 23%] Compiling:backgraph.c
[ 23%] Compiling:blacklst.c
[ 24%] Compiling:checksums.c
[ 24%] Compiling:darwin_stop_world.c
[ 25%] Compiling:dbg_mlc.c
[ 25%] Compiling:dyn_load.c
[ 25%] Compiling:finalize.c
[ 26%] Compiling:gc_dlopen.c
[ 26%] Compiling:gcj_mlc.c
[ 27%] Compiling:headers.c
[ 27%] Compiling:mach_dep.c
[ 28%] Compiling:malloc.c
[ 28%] Compiling:mallocx.c
[ 28%] Compiling:mark.c
[ 29%] Compiling:mark_rts.c
[ 29%] Compiling:misc.c
[ 30%] Compiling:new_hblk.c
[ 30%] Compiling:obj_map.c
[ 31%] Compiling:os_dep.c
[ 31%] Compiling:pthread_start.c
[ 32%] Compiling:pthread_stop_world.c
[ 32%] Compiling:pthread_support.c
[ 32%] Compiling:ptr_chck.c
[ 33%] Compiling:reclaim.c
[ 33%] Compiling:specific.c
[ 34%] Compiling:thread_local_alloc.c
[ 34%] Compiling:typd_mlc.c
[ 35%] Compiling:win32_threads.c
[ 35%] Compiling:blitz_app.c
[ 35%] Compiling:blitz_array.c
[ 36%] Compiling:blitz_cclib.c
[ 36%] Compiling:blitz_debug.c
[ 37%] Compiling:blitz_enum.c
[ 37%] Compiling:blitz_ex.c
[ 38%] Compiling:blitz_gc.c
[ 38%] Compiling:blitz_handle.c
[ 39%] Compiling:blitz_incbin.c
[ 39%] Compiling:blitz_memory.c
[ 39%] Compiling:blitz_module.c
[ 40%] Compiling:blitz_object.c
[ 40%] Compiling:blitz_string.c
[ 41%] Compiling:blitz_thread.c
[ 41%] Compiling:blitz_types.c
[ 42%] Compiling:blitz_unicode.c
[ 42%] Compiling:tree.c
[ 42%] Compiling:map.c
[ 43%] Compiling:lua_object.c
[ 43%] Compiling:reflection.c
[ 44%] Compiling:glue.c
[ 44%] Compiling:threads.c
/Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/threads.mod/threads.c:215:20: error: use of undeclared identifier
      'CLOCK_REALTIME'
        if (clock_gettime(CLOCK_REALTIME, &ts) == -1) {
                          ^
1 error generated.
[ 45%] Compiling:freeprocess.c
[ 45%] Compiling:lapi.c
[ 46%] Compiling:lauxlib.c
[ 46%] Compiling:lbaselib.c
[ 46%] Compiling:lcode.c
[ 47%] Compiling:ldblib.c
[ 47%] Compiling:ldebug.c
[ 48%] Compiling:ldo.c
[ 48%] Compiling:ldump.c
[ 49%] Compiling:lfunc.c
[ 49%] Compiling:lgc.c
[ 49%] Compiling:linit.c
[ 50%] Compiling:liolib.c
[ 50%] Compiling:llex.c
[ 51%] Compiling:lmathlib.c
[ 51%] Compiling:lmem.c
[ 52%] Compiling:loadlib.c
[ 52%] Compiling:lobject.c
[ 53%] Compiling:lopcodes.c
[ 53%] Compiling:loslib.c
[ 53%] Compiling:lparser.c
[ 54%] Compiling:lstate.c
[ 54%] Compiling:lstring.c
[ 55%] Compiling:lstrlib.c
[ 55%] Compiling:ltable.c
[ 56%] Compiling:ltablib.c
[ 56%] Compiling:ltm.c
[ 57%] Compiling:lundump.c
[ 57%] Compiling:lvm.c
[ 57%] Compiling:lzio.c
[ 58%] Compiling:print.c
[ 58%] Compiling:stdc.c
[ 59%] Compiling:adler32.c
[ 59%] Compiling:compress.c
[ 60%] Compiling:crc32.c
[ 60%] Compiling:deflate.c
[ 60%] Compiling:gzclose.c
[ 61%] Compiling:gzlib.c
[ 61%] Compiling:gzread.c
[ 62%] Compiling:gzwrite.c
[ 62%] Compiling:infback.c
[ 63%] Compiling:inffast.c
[ 63%] Compiling:inflate.c
[ 64%] Compiling:inftrees.c
[ 64%] Compiling:trees.c
[ 64%] Compiling:uncompr.c
[ 65%] Compiling:zutil.c
[ 65%] Compiling:bmk.bmx.release.macos.x64.incbin.c
[ 66%] Compiling:file_util.c
[ 66%] Compiling:stringbuffer_glue.c
[ 67%] Compiling:waitpid.c
[ 67%] Compiling:blitz.bmx.release.macos.x64.c
[ 67%] Compiling:appstub.bmx.release.macos.x64.c
[ 68%] Compiling:hook.bmx.release.macos.x64.c
[ 68%] Compiling:keycodes.bmx.release.macos.x64.c
[ 69%] Compiling:linkedlist.bmx.release.macos.x64.c
[ 69%] Compiling:intmap.bmx.release.macos.x64.c
[ 70%] Compiling:objectmap.bmx.release.macos.x64.c
[ 70%] Compiling:ptrmap.bmx.release.macos.x64.c
[ 71%] Compiling:stringmap.bmx.release.macos.x64.c
[ 71%] Compiling:common.bmx.release.macos.x64.c
[ 71%] Compiling:driver.bmx.release.macos.x64.c
[ 72%] Compiling:threads.bmx.release.macos.x64.c
[ 72%] Compiling:lua.bmx.release.macos.x64.c
[ 73%] Compiling:macos.bmx.release.macos.x64.c
[ 73%] Compiling:stdc.bmx.release.macos.x64.c
[ 74%] Compiling:zlib.bmx.release.macos.x64.c
[ 74%] Compiling:map.bmx.release.macos.x64.c
[ 74%] Compiling:stringbuilder.bmx.release.macos.x64.c
[ 75%] Compiling:event.bmx.release.macos.x64.c
[ 75%] Compiling:socket.bmx.release.macos.x64.c
[ 76%] Compiling:stream.bmx.release.macos.x64.c
[ 76%] Compiling:reflection.bmx.release.macos.x64.c
[ 77%] Compiling:bank.bmx.release.macos.x64.c
[ 77%] Compiling:ramstream.bmx.release.macos.x64.c
[ 78%] Compiling:socketstream.bmx.release.macos.x64.c
[ 78%] Compiling:textstream.bmx.release.macos.x64.c
[ 78%] Compiling:maxlua.bmx.release.macos.x64.c
[ 79%] Compiling:bankstream.bmx.release.macos.x64.c
[ 79%] Compiling:standardio.bmx.release.macos.x64.c
[ 80%] Compiling:filesystem.bmx.release.macos.x64.c
[ 80%] Compiling:maxutil.bmx.release.macos.x64.c
[ 81%] Compiling:system.bmx.release.macos.x64.c
[ 81%] Compiling:freeprocess.bmx.release.macos.x64.c
[ 82%] Compiling:bmk_cores_macos.bmx.release.macos.x64.c
[ 82%] Compiling:stringbuffer_common.bmx.release.macos.x64.c
[ 82%] Compiling:stringbuffer_core.bmx.release.macos.x64.c
[ 83%] Compiling:bmk_ng_utils.bmx.release.macos.x64.c
[ 83%] Compiling:bmk_config.bmx.release.macos.x64.c
[ 84%] Compiling:options_parser.bmx.release.macos.x64.c
[ 84%] Compiling:bmk_bank.bmx.release.macos.x64.c
[ 85%] Compiling:bmk_ng.bmx.release.macos.x64.c
[ 85%] Compiling:bmk_util.bmx.release.macos.x64.c
[ 85%] Compiling:bmk_modutil.bmx.release.macos.x64.c
[ 86%] Compiling:bmk_make.bmx.release.macos.x64.c
[ 86%] Compiling:bmk_modinfo.bmx.release.macos.x64.c
[ 87%] Compiling:bmk_zap.bmx.release.macos.x64.c
[ 87%] Compiling:bmk.bmx.console.release.macos.x64.c
[ 88%] Archiving:blitz.release.macos.x64.a
[ 88%] Archiving:appstub.release.macos.x64.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_checksums.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_pthread_stop_world.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_gcj_mlc.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_specific.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_gc_dlopen.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_backgraph.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_win32_threads.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_thread_local_alloc.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_checksums.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_pthread_stop_world.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_gcj_mlc.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_specific.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_gc_dlopen.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_backgraph.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_win32_threads.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_thread_local_alloc.c.release.macos.x64.o has no symbols
[ 89%] Archiving:hook.release.macos.x64.a
[ 89%] Archiving:keycodes.release.macos.x64.a
[ 89%] Archiving:linkedlist.release.macos.x64.a
[ 90%] Archiving:threads.release.macos.x64.a
[ 90%] Archiving:lua.release.macos.x64.a
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/threads.mod/.bmx/mbt_threads.c.release.macos.x64.o (No such file or directory)
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/threads.mod/.bmx/mbt_threads.c.release.macos.x64.o (No such file or directory)
[ 91%] Archiving:macos.release.macos.x64.a
[ 91%] Archiving:stdc.release.macos.x64.a
[ 92%] Archiving:zlib.release.macos.x64.a
[ 92%] Archiving:map.release.macos.x64.a
[ 92%] Archiving:stringbuilder.release.macos.x64.a
[ 93%] Archiving:event.release.macos.x64.a
[ 93%] Archiving:socket.release.macos.x64.a
[ 94%] Archiving:stream.release.macos.x64.a
[ 94%] Archiving:reflection.release.macos.x64.a
[ 95%] Archiving:bank.release.macos.x64.a
[ 95%] Archiving:ramstream.release.macos.x64.a
[ 96%] Archiving:socketstream.release.macos.x64.a
[ 96%] Archiving:textstream.release.macos.x64.a
[ 96%] Archiving:maxlua.release.macos.x64.a
[ 97%] Archiving:bankstream.release.macos.x64.a
[ 97%] Archiving:standardio.release.macos.x64.a
[ 98%] Archiving:filesystem.release.macos.x64.a
[ 98%] Archiving:maxutil.release.macos.x64.a
[ 99%] Archiving:system.release.macos.x64.a
[ 99%] Archiving:freeprocess.release.macos.x64.a
[100%] Linking:bmk
ld: warning: directory not found for option '-L/Users/mfrank/Downloads/BlitzMax/dist/bootstrap/lib'
ld: file not found: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/threads.mod/threads.release.macos.x64.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Finished.
mv: rename dist/bootstrap/src/bmk/bmk to bin/bmk: No such file or directory
Building bcc...
[ 0%] Compiling:appstub.macos.m
[ 22%] Compiling:allchblk.c
[ 22%] Compiling:alloc.c
[ 23%] Compiling:backgraph.c
[ 24%] Compiling:blacklst.c
[ 24%] Compiling:checksums.c
[ 25%] Compiling:darwin_stop_world.c
[ 26%] Compiling:dbg_mlc.c
[ 26%] Compiling:dyn_load.c
[ 27%] Compiling:finalize.c
[ 28%] Compiling:gc_dlopen.c
[ 28%] Compiling:gcj_mlc.c
[ 29%] Compiling:headers.c
[ 30%] Compiling:mach_dep.c
[ 31%] Compiling:malloc.c
[ 31%] Compiling:mallocx.c
[ 32%] Compiling:mark.c
[ 33%] Compiling:mark_rts.c
[ 33%] Compiling:misc.c
[ 34%] Compiling:new_hblk.c
[ 35%] Compiling:obj_map.c
[ 35%] Compiling:os_dep.c
[ 36%] Compiling:pthread_start.c
[ 37%] Compiling:pthread_stop_world.c
[ 37%] Compiling:pthread_support.c
[ 38%] Compiling:ptr_chck.c
[ 39%] Compiling:reclaim.c
[ 40%] Compiling:specific.c
[ 40%] Compiling:thread_local_alloc.c
[ 41%] Compiling:typd_mlc.c
[ 42%] Compiling:win32_threads.c
[ 42%] Compiling:blitz_app.c
[ 43%] Compiling:blitz_array.c
[ 44%] Compiling:blitz_cclib.c
[ 44%] Compiling:blitz_debug.c
[ 45%] Compiling:blitz_enum.c
[ 46%] Compiling:blitz_ex.c
[ 46%] Compiling:blitz_gc.c
[ 47%] Compiling:blitz_handle.c
[ 48%] Compiling:blitz_incbin.c
[ 48%] Compiling:blitz_memory.c
[ 49%] Compiling:blitz_module.c
[ 50%] Compiling:blitz_object.c
[ 51%] Compiling:blitz_string.c
[ 51%] Compiling:blitz_thread.c
[ 52%] Compiling:blitz_types.c
[ 53%] Compiling:blitz_unicode.c
[ 53%] Compiling:tree.c
[ 54%] Compiling:map.c
[ 55%] Compiling:math.c
[ 55%] Compiling:stdc.c
[ 56%] Compiling:adler32.c
[ 57%] Compiling:compress.c
[ 57%] Compiling:crc32.c
[ 58%] Compiling:deflate.c
[ 59%] Compiling:gzclose.c
[ 60%] Compiling:gzlib.c
[ 60%] Compiling:gzread.c
[ 61%] Compiling:gzwrite.c
[ 62%] Compiling:infback.c
[ 62%] Compiling:inffast.c
[ 63%] Compiling:inflate.c
[ 64%] Compiling:inftrees.c
[ 64%] Compiling:trees.c
[ 65%] Compiling:uncompr.c
[ 66%] Compiling:zutil.c
[ 66%] Compiling:enums.c
[ 67%] Compiling:hash.c
[ 68%] Compiling:stringbuffer_glue.c
[ 68%] Compiling:transform.c
[ 69%] Compiling:blitz.bmx.release.macos.x64.c
[ 70%] Compiling:appstub.bmx.release.macos.x64.c
[ 71%] Compiling:linkedlist.bmx.release.macos.x64.c
[ 71%] Compiling:intmap.bmx.release.macos.x64.c
[ 72%] Compiling:objectmap.bmx.release.macos.x64.c
[ 73%] Compiling:ptrmap.bmx.release.macos.x64.c
[ 73%] Compiling:stringmap.bmx.release.macos.x64.c
[ 74%] Compiling:math.bmx.release.macos.x64.c
[ 75%] Compiling:stdc.bmx.release.macos.x64.c
[ 75%] Compiling:zlib.bmx.release.macos.x64.c
[ 76%] Compiling:map.bmx.release.macos.x64.c
[ 77%] Compiling:stream.bmx.release.macos.x64.c
[ 77%] Compiling:bank.bmx.release.macos.x64.c
[ 78%] Compiling:textstream.bmx.release.macos.x64.c
[ 79%] Compiling:bankstream.bmx.release.macos.x64.c
[ 79%] Compiling:standardio.bmx.release.macos.x64.c
[ 80%] Compiling:filesystem.bmx.release.macos.x64.c
[ 81%] Compiling:base64.bmx.release.macos.x64.c
[ 82%] Compiling:stringbuffer_common.bmx.release.macos.x64.c
[ 82%] Compiling:stringbuffer_core.bmx.release.macos.x64.c
[ 83%] Compiling:maxutil.bmx.release.macos.x64.c
[ 84%] Compiling:base.configmap.bmx.release.macos.x64.c
[ 84%] Compiling:base.stringhelper.bmx.release.macos.x64.c
[ 85%] Compiling:options.bmx.release.macos.x64.c
[ 86%] Compiling:config.bmx.release.macos.x64.c
[ 86%] Compiling:type.bmx.release.macos.x64.c
[ 87%] Compiling:toker.bmx.release.macos.x64.c
[ 88%] Compiling:parser.bmx.release.macos.x64.c
[ 88%] Compiling:ctranslator.bmx.release.macos.x64.c
[ 89%] Compiling:bcc.bmx.console.release.macos.x64.c
[ 90%] Archiving:blitz.release.macos.x64.a
[ 91%] Archiving:appstub.release.macos.x64.a
[ 91%] Archiving:linkedlist.release.macos.x64.a
[ 92%] Archiving:math.release.macos.x64.a
[ 93%] Archiving:stdc.release.macos.x64.a
[ 93%] Archiving:zlib.release.macos.x64.a
[ 94%] Archiving:map.release.macos.x64.a
[ 95%] Archiving:stream.release.macos.x64.a
[ 95%] Archiving:bank.release.macos.x64.a
[ 96%] Archiving:textstream.release.macos.x64.a
[ 97%] Archiving:bankstream.release.macos.x64.a
[ 97%] Archiving:standardio.release.macos.x64.a
[ 98%] Archiving:filesystem.release.macos.x64.a
[ 99%] Archiving:maxutil.release.macos.x64.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_checksums.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_pthread_stop_world.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_gcj_mlc.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_specific.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_gc_dlopen.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_backgraph.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_win32_threads.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_thread_local_alloc.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_checksums.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_pthread_stop_world.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_gcj_mlc.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_specific.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_gc_dlopen.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_backgraph.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_win32_threads.c.release.macos.x64.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/mfrank/Downloads/BlitzMax/dist/bootstrap/mod/brl.mod/blitz.mod/bdwgc/.bmx/bbb_thread_local_alloc.c.release.macos.x64.o has no symbols
[100%] Linking:bcc
ld: warning: directory not found for option '-L/Users/mfrank/Downloads/BlitzMax/dist/bootstrap/lib'
Finished.
./build_dist.sh: line 11: bin/bmk: No such file or directory
mv: rename src/docmods/docmods to bin/docmods: No such file or directory
./build_dist.sh: line 14: bin/bmk: No such file or directory
mv: rename src/makedocs/makedocs to bin/makedocs: No such file or directory
./build_dist.sh: line 17: bin/bmk: No such file or directory
mv: rename src/maxide/maxide.app to MaxIDE.app: No such file or directory
logout

Hezkore

Quote from: hackball on May 03, 2020, 20:34:33
I cannot get the latest release to build.I am getting minor warnings and one error, in the end i have no MaxIDE.
i used the run_me_first.command.

I had the same issue on my Mac.
Turns out my "command line tools" were outdated.
Simplicity is the ultimate sophistication. 🚀
GitHub
BlitzMax for VSCode
BlitzMax for Vim

Lavalamp

#58
Will NG be ported to the new ARM based MacOS? Universal 2?

hackball

I've downloaded all previous major XCode milestone releases and will try and see how the latest possible build on my OS version behaves.

Quote from: Hezkore on May 03, 2020, 20:41:35
Quote from: hackball on May 03, 2020, 20:34:33
I cannot get the latest release to build.I am getting minor warnings and one error, in the end i have no MaxIDE.
i used the run_me_first.command.

I had the same issue on my Mac.
Turns out my "command line tools" were outdated.