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
Target: x86_64-suse-linux gcc version 4.3.4
file: build\Makefile AM_CPPFLAGS = -O0 -Wall -ggdb -Isrc $(BOOST_CPPFLAGS) <> AM_CPPFLAGS = -O0 -Wall -Werror -ggdb -Isrc $(BOOST_CPPFLAGS)
LDADD = $(BOOST_THREAD_LIBS) libbsoncpp.la -lboost_system <> LDADD = $(BOOST_THREAD_LIBS) libbsoncpp.la -lboost_system-mt
file: lib\base64.h
file: lib\nonce.cpp _devrandom = new std::ifstream("/dev/urandom", ios::binary|ios::in); <> _devrandom = new ifstream("/dev/urandom", ios::binary|ios::in);
file: lib\nonce.h
using namespace std;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Target: x86_64-suse-linux
gcc version 4.3.4
file: build\Makefile$(BOOST_CPPFLAGS) <> AM_CPPFLAGS = -O0 -Wall -Werror -ggdb -Isrc $ (BOOST_CPPFLAGS)
AM_CPPFLAGS = -O0 -Wall -ggdb -Isrc
LDADD =$(BOOST_THREAD_LIBS) libbsoncpp.la -lboost_system <> LDADD = $ (BOOST_THREAD_LIBS) libbsoncpp.la -lboost_system-mt
file: lib\base64.h
include <string.h> <> #include
file: lib\nonce.cpp
_devrandom = new std::ifstream("/dev/urandom", ios::binary|ios::in); <> _devrandom = new ifstream("/dev/urandom", ios::binary|ios::in);
file: lib\nonce.h
include< fstream >
using namespace std;
The text was updated successfully, but these errors were encountered: