Skip to content

suse 11 compile fix #2

Description

@matenghakuna

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions