In my existing compile command line I use this switch to define a macro from the command line:
-DSsvid_UsrName=\"$USER\"
Using Cevelop 1.4, I added:
Project > Properties
C/C++ Build > Environment
Environment variables to set > Add...
Name: Ssvid_UsrName
Value: ${USER}
After this I am getting the same error message. How do I verify that the Ssvid_UsrName
macro has been set?