You are not logged in.

#1 2017-04-14 16:57:06

jim1960
Member
Registered: 2011-08-19
Posts: 28

please help compile igotu2gpx

I'm trying to compile the source:
https://launchpad.net/~igotu2gpx/+archi … 0.1.tar.xz

get the error message:
/usr/bin/ld: cannot find -lmarblewidget

How can I do?
(Sorry for my poor english)


Sorry for my poor english.

Offline

#2 2017-04-14 17:23:43

metak
Member
Registered: 2009-09-27
Posts: 198

Re: please help compile igotu2gpx

Seems you need marble-common package?

Last edited by metak (2017-04-14 17:23:57)

Offline

#3 2017-04-14 17:27:47

jim1960
Member
Registered: 2011-08-19
Posts: 28

Re: please help compile igotu2gpx

#pacman -Q | grep marble
marble-common 16.12.3-1
marble-data 16.12.3-1
marble-qt 16.12.3-1
subsurface-marble 4.6.3-1


Sorry for my poor english.

Offline

#4 2017-04-14 17:39:28

metak
Member
Registered: 2009-09-27
Posts: 198

Re: please help compile igotu2gpx

It looks like the upstream code you're trying to build is outdated (from 2013) and you should probably try to build it from this branch:

https://code.launchpad.net/~hackie/igot … +y2016+qt5

which is for qt5 and marble-common in arch repos of course uses qt5.

Offline

#5 2017-04-15 00:42:01

jim1960
Member
Registered: 2011-08-19
Posts: 28

Re: please help compile igotu2gpx

thanks metak!

It cannot compile with the qt5 version, error:
/usr/include/c++/6.3.1/cstdlib:75:25: fatal error: stdlib.h: No such file or directory
maybe need some packages which I don't know.

I download libmarblewidget18_4.13.0 for ubuntu and copy libmarblewidget.so to /usr/lib,
then compile successful for qt4 version.


Sorry for my poor english.

Offline

#6 2017-04-16 13:35:14

jim1960
Member
Registered: 2011-08-19
Posts: 28

Re: please help compile igotu2gpx

It need a file in /etc/udev/rules.d to work:
15-igotu2gpx.rules
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0df7", ATTRS{idProduct}=="0900", ACTION=="add", MODE="0666"


Sorry for my poor english.

Offline

Board footer

Powered by FluxBB