Hi Samet,
I was trying to get a similar setup working and I faced the same problem.
I do not have a fix for your problem but I have a way forward (which I tried; but I would suggest someone else to still answer this).
Firstly, have a look at
this chat and ensure that the library names and .pc file names are as desired. You might also be able to ignore this step as I am not sure if it is completely necessary.
After that, we can check that the files you see are in the right place, but the DCE build is not looking for them there. You can modify the DCE build system to find them and you will be able to have DCE look up the files. (You can also check DCE logs {run
./waf -v in ns-3-dce directory} and see where it is looking for the header files and move them there)
After doing that, DCE finds the header files but is unable to build due to code incompatibility between the DCE source code and ns-3.38 code.
This is where I am stuck. You can try what I did and share if you find a solution along the way which helps us all setup this scenario. I must say that I am not an expert in this and I am sharing what I have tried.
Thanks & Regards,
Harsh Patel