Reply
Thread Tools
Posts: 123 | Thanked: 21 times | Joined on Sep 2009
#1
I've been revisiting a project I haven't looked at for a few months (and after reinstalling my build environment). It didn't compile and I had to make the following symbolic links :

Code:
  116* fakeroot ln -s /opt/lib/libQtLocation.so.1.0.2 /usr/lib/libQtLocation.so
  118* fakeroot ln -s /opt/lib/libQtBearer.so.1.0.2 /usr/lib/libQtBearer.so
It seems like this shouldn't be necessary. Am I doing something wrong?

Max.
 
Posts: 87 | Thanked: 47 times | Joined on Sep 2009 @ Sorocaba, Brasil
#2
Could it be that QTMobility libs have been moved from to a different path and you have not yet reconfigured your project so the Makefile is updated in consequence?

Though I'm just guessing because I do not know if you are using autoconf. Just an idea.
 
Posts: 123 | Thanked: 21 times | Joined on Sep 2009
#3
Originally Posted by dalonso View Post
Could it be that QTMobility libs have been moved from to a different path and you have not yet reconfigured your project so the Makefile is updated in consequence?

Though I'm just guessing because I do not know if you are using autoconf. Just an idea.
My project uses qmake - no auto tools or configure scripts. I have these lines :

Code:
CONFIG      += debug qt mobility
QT=core gui network maemo5
and my clone was a fresh one (completely wiped my system) so there should be no Makefiles left.

But anyway, I still don't quite get how anything in my project would be relevant to missing links in /usr/lib.

At the moment, I have :

Code:
> ls -l /usr/lib/libQtBearer*
lrwxrwxrwx  1 davidmaxwaterman davidmaxwaterman 29 Jan  6 22:26 /usr/lib/libQtBearer.so -> /opt/lib/libQtBearer.so.1.0.2
lrwxrwxrwx  1 davidmaxwaterman davidmaxwaterman 20 Jan  6 17:23 /usr/lib/libQtBearer.so.1 -> libQtBearer.so.1.0.2
lrwxrwxrwx  1 davidmaxwaterman davidmaxwaterman 20 Jan  6 17:23 /usr/lib/libQtBearer.so.1.0 -> libQtBearer.so.1.0.2
lrwxrwxrwx  1 davidmaxwaterman davidmaxwaterman 29 Jan  6 17:23 /usr/lib/libQtBearer.so.1.0.2 -> /opt/lib/libQtBearer.so.1.0.2
That first one was missing and, as you can see from the dates, I had to create it by hand. Same for libQtLocation.so.

Thoughts?

Max.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 20:37.