如何使用诺基亚的 Qt SDK 编译 libpoppler-qt

发布于 2024-09-06 07:47:54 字数 114 浏览 9 评论 0原文

早晨 !

我想使用网站上提供的诺基亚 mac sdk 编译 libpoppler 和 libpoppler-qt4 (Qt Api/绑定)。 我已经尝试了很多配置开关,但它不起作用。 有什么提示吗?

Morning !

I would like to compile libpoppler and libpoppler-qt4 (the Qt Api/bindings) with the Nokia's mac sdk available on the website.
I've tried a lots of configure switch but it does not works.
Any hint ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心欲静而疯不止 2024-09-13 07:47:54

好的,找到了解决方案:我必须使用 cmake:

tar xvzf poppler-0.14.0.tar.gz
cd poppler-0.14.0
mkdir build
cd build
cmake ../

对于 libiconv 问题,我刚刚编辑了 CMakefileLists.txt 以链接到 macport 的 iconv 而不是 macos 的 iconv。

Okay, found the solution : I have to use cmake:

tar xvzf poppler-0.14.0.tar.gz
cd poppler-0.14.0
mkdir build
cd build
cmake ../

For the libiconv problem, I just edited the CMakefileLists.txt to link with macport's iconv rather than macos one.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文