[Merkaartor] Error 400 with SVN's Yahoo adapter?

Colin Marquardt colin at marquardt-home.de
Sat May 24 21:06:28 BST 2008


Am Freitag, den 23.05.2008, 10:29 +0200 schrieb bvh:
> On Thu, May 22, 2008 at 11:14:37PM +0200, Colin Marquardt wrote:
> > > Btw. are you using the merkaartor webkit or the Qt4.4 webkit?
> > Uhm. I somehow do not manage to compile Merkaartor with its own webkit.
> > Isn't it "qmake -r All.pro" and "qmake Merkaartor.pro", then "make"?
> 
> Yes.
> 
> Please specify where it goes wrong. You are probably missing some
> dependencies. See also : http://trac.webkit.org/wiki/QtWebKit
> for some common compile errors on webkit and what kind of missing
> software causes it.

Sorry for the misunderstanding, but I have no trouble compiling it (I
had solved the dependency issues in the past already), but it's that
Merkaartor doesn't seem to be linked with the correct webkit:

/editors/merkaartor$ ldd binaries/debug/bin/merkaartor 
        linux-vdso.so.1 =>  (0x00007fff7f7fe000)
        libQtWebKit.so.4 => /usr/lib/libQtWebKit.so.4
(0x00007f4076777000)
        libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0x00007f407652e000)
        libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0x00007f40759d1000)
        libQtNetwork.so.4 => /usr/lib/libQtNetwork.so.4
(0x00007f40756c9000)
        libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0x00007f4075287000)
[...]

/usr/lib/libQtWebKit.so.4 (which is /usr/lib/libQtWebKit.so.4.4.0) is
the distribution's webkit? I would have expected to see a local webkit
in /usr/local/lib/, but "make install" only does 

install -m 755 -p "binaries/debug/bin/merkaartor"
"/usr/local/bin/merkaartor"

How is it even supposed to find a local webkit in this case?

Cheers
  Colin





More information about the Merkaartor mailing list