jaiarobotics / jaiabot

Jaiabot source code
Other
16 stars 2 forks source link

Error when building #918

Closed E-Savage closed 2 days ago

E-Savage commented 4 days ago

I was attempting to use the build.sh script to build the software but it would seem that I ran into errors listed below jaiabotBuildError

I then tried using the cmake build option and I then received the following error but I did export the doxygen flag like the documentation said you could image below: jaiabotBuildError2

I am just kind of confused about what happened and I am not sure what to fix to get it to build properly using either method, any insights would be great and very helpful thank you for your time.

michael-jaia commented 2 days ago

Hey Eric thanks for posting. Did you run the setup-tools-build.sh and setup-tools-run.sh scripts in jaiabot/scripts first? I'm not sure if you saw these docs (https://github.com/jaiarobotics/jaiabot/blob/1.y/src/doc/markdown/page120_working_with_jaia_software.md) for launching the simulator.

E-Savage commented 2 days ago

Hello,

I have tried building the software after running the setup scripts and I have tried the one with out docker and it still gets stuck after 23% where it starts building npm settings. Is there a setting or a flag I should add to one of the scripts?

Sincerely,

Eric Savage

Sent from my Verizon, Samsung Galaxy smartphone Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Michael Twomey @.> Sent: Thursday, July 4, 2024 3:19:18 PM To: jaiarobotics/jaiabot @.> Cc: Eric Savage @.>; Author @.> Subject: Re: [jaiarobotics/jaiabot] Error when building (Issue #918)

Hey Eric thanks for posting. Did you run the setup-tools-build.sh and setup-tools-run.sh scripts in jaiabot/scripts first? I'm not sure if you saw these docs (https://github.com/jaiarobotics/jaiabot/blob/1.y/src/doc/markdown/page120_working_with_jaia_software.md) for launching the simulator.

— Reply to this email directly, view it on GitHubhttps://github.com/jaiarobotics/jaiabot/issues/918#issuecomment-2209478414, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AS3HCV7OWREKUTYUNMPX4ZTZKWN3NAVCNFSM6AAAAABKIWTL66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBZGQ3TQNBRGQ. You are receiving this because you authored the thread.Message ID: @.***>

E-Savage commented 2 days ago

Hello,

Thank you for your response I solved the issue I was having an issue with the version of protobuf, and downgrading it I had a clean install. Thank you for your help.