RobotecAI / rai-rosbot-xl-demo

Apache License 2.0
7 stars 1 forks source link

build error: multiple rules generate `Gem/gem.json` #19

Open ycheng517 opened 1 week ago

ycheng517 commented 1 week ago

Following the build instructions in the README in the ros:jazzy docker cotnainer, I get the following error:

root@Predator://rai-rosbot-xl-demo/Project# cmake --build build/linux --config profile --target RAIROSBotXLDemo.Assets RAIROSBotXLDemo.GameLauncher
ninja: error: CMakeFiles/common.ninja:53868: multiple rules generate /rai-rosbot-xl-demo/Project/Gem/gem.json
jhanca-robotecai commented 1 week ago

I tried to reproduce your error and I created a dockerfile for this. It is still work in progress, but you might be interested to have a look: https://github.com/RobotecAI/rai-rosbot-xl-demo/pull/20

Please let me know if it helps. I will add some guidance about starting O3DE within Docker soon.