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

fatal error: 'tr1/tuple' file not found #100

Open
fgr-17 opened this issue Jul 9, 2021 · 1 comment
Open

fatal error: 'tr1/tuple' file not found #100

fgr-17 opened this issue Jul 9, 2021 · 1 comment

Comments

@fgr-17
Copy link

fgr-17 commented Jul 9, 2021

Describe the bug
I can't compile the code on macOS Big Sur. It shows the following error:

  • fatal error: 'tr1/tuple' file not found

To Reproduce
On macOS bigSur, after including <fff.h>, the compiler shows the following error:

fatal error: 'tr1/tuple' file not found

Expected behavior
flawless compilation

Compiler, toolset, platform (please complete the following information):

  • OS: macOS big Sur
  • Compiler: g++ --version
    Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
    Apple clang version 12.0.5 (clang-1205.0.22.11)
    Target: x86_64-apple-darwin20.5.0
    Thread model: posix
    InstalledDir: /Library/Developer/CommandLineTools/usr/bin
@cakira
Copy link

cakira commented Jul 30, 2021

Hi @fgr-17 !

I searched for occurrences of "tuple" in the code and I could only find then in the file gtest/gtest.h. In the file fff.h there are no occurrences of tuple and neither of gtest.
Maybe your compiler is trying to compile everything in fff?

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

No branches or pull requests

2 participants