Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core apparently doesn't build on Windows/OSX #160

Open
tomaka opened this issue Dec 22, 2019 · 1 comment
Open

Core apparently doesn't build on Windows/OSX #160

tomaka opened this issue Dec 22, 2019 · 1 comment
Labels
A-core Issues concerning the core T-bug Something isn't working

Comments

@tomaka
Copy link
Owner

tomaka commented Dec 22, 2019

Because of linking issues with emit_message, cancel_message, etc.

The problem is that the core depends on a bunch of crates which in turn depend on syscalls-interface, which has these functions as extern functions.

This needs a lot of unclear refactoring.

@tomaka tomaka added T-bug Something isn't working A-core Issues concerning the core labels Dec 22, 2019
@tomaka tomaka closed this as completed Jan 6, 2020
@gustavolsson
Copy link

gustavolsson commented Jan 10, 2020

I get the following error when trying to build hello-world on OSX 10.15.2 as well:

  = note: Undefined symbols for architecture x86_64:
            "_emit_message", referenced from:
                redshirt_syscalls_interface::emit::MessageBuilder$LT$TLen$GT$::emit_raw::h6a473b1490af9c68 in libredshirt_stdout_interface-058555e5f4063c36.rlib(redshirt_stdout_interface-058555e5f4063c36.246sb9gtq03wi8ah.rcgu.o)
          ld: symbol(s) not found for architecture x86_64
          clang: error: linker command failed with exit code 1 (use -v to see invocation)
          

error: aborting due to previous error

error: could not compile `hello-world`.

@tomaka tomaka reopened this Jan 10, 2020
@tomaka tomaka changed the title Core apparently doesn't build on Windows Core apparently doesn't build on Windows/OSX Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Issues concerning the core T-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants