-
Notifications
You must be signed in to change notification settings - Fork 50
Description
p4@p4:~/intel/p4app-switchML/dev_root/examples$ make
DEBUG is not set. Enabling all optimizations.
g++ -std=c++17 -DNDEBUG -O3 -I/home/p4/intel/p4app-switchML/dev_root/build/include /home/p4/intel/p4app-switchML/dev_root/examples/hello_world/main.cc -L/home/p4/intel/p4app-switchML/dev_root/build/lib -lswitchml-client -lglog -lstdc++ -lboost_program_options -lpthread -o /home/p4/intel/p4app-switchML/dev_root/build/bin/hello_world
/home/p4/intel/p4app-switchML/dev_root/examples/hello_world/main.cc:23:10: fatal error: switchml/context.h: No such file or directory
23 | #include <switchml/context.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:103: /home/p4/intel/p4app-switchML/dev_root/build/bin/hello_world] Error 1