Closed michaelaye closed 8 years ago
The compile stops immediately with:
./Allwmake: line 7: /wmake/scripts/AllwmakeParseArguments: No such file or directory
which indicates that $WM_PROJECT_DIR from this line of Allwmake is not set:
$WM_PROJECT_DIR
Allwmake
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
Should this be added to prefs.sh ?
prefs.sh
I skipped sourcing etc/bashrc so this is a non-issue.
etc/bashrc
The compile stops immediately with:
which indicates that
$WM_PROJECT_DIR
from this line ofAllwmake
is not set:Should this be added to
prefs.sh
?