Re: [Tinycc-devel] stdarg.h overhaul (was: /usr/include/syslog.h:68: error: invalid type)

2020-04-16 Thread Michael Matz
Hello, On Fri, 17 Apr 2020, James Mills wrote: I guess there's a new problem now [1] It seems tcc -ar doesn't support the `x` command to extract an archive? That's correct. busybox contains a mini implementation of ar(1), so you don't have to use the TCC provided one as wrapper script. C

Re: [Tinycc-devel] stdarg.h overhaul (was: /usr/include/syslog.h:68: error: invalid type)

2020-04-16 Thread James Mills
I guess there's a new problem now [1] It seems tcc -ar doesn't support the `x` command to extract an archive? Building libressl borkes on this and I'm not sure hwo to get around it (yet). Kind regards James James Mills / prologic E: prolo...@shortcircuit.net.au W: prologic.shortcircuit.net.au

Re: [Tinycc-devel] stdarg.h overhaul (was: /usr/include/syslog.h:68: error: invalid type)

2020-04-16 Thread James Mills
I dunno what you guys did here[1] but you've solved all my compilation problems related to syslog.h :D Thank you! (I'm not a C dev by any stretch of the imagination!) I can now close all issues related to this in https://github.com/prologic/ulinux :) Thanks! Kind regards James [1]: https://git

Re: [Tinycc-devel] macos problems

2020-04-16 Thread Karl Yerkes
I tried this on macOS 10.14.6 and both ORDER=1 and ORDER=2 compiled and ran and produced the same result: 8: 8 7: 7 6: 6 5: 5 4: 4 3: 3 2: 2 1: 1 0: 0 i used TCC commit fb1fb8219ccf4813d63edf8c40fddc756e0c60cc. i also learned that "The only compilation mode for TCC on MacOS is -run, until someon