C API error as --'solclient/solClient.h' file not found #include "solclient/solClient.h"
Naruto
Member Posts: 13 ✭✭
When I am trying to run a file in C, I am getting this error. Can someone please help me with this. I am new to PubSub+. Trying to learn as much as I can.
Tagged:
0
Answers
-
This is a 'C' language/compiler question more than a PubSub+ question. What build system are you using ?
In whatever system you choose, you must be sure to include "-I <path-to-solclient-include>" on your compiler invocation (typically add to CFLAGS in make).
Regards,
Ragnar
0