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

suse 11 compile fix #2

Open
matenghakuna opened this issue Aug 9, 2011 · 0 comments
Open

suse 11 compile fix #2

matenghakuna opened this issue Aug 9, 2011 · 0 comments

Comments

@matenghakuna
Copy link

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

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;

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

1 participant