-
Notifications
You must be signed in to change notification settings - Fork 18
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
llvmtools: Failed to build Cmake under Glibc #19
Comments
Strange. I had no issues with CMake for llvmtools... I even forgot to install it, so I had to open another tmux session, build and install it to |
A quick fix would be to build Cmake under chroot. I may try another build on a Gentoo host :P |
I know, but building libuv need |
llvmtools should have libuv to build cmake for llvmtools |
I mean in chroot
|
In chroot, llvmtools should have libuv. Just change the prefix to Does CMake bootstrap if you try to build CMake for your host? |
Yes, cmake bootstrap successful in host but not when building it. |
Ok, I'll try cmake in chroot with libuv in llvmtools later. Currently very tired. |
Ah I see, this was my mistake that including zlib header (preferred to use because installed (needed by pigz)) in llvmtools. Should be normal if not using systems installed programs. |
I don't know how to override headers PATH to
/llvmtools/include
, when I try to configure withCFLAGS="-I/llvmtools/include" CXXFLAGS="-I/llvmtools/include" ./bootstrap
still fails to build.The text was updated successfully, but these errors were encountered: