fmrico / popf

The POPF planner from KCL planning group with some modifications to make it work with "modern" compilers...
GNU General Public License v2.0
17 stars 9 forks source link

Error while compiling in ros2 using colcon #9

Closed Alexior319 closed 8 months ago

Alexior319 commented 9 months ago

My configuration:

I use the following commands to compile this project:

mkdir -p ~/ws/src
cd ~/ws/src
git clone https://github.com/fmrico/popf.git -b foxy-devel
cd ..
colcon build --symlink-install

Then it always fails with the following information:

Starting >>> popf --- stderr: popf /root/ws/src/popf/src/VALfiles/parsing/pddl+.yacc: warning: 1 shift/reduce conflict [-Wconflicts-sr] /root/ws/src/popf/src/VALfiles/parsing/pddl+.yacc: warning: 4 reduce/reduce conflicts [-Wconflicts-rr] sed: can't read s/yyerror(char/yyerror(const char/: No such file or directory

Finished <<< popf [15.9s]

Summary: 1 package finished [16.0s] 1 package had stderr output: popf

When I checkout at other branches (e.g. humber-devel) and compile, it also reports error as before.

Really get frustrated, looking forward to your reply.

Alexior319 commented 8 months ago

My mistake, these warnings do not affect functionality.