Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

fatal error: string: No such file or directory #include <string> #242

Closed
@ghost

Description

In file included from /Users/damianvandekauter/Documents/Arduino/libraries/Firebase/Firebase.h:25:0, from /Users/damianvandekauter/Documents/Arduino/libraries/Firebase/FirebaseArduino.h:22, from /Users/damianvandekauter/Documents/Arduino/Kamer_Damian/Kamer_Damian.ino:3: /Users/damianvandekauter/Documents/Arduino/libraries/Firebase/FirebaseHttpClient.h:4:18: fatal error: string: No such file or directory #include <string> ^ compilation terminated. exit status 1 Fout bij het compileren van board Arduino/Genuino Uno

I got this error en did some research and changed to <string.h> but now i get a lot of other errors like this:

In file included from /Users/damianvandekauter/Documents/Arduino/libraries/Firebase/Firebase.h:25:0, from /Users/damianvandekauter/Documents/Arduino/libraries/Firebase/FirebaseArduino.h:22, from /Users/damianvandekauter/Documents/Arduino/Kamer_Damian/Kamer_Damian.ino:3: /Users/damianvandekauter/Documents/Arduino/libraries/Firebase/FirebaseHttpClient.h:18:33: error: 'string' in namespace 'std' does not name a type virtual void begin(const std::string& url) = 0; ^ /Users/damianvandekauter/Documents/Arduino/libraries/Firebase/FirebaseHttpClient.h:19:33: error: 'string' in namespace 'std' does not name a type virtual void begin(const std::string& host, const std::string& path) = 0; ^ /Users/damianvandekauter/Documents/Arduino/libraries/Firebase/FirebaseHttpClient.h:19:58: error: 'string' in namespace 'std' does not name a type virtual void begin(const std::string& host, const std::string& path) = 0; ^ /Users/damianvandekauter/Documents/Arduino/libraries/Firebase/FirebaseHttpClient.h:23:37: error: 'string' in namespace 'std' does not name a type virtual void addHeader(const std::string& name, const std::string& value) = 0; ^

I have the same issue on memory , or vector, utility,...

schermafbeelding 2017-01-10 om 18 27 46
schermafbeelding 2017-01-10 om 18 40 47

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions