Hey Everyone, For my current project I am trying to modify some of the header files of lte module of ns-3. Before doing that I downloaded and built the openflow module as well, and I also verified that it is working just fine. However when it comes to include a header file of openflow module to an lte module header file (e.g. including openflow-interface.h to lte-enb-phy.h ) the waf build system is giving me an error like "openflow.h is not a directory" where openflow.h is a library which is being included in the openflow-interface.h. I am pretty sure that this is related with not including the path of the of those openflow libraries to the waf system but I couldn't figure out how to do that. Could you guys give an idea to solve that problem? Thanks in advance Best
*Koray Kokten*