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

error: no matching member function for call to 'AddRaw' #2005

Closed
hortonwu opened this issue Mar 24, 2020 · 1 comment
Closed

error: no matching member function for call to 'AddRaw' #2005

hortonwu opened this issue Mar 24, 2020 · 1 comment
Labels
solution: invalid the issue is not related to the library

Comments

@hortonwu
Copy link

  • What is the issue you have?
    In file included from /home/carla/Unreal/CarlaUE4/Plugins/Carla/Intermediate/Build/Linux/B4D820EA/UE4Editor/Development/Carla/Module.Carla.cpp:12:
    /home/carla/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaEngine.cpp:63:57: error: no matching member function for call to 'AddRaw'
    OnPreTickHandle = FWorldDelegates::OnWorldTickStart.AddRaw(

  • Please describe the steps to reproduce the issue. Can you provide a small but working code example?

  1. clone carla
  2. update carla asset
  3. make launch
  4. BuildCarlaUE4.sh: Build CarlaUE4 project.
  • What is the expected behavior?
    shall build successfully
  • And what is the actual behavior instead?
    error: CarlaEngine.cpp:63:57: error: no matching member function for call to 'AddRaw'
    CarlaEngine.cpp:63:57: error: no matching member function for call to 'AddRaw'
  • Which compiler and operating system are you using? Is it a supported compiler?
    clang7, it is a supported compiler
  • Did you use a released version of the library or the version from the develop branch?
    develop
  • If you experience a compilation error: can you compile and run the unit tests?
@nlohmann
Copy link
Owner

This seems to be unrelated to this library.

@nlohmann nlohmann added solution: invalid the issue is not related to the library and removed kind: bug labels Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solution: invalid the issue is not related to the library
Projects
None yet
Development

No branches or pull requests

2 participants