-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Portable build instructions. #169
Comments
What does the log say?
Removing the osx directories should have no impact at all. The bootstrap builder builds all the toolchains. The error isn't visible and not enough of the script before that is shown to see what the default toolchain selected is. However, the bootflx program has built. The toolchain used to build bootflx is unrelated to the one used BY bootflx to rebuild the system, although they should be the same toolchain. The bootflx and flx_pkgconfig programs are built by Python using the fbuild build system.
is established. It controls subsequent build steps. Then, bootflx is used to rebuild itself and several tools including tools to build the compiler flxg, and the runtime system. Once it is built, |
Interestingly the "init before use" checker I'm working on found a bug in the buildtool where the code was copying C++ header files based on a list in a variable
|
The nix-shell build instructions doesn't work on Ubuntu 20.04 with current version of nix-shell.
This would appear to be more portable:
This ends with this:
If you rm -rf all the osx* directories, it compiles and installs fine... but I'm sure there's a configuration option to do the same.
The text was updated successfully, but these errors were encountered: