Has anybody ever faced the following issue while compiling with waf?
Everything was all right until I pulled the new GitHub repository
Has anybody ever faced the following issue while compiling with waf?
did you updated the submodules as well ? (git submodulesâŚ)
Yes I have updated the submodules multiple times using the following command
git submodule update --init --recursive
but the problem is still there.
Even I deleted the submodule âwafâ once and recloned it again.
try a distclean (./waf distclean)
It didnât fix the problem
It didnât fix the problem
you could try deleting all your sub-modules and re-initing them
I deleted all the sub-modules in /modules directory and then re-cloned them again
after updating the submodules those error messages showed up again!!!