如何使用诺基亚的 Qt SDK 编译 libpoppler-qt
早晨 !
我想使用网站上提供的诺基亚 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,找到了解决方案:我必须使用 cmake:
对于 libiconv 问题,我刚刚编辑了 CMakefileLists.txt 以链接到 macport 的 iconv 而不是 macos 的 iconv。
Okay, found the solution : I have to use cmake:
For the libiconv problem, I just edited the CMakefileLists.txt to link with macport's iconv rather than macos one.