So basically I'm using veins 4.6 for running this attacker app https://github.com/VeReMi-dataset/veins/tree/securecomm2018/src/veins/modules/application/attackerapp but in Windows now I have a problem regarding the rapid Jason
1) the full path where you have unpacked RapidJson; This is my path
C:\Users\Murad\Desktop\rapidjson\include
2) the content of make frag from the src directory of your veins; [enter image description here][1] **#
3) detailed error message these are the photos https://drive.google.com/file/d/11ln1ooG6bO9oG0-RwchaRrkw95wWo2pF/view?usp=sharing https://drive.google.com/file/d/1AZZfYsUbZMIYWqtpAII7alKK7PBGp7xi/view?usp=sharing [1]: https://i.stack.imgur.com/QZnO2.png
OMNeT++project usually uses Makefile that is generated automatically and it mustn't be edited manually. Try to add the include directory ofRapid JSONusingMakefrag.Let's assume that one unpacked
Rapid JSONinto the following directory:i.e. there is the file
C:\Users\Murad\Desktop\rapidjson\include\rapidjson\stringbuffer.hThere are two ways of editing
makefrag:Method 1:
Go to
Project Properties, chooseOMNeT++|Makemake| selectsrc|Options|Custom|Makefragand write:Method 2:
Open in any text editor
makefragfromveins\srcand add the above mentioned line withINCLUDE_PATH.Note that
/c/meansC:\.Then use in your code: