Closed harshakokel closed 1 year ago
Hi Harsha,
I tried to compile the planner using the same CMake and clang versions as you, and it worked without problems. Are you using the master
branch or some previous version?
Sorry, I think that I actually might have some changes that could help -- I did not realize they were not pushed.
I made some changes due to some warnings in the more recent version of GCC and pushed them to a branch called test-compilers
. Could you please check out the branch and try to compile it?
> git pull
> git checkout test-compilers
> ./build.py
I also added a flag to build.py
and powerlifted.py
to switch the C++ compilers more easily. You basically just need to pass --cxx-compiler /path/to/compiler
.
Hello,
I tried a couple of things on master
branch: changed cmake version, added -Wno-error flag, etc. Finally I was able to compile the code with the following changes:
I tested with cmake 3.12 as well as 3.23.2. Above changes works with both the versions.
I tested the test-compilers
branch on both versions and I still get the same error: call to 'feed' is ambiguous
Do you approve of the above changes?
Dear @harshakokel
Apologies for the (very) long delay. We merged a pull request from @PLauerRocks (Pascal) that addresses your changes. Could you please check the commit ca8530e
and see if it solves your problem? It seems like Pascal applied all the changes you requested and a few more too.
-ABC
Hello,
I am trying to setup the powerlifted planner on a MacOS. I am getting two
call to 'feed' is ambiguous
errors shown below on runningbuild.py
. Can you share what gcc and cmake version are you using? Mine is 13.1.6 and 3.23.2 respectively.GCC version
Cmake version
Error