Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcarla: Fix compile error with gcc >=13 #7176

Merged
merged 2 commits into from
Mar 26, 2024

Conversation

wentasah
Copy link
Contributor

Description

The error was:

LibCarla/source/carla/client/FileTransfer.h:31:57: error: 'uint8_t' was not declared in this scope
   31 |     static bool WriteFile(std::string path, std::vector<uint8_t> content);
      |                                                         ^~~~~~~

Checklist:

  • Your branch is up-to-date with the dev branch and tested with latest changes
  • Extended the README / documentation, if necessary
  • Code compiles correctly
  • All tests passing with make check (only Linux)
  • If relevant, update CHANGELOG.md with your changes

Where has this been tested?

  • Platform(s): Linux
  • Python version(s): not relevant
  • Unreal Engine version(s): not relevant

Possible Drawbacks

None :-)

The error was:

    LibCarla/source/carla/client/FileTransfer.h:31:57: error: 'uint8_t' was not declared in this scope
       31 |     static bool WriteFile(std::string path, std::vector<uint8_t> content);
          |                                                         ^~~~~~~
@wentasah wentasah requested a review from a team as a code owner February 22, 2024 12:46
Copy link

update-docs bot commented Feb 22, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update our CHANGELOG.md based on your changes.

@Blyron Blyron merged commit b6b4b4f into carla-simulator:dev Mar 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants