Hi All,
I'm porting source code to PowerPC platform, While porting the source code Im facing error like below
#############################################################################################################
In file included from build/debug/vnsw/agent/cfg/cfg_constants.cpp:8:0:
| controller/src/base/trace.h:8:23: fatal error: tbb/mutex.h: No such file or directory
| #include <tbb/mutex.h>
| ^
| compilation terminated.
| scons: *** [build/debug/vnsw/agent/cfg/cfg_constants.o] Error 1
| scons: building terminated because of errors.
| WARNING: exit code 2 from a shell command.
#############################################################################################################
I have included the tbb in the DEPENDS section of bb file, even though tbb is compiled and installed, It is giving the above error. Can anyone let me the know the solution if you aware on this ?? ..
Thanks in advance..
Regards,
Vignesh.