C API error as --'solclient/solClient.h' file not found #include "solclient/solClient.h"

Options
Naruto
Naruto Member Posts: 11 ✭✭
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:

Answers

  • Ragnar
    Ragnar Member, Employee Posts: 64 Solace Employee
    Options

    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