gracenote c++ wrapper error: gnsdk_taste.h is missed

234 Views Asked by At

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?

1

There are 1 best solutions below

0
On

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