facebook / facebook/folly

fatal error: folly/folly-config.h: No such file or directory

Open
#930 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
30.5k
Forks
5.9k
PR merge metrics
No merged PRs in 30d

Description

I have a simple hello world program (test.cpp) that includes FBString.h . When I try to compile it, i get the following error:
` $CXX test.cpp`
`In file included from /usr/include/folly-master/folly/Portability.h:21:0,`

`from /usr/include/folly-master/folly/FBString.h:45,`

`from test.cpp:2:`

`/usr/include/folly-master/folly/portability/Config.h:20:10: fatal error: folly/folly-config.h: No such file or directory`

`#include
`

I do not have the folly-config.h file, but should I? Does this indicate a botched installation? How do I generate this config file?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.