Built unixODBC ( -disable-gui ) and Qt without issues. Now trying to rebuild unixODBC ( -enable-gui ) so I can use ODBCConfig GUI tool.
But build process does not find Qt libs (even though it does find Qt).
I have set QTDIR to what I believe is the correct directory. (export QTDIR=/usr/share/qt in my /etc/profile)
Any ideas?
Cheers!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, one of the reasons I was keen to split the GUI parts away to a separate project was that I seemed to spend my life updating the QT detection code. I will take a look and see if I can find why that combination is failing. Its not much help providing a binary, as it needs to match the QT libs you have.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
unixODBC-2.2.12
Qt-3.3.8b
CentOS 6.2
Built unixODBC ( -disable-gui ) and Qt without issues. Now trying to rebuild unixODBC ( -enable-gui ) so I can use ODBCConfig GUI tool.
But build process does not find Qt libs (even though it does find Qt).
I have set QTDIR to what I believe is the correct directory. (export QTDIR=/usr/share/qt in my /etc/profile)
Any ideas?
Cheers!
BTW - the build process process does not echo back a failure … it just hangs on forever looking to the Qt libraries…
Is there a way to get a ODBCConfig binary? I do not see it in CentOS 6.2. How can I install ODBCConfig without having to rebuild it from source?
Thanks.
Hi, one of the reasons I was keen to split the GUI parts away to a separate project was that I seemed to spend my life updating the QT detection code. I will take a look and see if I can find why that combination is failing. Its not much help providing a binary, as it needs to match the QT libs you have.
Ok. Thanks and keep me updated.