jbenet / jbenet/bson-cpp

suse 11 compile fix

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
158
Forks
63
PR merge metrics
No merged PRs in 30d

Description

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 <> #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;

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.