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: 'type_traits' file not found #21

Open
tahitibub opened this issue Jan 17, 2025 · 1 comment
Open

fatal error: 'type_traits' file not found #21

tahitibub opened this issue Jan 17, 2025 · 1 comment

Comments

@tahitibub
Copy link

Last 15 lines from /Users/sebastien/Library/Logs/Homebrew/proxmark3/02.make:
mv -f obj/util_darwin.Td obj/util_darwin.d
/usr/local/Cellar/qt@5/5.15.16/bin/uic ui/overlays.ui > ui/ui_overlays.h
g++ -MT obj/proxgui.o -MMD -MP -MF obj/proxgui.Td -I../include -Wall -O3 -std=c++11 -fPIC -DQT_WIDGETS_LIB -I/usr/local/Cellar/qt@5/5.15.16/lib/QtWidgets.framework/Headers -F/usr/local/Cellar/qt@5/5.15.16/lib -DQT_GUI_LIB -I/usr/local/Cellar/qt@5/5.15.16/lib/QtGui.framework/Headers -DQT_CORE_LIB -I/usr/local/Cellar/qt@5/5.15.16/lib/QtCore.framework/Headers -c -o obj/proxgui.o proxgui.cpp
In file included from proxgui.cpp:12:
In file included from ./proxguiqt.h:17:
In file included from /usr/local/Cellar/qt@5/5.15.16/lib/QtWidgets.framework/Headers/QApplication:1:
In file included from /usr/local/Cellar/qt@5/5.15.16/lib/QtWidgets.framework/Headers/qapplication.h:43:
In file included from /usr/local/Cellar/qt@5/5.15.16/lib/QtWidgets.framework/Headers/qtwidgetsglobal.h:43:
In file included from /usr/local/Cellar/qt@5/5.15.16/lib/QtGui.framework/Headers/qtguiglobal.h:43:
/usr/local/Cellar/qt@5/5.15.16/lib/QtCore.framework/Headers/qglobal.h:45:12: fatal error: 'type_traits' file not found
45 | # include <type_traits>
| ^~~~~~~~~~~~~
1 error generated.
make[1]: *** [obj/proxgui.o] Error 1
make: *** [client/all] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/proxmark/homebrew-proxmark3/issues

@iceman1001
Copy link
Member

Looks like a QT error, nothing to do with this project.

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