Replies: 2 comments · 6 replies
-
hi @zehranrgi
happy hacking! Xingang Liu |
Beta Was this translation helpful? Give feedback.
All reactions
-
Also here is all the apt packages containing
Maybe it can be helpful if you compare it with yours.
Could you run this and share the results to provide more information on your system? |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
|
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
thank you @xmfcx . I compared your packages, and we have the same for 1.74. But, I have another version here too.
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Diffs: https://gist.github.com/xmfcx/102d47854f7575f09d09d46968499220/revisions?diff=split&w= Checking the diffs, you have lots of additional boost packages that are higher in version like 1.81 and 1.83. Are they coming from this ppa? https://stackoverflow.com/a/76543551 If so, please remove the ppa and all the additional boost libraries that you have. Be careful while doing this and go step by step as you check if important programs depend on what you remove. You can check the additional ppas that you have from |
Beta Was this translation helpful? Give feedback.
All reactions
-
Also I see that you have a lot of i386 packages too. They are most likely useless on your system and I would recommend removing them and removing the architecture following: https://superuser.com/questions/714391/how-do-i-remove-all-i386-architecture-packages-from-my-debian-installation It will make future Upon further review, you also have a lot of |
Beta Was this translation helpful? Give feedback.
All reactions
-
Also, others faced with that issue. |
Beta Was this translation helpful? Give feedback.
-
I have boost on /usr/local 1.76 version ,
after the ros command in the installation, I also got /usr/include/ 1.74 boost version.
Colcon build command created that issue:
If I added,
find_package(Boost REQUIRED COMPONENTS date_time)
It gave that issue:
fatal error: 'boost/geometry/strategies/agnostic/hull_graham_andrew.hpp' file not found
is there any solution for it?
Beta Was this translation helpful? Give feedback.
All reactions