Андрей Данин
2010-12-25 21:38:23 UTC
Hi,
I have built licq on mac (revision info at the bottom). App starts fine. ICQ and jabber accounts are able to go online. Jabber messages was sent to another jabber user.
I have some questions about build system:
1. licq is X11 application on Mac. Why? Does Qt is not enough for gui?
2. I am trying to create standalone licq package, but licq tries to load plugins from /usr/local/lib:
23:03:05.762 [ERR] licq: Unable to load plugin (qt4-gui): dlopen(/usr/local/lib/licq/licq_qt4-gui.so, 2): image not found
How can I change this in right way?
I have try to set environment:
export CMAKE_PREFIX_PATH=/Applications/Licq.app
export DESTDIR=/Applications/Licq.app
But this changes have no effect. Install standalone dir with licq will be much easy for users/testers, because licq have many dependences on libs from mac ports.
revision:
commit 7618d45a94cd405d74c367514600f532f537ee40
Author: Erik Johansson <***@licq.org>
Date: Fri Dec 17 09:37:09 2010 +0100
Use git HEAD revision as extra version
Thanks.
I have built licq on mac (revision info at the bottom). App starts fine. ICQ and jabber accounts are able to go online. Jabber messages was sent to another jabber user.
I have some questions about build system:
1. licq is X11 application on Mac. Why? Does Qt is not enough for gui?
2. I am trying to create standalone licq package, but licq tries to load plugins from /usr/local/lib:
23:03:05.762 [ERR] licq: Unable to load plugin (qt4-gui): dlopen(/usr/local/lib/licq/licq_qt4-gui.so, 2): image not found
How can I change this in right way?
I have try to set environment:
export CMAKE_PREFIX_PATH=/Applications/Licq.app
export DESTDIR=/Applications/Licq.app
But this changes have no effect. Install standalone dir with licq will be much easy for users/testers, because licq have many dependences on libs from mac ports.
revision:
commit 7618d45a94cd405d74c367514600f532f537ee40
Author: Erik Johansson <***@licq.org>
Date: Fri Dec 17 09:37:09 2010 +0100
Use git HEAD revision as extra version
Thanks.