-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
GLIBC the plugin is built with is too new #48
Comments
Qt Creator 15 works but plugin not? correct? |
I use template for creating QtCreator plugin from Qt Creator 15 and Qt Creator binaries that Qt shared. As far as I remember they are for rhel_8.10. Maybe in my github actions some errors and would be wonderful to fix it. You can check it. If not, I don't have resources to make separate build system and create everything manually for old stuff. |
I have the same problem. As far as I know, the glibc version of build is inherited from the operating system, not Qt Creator. P.S. P.P.S. |
@scoute @Zeks please try to use this |
Great thanks! |
Thank you for your sharing, it’s been incredibly helpful to me. I’m currently helping our project team integrate AI into an offline intranet environment. However, our company is using very old systems, including: qtcreator 4.6.0, CentOS 7, and glibc 2.17. I have already deployed Ollama and Qwen, and I can interact with them. Now I’m trying to learn and modify your code, hoping to use it with qtcreator 4.6.0. But this environment is really old, and I’m not confident about succeeding 😂. In any case, I’m very grateful for your sharing (really, really grateful—without it, I’d have to start from scratch with an empty project). If I succeed, I will let you know as soon as possible. ❤❤❤ |
@hellowheat Thank you for your kind words, it's nice to hear. |
I had the same error before with Ubuntu 20.04 and Centos 8.5. As a solution, when I built the code myself, the error was resolved. If your project is offline, you can build it from a virtual machine connected to the internet. If you wish, I can even upload my own .so file as a pull request. But I'm not sure if the qt versions are compatible, I used qt 6.8. |
Same problem here with Debian 11. Could you provide a version compiled with an older glibc? |
QodeAssist-15.0.1-Ubuntu-22.04-experimental.7z.zip @Daguerreo does this work for you? |
As scoute already mentioned, ubuntu 22-04 it's still too new, since Debian 11 = Ubuntu 20.04, but thanks for the fast reply! |
For ubuntu 20.04 I cant build, error under hood Qt6.8 |
In theory this plugin could be built for Ubuntu 20.04 if Qt 6.4 and Qt Creator 15 were used. Qt Creator 16 raises minimum Qt version to 6.5 and thus Ubuntu 20.04 cannot be supported because it's not supported by Qt. |
However, Ubuntu 20.04 is already 2 LTS releases away, so probably it's not worth spending time on. An IDE such as Qt Creator is rather quickly moving target. |
I think this bug can be closed because there's little we can do. |
agree, I will write conclusion to README and close this bug |
It's not possible to use the plugin on older linux distributions because it requires glibc version that they simply do not have despite qtcreator 15 working just fine. It's quite possible that it's an oversight than actual requirement to have it.
The text was updated successfully, but these errors were encountered: