mru00 / crane_gps_watch

Linux and Windows client for the crane gps watch
GNU General Public License v2.0
29 stars 15 forks source link

Compile fail after new update #2

Closed knedlyk closed 9 years ago

knedlyk commented 9 years ago

Archlinux, up to date, standard ./confgure followed by make http://pastebin.com/rbQDFNPC

mru00 commented 9 years ago

Very interesting, neither my compiler nor travis-ci.org's show these errors, cf. https://travis-ci.org/mru00/crane_gps_watch/builds

Could you do a g++ --version? Anyways, the errors should be fixed.

On 2014-11-16 17:47, knedlyk wrote:

Archlinux, up to date, standard ./confgure followed by make http://pastebin.com/rbQDFNPC [1]

Reply to this email directly or view it on GitHub [2].

*

Links:

[1] http://pastebin.com/rbQDFNPC [2] https://github.com/mru00/crane_gps_watch/issues/2

knedlyk commented 9 years ago

What distro do you use? And compiler?

knedlyk commented 9 years ago

Please add

include

into SerialLink.cpp, it fixes the error and building.

mru00 commented 9 years ago

Hi,

cat /etc/issue: Ubuntu 14.04.1 LTS \n \l

uname -a: Linux xxx 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:31:23 UTC 2014 i686 i686 i686 GNU/Linux

g++ --version: g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Did my last commit fix your issues?

On 2014-11-16 18:51, knedlyk wrote:

What distro do you use? And compiler?

Reply to this email directly or view it on GitHub [1].

*

Links:

[1] https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63229737

knedlyk commented 9 years ago

Hi, Last commit fixed the compile issue. But something wrong is with the output tcx files. Today I downloaded my track by means of new code and this tcx file had missed track coordinates. I attached two files, one of them is my track I got with the client from 13.11.2014 and second file with today's code. Check them in gps visualizer.

PS BTW, perl client works well :-)

Yarema

2014-11-16 23:42 GMT+01:00 mru notifications@github.com:

Hi,

cat /etc/issue: Ubuntu 14.04.1 LTS \n \l

uname -a: Linux xxx 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:31:23 UTC 2014 i686 i686 i686 GNU/Linux

g++ --version: g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Did my last commit fix your issues?

On 2014-11-16 18:51, knedlyk wrote:

What distro do you use? And compiler?

Reply to this email directly or view it on GitHub [1].

*

Links:

[1] https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63229737

— Reply to this email directly or view it on GitHub https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243260.

knedlyk commented 9 years ago

I forgot to mention that these two files are the same track, but obtained by different clients.

2014-11-16 23:54 GMT+01:00 YUP yupadmin@gmail.com:

Hi, Last commit fixed the compile issue. But something wrong is with the output tcx files. Today I downloaded my track by means of new code and this tcx file had missed track coordinates. I attached two files, one of them is my track I got with the client from 13.11.2014 and second file with today's code. Check them in gps visualizer.

PS BTW, perl client works well :-)

Yarema

2014-11-16 23:42 GMT+01:00 mru notifications@github.com:

Hi,

cat /etc/issue: Ubuntu 14.04.1 LTS \n \l

uname -a: Linux xxx 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:31:23 UTC 2014 i686 i686 i686 GNU/Linux

g++ --version: g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Did my last commit fix your issues?

On 2014-11-16 18:51, knedlyk wrote:

What distro do you use? And compiler?

Reply to this email directly or view it on GitHub [1].

*

Links:

[1] https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63229737

— Reply to this email directly or view it on GitHub https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243260 .

knedlyk commented 9 years ago

Hi Rudolf, Here you have output with option --to_image and resulting tcx. Take a look on tcx file, it has only several trackpoints. And please add Makefile.in into data directory, configure is failed with: configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: error: cannot find input file: `data/Makefile.in'

Best, Yarema

2014-11-16 23:58 GMT+01:00 YUP yupadmin@gmail.com:

I forgot to mention that these two files are the same track, but obtained by different clients.

2014-11-16 23:54 GMT+01:00 YUP yupadmin@gmail.com:

Hi, Last commit fixed the compile issue. But something wrong is with the output tcx files. Today I downloaded my track by means of new code and this tcx file had missed track coordinates. I attached two files, one of them is my track I got with the client from 13.11.2014 and second file with today's code. Check them in gps visualizer.

PS BTW, perl client works well :-)

Yarema

2014-11-16 23:42 GMT+01:00 mru notifications@github.com:

Hi,

cat /etc/issue: Ubuntu 14.04.1 LTS \n \l

uname -a: Linux xxx 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:31:23 UTC 2014 i686 i686 i686 GNU/Linux

g++ --version: g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Did my last commit fix your issues?

On 2014-11-16 18:51, knedlyk wrote:

What distro do you use? And compiler?

Reply to this email directly or view it on GitHub [1].

*

Links:

[1]

https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63229737

— Reply to this email directly or view it on GitHub https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243260 .

mru00 commented 9 years ago

Hm, yes, i changed something with the gps coordinates. I had a track where the coordinates weren't decoded correctly.

I didn't receive the attached files. Probably github, please send again to my private email. Also, please send me the "image" file, .bin. Either obtained by the perl client, or by the "--to_image" option. That way i can test it directly.

On 2014-11-16 23:55, knedlyk wrote:

Hi, Last commit fixed the compile issue. But something wrong is with the output tcx files. Today I downloaded my track by means of new code and this tcx file had missed track coordinates. I attached two files, one of them is my track I got with the client from 13.11.2014 and second file with todays code. Check them in gps visualizer.

PS BTW, perl client works well :-)

Yarema

2014-11-16 23:42 GMT+01:00 mru notifications@github.com:

Hi,

cat /etc/issue: Ubuntu 14.04.1 LTS n l

uname -a: Linux xxx 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:31:23 UTC 2014 i686 i686 i686 GNU/Linux

g++ --version: g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Did my last commit fix your issues?

On 2014-11-16 18:51, knedlyk wrote:

What distro do you use? And compiler?

Reply to this email directly or view it on GitHub [1].

*

Links:

[1]

https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63229737

— Reply to this email directly or view it on GitHub

https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243260.

Reply to this email directly or view it on GitHub [1].

*

Links:

[1] https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243750

knedlyk commented 9 years ago

Please check your email mru@sisyphus.teil.cc

2014-11-17 10:36 GMT+01:00 mru notifications@github.com:

Hm, yes, i changed something with the gps coordinates. I had a track where the coordinates weren't decoded correctly.

I didn't receive the attached files. Probably github, please send again to my private email. Also, please send me the "image" file, .bin. Either obtained by the perl client, or by the "--to_image" option. That way i can test it directly.

On 2014-11-16 23:55, knedlyk wrote:

Hi, Last commit fixed the compile issue. But something wrong is with the output tcx files. Today I downloaded my track by means of new code and this tcx file had missed track coordinates. I attached two files, one of them is my track I got with the client from 13.11.2014 and second file with todays

code. Check them in gps visualizer.

PS BTW, perl client works well :-)

Yarema

2014-11-16 23:42 GMT+01:00 mru notifications@github.com:

Hi,

cat /etc/issue: Ubuntu 14.04.1 LTS n l

uname -a: Linux xxx 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:31:23 UTC 2014 i686 i686 i686 GNU/Linux

g++ --version: g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Did my last commit fix your issues?

On 2014-11-16 18:51, knedlyk wrote:

What distro do you use? And compiler?

Reply to this email directly or view it on GitHub [1].

*

Links:

[1]

https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63229737

— Reply to this email directly or view it on GitHub

<https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243260 .

Reply to this email directly or view it on GitHub [1].

*

Links:

[1] https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243750

— Reply to this email directly or view it on GitHub https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63279479.

mru00 commented 9 years ago

Yes, sorry, i received the files, thanks. Yes, there is a problem ;)

I'll try to come up with a fix. And i've added the Makefile.in. Expect a new upload soon.

Thanks for the testing and feedback!

On 2014-11-17 10:40, knedlyk wrote:

Please check your email mru@sisyphus.teil.cc

2014-11-17 10:36 GMT+01:00 mru notifications@github.com:

Hm, yes, i changed something with the gps coordinates. I had a track where the coordinates werent decoded correctly.

I didnt receive the attached files. Probably github, please send again to my private email. Also, please send me the "image" file, .bin. Either obtained by the

perl client, or by the "--to_image" option. That way i can test it directly.

On 2014-11-16 23:55, knedlyk wrote:

Hi, Last commit fixed the compile issue. But something wrong is with the output tcx files. Today I downloaded my track by means of new code and this tcx file had missed track coordinates. I attached two files, one of them is my track I got with the client from 13.11.2014 and second file with todays

code. Check them in gps visualizer.

PS BTW, perl client works well :-)

Yarema

2014-11-16 23:42 GMT+01:00 mru notifications@github.com:

Hi,

cat /etc/issue: Ubuntu 14.04.1 LTS n l

uname -a: Linux xxx 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:31:23 UTC 2014 i686 i686 i686 GNU/Linux

g++ --version: g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Did my last commit fix your issues?

On 2014-11-16 18:51, knedlyk wrote:

What distro do you use? And compiler?

Reply to this email directly or view it on GitHub [1].

*

Links:

[1]

https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63229737

— Reply to this email directly or view it on GitHub

<https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243260

.

Reply to this email directly or view it on GitHub [1].

*

Links:

[1]

https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243750

— Reply to this email directly or view it on GitHub

https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63279479.

Reply to this email directly or view it on GitHub [1].

*

Links:

[1] https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63279929

mru00 commented 9 years ago

Better now? I added your .bin to the testing files, hope that is ok? After all, it reveals your geolocation.

On 2014-11-17 10:40, knedlyk wrote:

Please check your email mru@sisyphus.teil.cc

2014-11-17 10:36 GMT+01:00 mru notifications@github.com:

Hm, yes, i changed something with the gps coordinates. I had a track where the coordinates werent decoded correctly.

I didnt receive the attached files. Probably github, please send again to my private email. Also, please send me the "image" file, .bin. Either obtained by the

perl client, or by the "--to_image" option. That way i can test it directly.

On 2014-11-16 23:55, knedlyk wrote:

Hi, Last commit fixed the compile issue. But something wrong is with the output tcx files. Today I downloaded my track by means of new code and this tcx file had missed track coordinates. I attached two files, one of them is my track I got with the client from 13.11.2014 and second file with todays

code. Check them in gps visualizer.

PS BTW, perl client works well :-)

Yarema

2014-11-16 23:42 GMT+01:00 mru notifications@github.com:

Hi,

cat /etc/issue: Ubuntu 14.04.1 LTS n l

uname -a: Linux xxx 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:31:23 UTC 2014 i686 i686 i686 GNU/Linux

g++ --version: g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Did my last commit fix your issues?

On 2014-11-16 18:51, knedlyk wrote:

What distro do you use? And compiler?

Reply to this email directly or view it on GitHub [1].

*

Links:

[1]

https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63229737

— Reply to this email directly or view it on GitHub

<https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243260

.

Reply to this email directly or view it on GitHub [1].

*

Links:

[1]

https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243750

— Reply to this email directly or view it on GitHub

https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63279479.

Reply to this email directly or view it on GitHub [1].

*

Links:

[1] https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63279929

knedlyk commented 9 years ago

Cannot check right now, in a few hours I let you know. Yarema On Nov 17, 2014 11:20 AM, "mru" notifications@github.com wrote:

Better now? I added your .bin to the testing files, hope that is ok? After all, it reveals your geolocation.

On 2014-11-17 10:40, knedlyk wrote:

Please check your email mru@sisyphus.teil.cc

2014-11-17 10:36 GMT+01:00 mru notifications@github.com:

Hm, yes, i changed something with the gps coordinates. I had a track where the coordinates werent decoded correctly.

I didnt receive the attached files. Probably github, please send again to my private email. Also, please send me the "image" file, .bin. Either obtained by the

perl client, or by the "--to_image" option. That way i can test it directly.

On 2014-11-16 23:55, knedlyk wrote:

Hi, Last commit fixed the compile issue. But something wrong is with the output tcx files. Today I downloaded my track by means of new code and this tcx file had missed track coordinates. I attached two files, one of them is my track I got with the client from 13.11.2014 and second file with todays

code. Check them in gps visualizer.

PS BTW, perl client works well :-)

Yarema

2014-11-16 23:42 GMT+01:00 mru notifications@github.com:

Hi,

cat /etc/issue: Ubuntu 14.04.1 LTS n l

uname -a: Linux xxx 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:31:23 UTC 2014 i686 i686 i686 GNU/Linux

g++ --version: g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Did my last commit fix your issues?

On 2014-11-16 18:51, knedlyk wrote:

What distro do you use? And compiler?

Reply to this email directly or view it on GitHub [1].

*

Links:

[1]

https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63229737

— Reply to this email directly or view it on GitHub

<https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243260

.

Reply to this email directly or view it on GitHub [1].

*

Links:

[1]

https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243750

— Reply to this email directly or view it on GitHub

<https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63279479 .

Reply to this email directly or view it on GitHub [1].

*

Links:

[1] https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63279929

— Reply to this email directly or view it on GitHub https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63284354.

knedlyk commented 9 years ago

Good! The tcx file looks well. You can use my track for testing purposes, I'm not a public person :-) Yarema

2014-11-17 11:58 GMT+01:00 YUP yupadmin@gmail.com:

Cannot check right now, in a few hours I let you know. Yarema On Nov 17, 2014 11:20 AM, "mru" notifications@github.com wrote:

Better now? I added your .bin to the testing files, hope that is ok? After all, it reveals your geolocation.

On 2014-11-17 10:40, knedlyk wrote:

Please check your email mru@sisyphus.teil.cc

2014-11-17 10:36 GMT+01:00 mru notifications@github.com:

Hm, yes, i changed something with the gps coordinates. I had a track where the coordinates werent decoded correctly.

I didnt receive the attached files. Probably github, please send again to my private email. Also, please send me the "image" file, .bin. Either obtained by the

perl client, or by the "--to_image" option. That way i can test it directly.

On 2014-11-16 23:55, knedlyk wrote:

Hi, Last commit fixed the compile issue. But something wrong is with the output tcx files. Today I downloaded my track by means of new code and this tcx file had missed track coordinates. I attached two files, one of them is my track I got with the client from 13.11.2014 and second file with todays

code. Check them in gps visualizer.

PS BTW, perl client works well :-)

Yarema

2014-11-16 23:42 GMT+01:00 mru notifications@github.com:

Hi,

cat /etc/issue: Ubuntu 14.04.1 LTS n l

uname -a: Linux xxx 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:31:23 UTC 2014 i686 i686 i686 GNU/Linux

g++ --version: g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Did my last commit fix your issues?

On 2014-11-16 18:51, knedlyk wrote:

What distro do you use? And compiler?

Reply to this email directly or view it on GitHub [1].

*

Links:

[1]

https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63229737

— Reply to this email directly or view it on GitHub

< https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243260

.

Reply to this email directly or view it on GitHub [1].

*

Links:

[1]

https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63243750

— Reply to this email directly or view it on GitHub

< https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63279479>.

Reply to this email directly or view it on GitHub [1].

*

Links:

[1] https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63279929

— Reply to this email directly or view it on GitHub https://github.com/mru00/crane_gps_watch/issues/2#issuecomment-63284354 .