0

I created gpr file for mixed language project by running gprconfig. Unfortunately the resulting gpor file has fixed usernames in every path, eg /home/tomsmith/.... I need to make gprconfig generate, instead, something like /home/$USER/... so the gpr file will work for anyone trying to use it.

So far, all of my attempts have failed. I tried modifying the output gpr file directly, replacing tomsmith with $USER, but the tool complains that path /home/user/... is not found --which, of course, it is not. It is not picking up the $USER env variable for some reason(s). Anyone ever use gprconfig to create a gpr file that is user independent?

0 Answers0