Hi, did you proceed as provided here?
http://sourceforge.net/apps/mediawiki/qlandkartegt/index.php?title=Compiling_QLandkarte_GT_on_Kubuntu I compile QLandkarteGT myself with Xubuntu 12.10 without problems with a script: -------------------------- #!/bin/bash cd /home/jolatt/Software_Build-Inst wget http://sourceforge.net/projects/qlandkartegt/files/latest/QLGT.gz echo tar -xvzf QLGT.gz echo mv ./qland* ./QLandkarteGT rm -f QLGT.gz mkdir ./build_QLandkarteGT cd ./build_QLandkarteGT cmake ../QLandkarteGT -DBIN_INSTALL_DIR=/usr/bin \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DDATA_INSTALL_DIR=/usr/share \ -DDATA_INSTALL_PREFIX=/usr/share \ -DEXEC_INSTALL_PREFIX=/usr \ make echo echo "QLandkarteGT installieren!" echo sudo make install cd .. rm -r -f ./build_QLandkarteGT rm -r -f ./QLandkarteGT echo echo "Fertig, Entertaste drücken!" read pause exit -------------------------- Regards Josef Am 14.02.2013 16:54, schrieb Richard Müller: > Hi all, > It's a cold day outside and so the best time to try to install QLandkarteGT. > > I'm on Ubuntu 12.04. First I installed the package from the Ubuntu > Repo, its version 1.2.3. When trying to open a gpx-file I have on disk > (File --> Load Geo Data --> Clicking on "Documents" in the file > choosing dialogue window) QlandkarteGT crashes, i.e. the window > disappears. I thought of a version problem and so I installed the > lastest version 1.6.0. No problem compiling - everything OK. But I ran > into the same error. When opening in a terminal I get the following > error messages: > > ------------------------------------------------------------------------------- > richard@neuer:~$ qlandkartegt > use config file: "" > Warning: QSpiAccessible::accessibleEvent not handled: "6" obj: > QMenu(0x9dda210) "" > Warning: QSpiAccessible::accessibleEvent not handled: "7" obj: > QMenu(0x9dda210) "" > Warning: QSpiAccessible::accessibleEvent not handled: "8008" obj: > QObject(0x0) " invalid interface!" > Warning: QSpiAccessible::accessibleEvent not handled: "8008" obj: > QSidebar(0x9e62428, name = "sidebar") "sidebar" > Warning: QPainter::begin: Paint device returned engine == 0, type: 3 > Warning: QPainter::setCompositionMode: Painter not active > Warning: QPainter::end: Painter not active, aborted > Fatal: ASSERT failure in : "Got an update for an invalid inteface. > Investigate this.", file atspiadaptor.cpp, line 899 > Aborted (core dumped) > --------------------------------------------------------------------------- > As advised, I deleted the entry in .config. Perhaps the error messages > mean something to you? > > What can I do? > Thanks for helping - Richard > ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
