0

I'm trying to write simple app based on GNSDK, which will be using c++ wrapper. And I have error - after I including "gnsdk.hpp" compiler could not find gnsdk_taste.h. I was trying to find it in GNSDK folder, but could not. Could someone please help me to solve issue?

buggi zhuk
  • 87
  • 1
  • 6
  • Can you try removing gnsdk_taste.h from gnsdk.hpp? You are not going to use gnsdk_taste anyway as the corresponding lib is not included. – Jonx Nov 24 '14 at 18:04
  • Thanks, It work for me. But it was a little bit strange - I have downloaded GNSDK from official site, and it contains such little bug. – buggi zhuk Nov 25 '14 at 11:46
  • Can you accept a comment as and answer? Also would you be so kind and let me know the exact version or name of the package you downloaded? I'll get it corrected. – Jonx Nov 26 '14 at 19:03

1 Answers1

0

Remove gnsdk_taste.h from gnsdk.hpp. You are not going to use gnsdk_taste anyway as the corresponding lib is not included.

Jonx
  • 1,075
  • 12
  • 16