You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./install.sh fails on MacOS Mojave with following error
Installing OS X dependencies
Already up-to-date.
Warning: python 3.7.1 is already installed and up-to-date
To reinstall 3.7.1, run `brew reinstall python`
Warning: capstone 3.0.5 is already installed and up-to-date
To reinstall 3.0.5, run `brew reinstall capstone`
Warning: graphviz 2.40.1 is already installed and up-to-date
To reinstall 2.40.1, run `brew reinstall graphviz`
Requirement already satisfied: virtualenv in /usr/local/lib/python2.7/site-packages (16.0.0)
++ dirname ./pin_build.sh
+ cd ./pin
+ case "`uname`" in
++ uname
+ test -d pin-latest
+ true
+ PIN_ROOT=./pin-latest
+ TARGET=intel64
+ make
makefile:35: warning: overriding commands for target `clean'
pin-latest/source/tools/Config/makefile.default.rules:95: warning: ignoring old commands for target `clean'
c++ -DBIGARRAY_MULTIPLIER=1 -Wall -Werror -Wno-unknown-pragmas -fno-stack-protector -DTARGET_IA32E -DHOST_IA32E -fPIC -DTARGET_MAC -stdlib=libstdc++ -I./pin-latest/source/include/pin -I./pin-latest/source/include/pin/gen -I./pin-latest/extras/components/include -I./pin-latest/extras/xed-intel64/include -I./pin-latest/source/tools/InstLib -O3 -fomit-frame-pointer -fno-strict-aliasing -Wno-error -c -o obj-intel64/qirapin.o qirapin.cpp
warning: include path for stdlibc++ headers not found; pass '-std=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
In file included from qirapin.cpp:1:
In file included from ./pin-latest/source/include/pin/pin.H:43:
./pin-latest/source/include/pin/level_base.PLH:64:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 warning and 1 error generated.
make: *** [obj-intel64/qirapin.o] Error 1
After removing the -stdlib=libstdc++ parameter from the makefile in qira/tracers/pin/makefile with
./install.sh fails on MacOS Mojave with following error
After removing the -stdlib=libstdc++ parameter from the makefile in qira/tracers/pin/makefile with
After that the next error was
I also tried to install the command lines tools & headers as described here: https://stackoverflow.com/questions/52509602/cant-compile-c-program-on-a-mac-after-upgrade-to-mojave
The text was updated successfully, but these errors were encountered: