Compiling hylo compiler on Fedora - help - assist - Please #1659
Replies: 4 comments
-
You're going to have a tough time resolving the dependencies. I recommend using the dev container instead. |
Beta Was this translation helpful? Give feedback.
-
I have no experience building on linux platforms or using CMAKE but I know that LLVM is sometimes capricious when it comes to its own dependencies. I would look for solutions to similar issues encountered in other project, as I suspect the error you have can easily occur in other build setups. I see that you tried setting up |
Beta Was this translation helpful? Give feedback.
-
It was zlib-ng-devel rpm So whole line is: and it works - thank You :) But now:
|
Beta Was this translation helpful? Give feedback.
-
zlib-ng-devel rpm provides /usr/lib64/libz-ng.so:
shows nothing. But zlib-ng-compat rpm provides /usr/lib64/libz.so.1:
So instead (I was afraid that it will not work because Also tests goes OK
|
Beta Was this translation helpful? Give feedback.
-
Hello all.
My OS:
Fedora
I am trying to compile hylo compiler.
What I do is as follows.
I install
swift-lang llvm llvm-devel llvm-cmake-utils cmake ninja-build
rpms.
3a)
but I get:
3b)
So I install
llvm17-devel
rpm
I try again:
but I get:
but I already have
zlib-ng-compat
rpm installed.
Anyway I install
zlib-ng-devel
rpm
but still the same.
It is still the same even when I add options like:
or
Can You please assist/ help/ advice ?
Beta Was this translation helpful? Give feedback.
All reactions