phobos icon indicating copy to clipboard operation
phobos copied to clipboard

compile .c files with ImportC

Open WalterBright opened this issue 2 years ago • 3 comments

This is a work in progress to use ImportC to compile all the .c files in Phobos.

WalterBright avatar Jun 29 '22 06:06 WalterBright

Thanks for your pull request, @WalterBright!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "master + phobos#8484"

dlang-bot avatar Jun 29 '22 06:06 dlang-bot

Hmm, different errors on every platform :-/

WalterBright avatar Jun 29 '22 07:06 WalterBright

This is yet another test run where the only error message is:

osix.mak:413: recipe for target 'unittest/std/zlib.run' failed
make[1]: *** [unittest/std/zlib.run] Error 139

and a thousand lines of where or what failed gives no help at all.

WalterBright avatar Jul 04 '22 07:07 WalterBright