Package manager support and Enterprise Linux #4
Replies: 2 comments 3 replies
-
The joy of "enterprise" software... Does the plugin compile with fmtlib 6.2.1 or is there something which depends on a newer version? |
Beta Was this translation helpful? Give feedback.
-
I personally never used Conan and barely used any similar system, but I p;anned to learn Conan at some point. So generally I think that it's a good idea, but I don't know how easy it is to implement. (It's probably relatively easy to set up as long as it's not required to deal with the plugin. But even than it might be useful since for projects with multiple developers only one of them needs to create the pot file.) |
Beta Was this translation helpful? Give feedback.
-
Hi @zauguin would it be viable to add some package manager support to the software? Since
i18n-cpp
requires theclang
plugin, we need to compile it, and it's a tiresome issue on Enterprise Linux (RHEL) for instance.On EL8 the latest available
fmtlib
available is6.2.1-1.el8
, which is kinda old now and it's needed by theclang
plugin.Also in this matter, can
i18n-cpp
as a library be added to something like Conan? I'm mentioning Conan because it's what I'm using, I don't have any opinion on that, just using because it's readily available on cpp_starter_projectI've spend the last two days trying to make the library happy with RHEL8. Right now I'm able to add the library on my code and it compiles with
gcc-toolset-11
, just for the updatedlibstdc++
, andllvm-toolset
which providesclang
on version 12.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions