We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
I tried to install Pythia following the installation instructions in the ReadMe but could not succeed.
My setup is:
b6313d1ce7f69e44976f331386ded6229a45aafa
The error occurred when building libbf:
cd libbf mkdir build && cd build cmake ../ make clean && make
The make failed: (where XXXX is my private path)
[ 4%] Building CXX object CMakeFiles/libbf_static.dir/src/bitvector.cpp.o In file included from /home/XXXX/Pythia/libbf/src/bitvector.cpp:1: /home/XXXX/Pythia/libbf/bf/bitvector.hpp:4:10: fatal error: 'iterator' file not found #include <iterator> ^~~~~~~~~~ 1 error generated. make[2]: *** [CMakeFiles/libbf_static.dir/build.make:76: CMakeFiles/libbf_static.dir/src/bitvector.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:902: CMakeFiles/libbf_static.dir/all] Error 2 make: *** [Makefile:146: all] Error 2
The libbf repo is at 4c9efc1a4db7ed1ccf54cf0bd3a3641ce579206c.
4c9efc1a4db7ed1ccf54cf0bd3a3641ce579206c
Regards
The text was updated successfully, but these errors were encountered:
rahulbera
No branches or pull requests
Hello
I tried to install Pythia following the installation instructions in the ReadMe but could not succeed.
My setup is:
b6313d1ce7f69e44976f331386ded6229a45aafa
The error occurred when building libbf:
The make failed: (where XXXX is my private path)
The libbf repo is at
4c9efc1a4db7ed1ccf54cf0bd3a3641ce579206c
.Regards
The text was updated successfully, but these errors were encountered: