Coder Social home page Coder Social logo

profiler's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

profiler's Issues

Does not build under Ubuntu 14.04

Testing 0d934a38af57adf0dd5b68bd739032fd0711e77e on Linux ubuntu-trusty64-riak-test 3.13.0-95-generic #142-Ubuntu SMP Fri Aug 12 17:00:09 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux and am getting the following error:

Compiling c_src/String.cc
c_src/String.cc:293:65: error: ‘std::ostream& gcp::util::operator<<(std::ostream&, gcp::util::String)’ should have been declared inside ‘gcp::util’
 std::ostream& gcp::util::operator<<(std::ostream& os, String str)
                                                                 ^
c_src/String.cc: In static member function ‘static int gcp::util::String::toInt(std::string)’:
c_src/String.cc:525:45: error: ‘strtol’ was not declared in this scope
   int iVal = strtol(str.c_str(), &endPtr, 10);
                                             ^
c_src/String.cc: In member function ‘float gcp::util::String::toFloat()’:
c_src/String.cc:546:44: error: ‘strtof’ was not declared in this scope
   float fVal = strtof(str_.c_str(), &endPtr);
                                            ^
c_src/String.cc: In member function ‘bool gcp::util::String::isValidPowerExpression()’:
c_src/String.cc:593:53: error: ‘strtod’ was not declared in this scope
     double baseVal = strtod(base.str().c_str(), NULL);
                                                     ^
c_src/String.cc:593:12: warning: unused variable ‘baseVal’ [-Wunused-variable]
     double baseVal = strtod(base.str().c_str(), NULL);
            ^
c_src/String.cc:604:12: warning: unused variable ‘expntVal’ [-Wunused-variable]
     double expntVal = strtod(expnt.str().c_str(), NULL);
            ^
c_src/String.cc: In member function ‘double gcp::util::String::getPowerExpression()’:
c_src/String.cc:626:53: error: ‘strtod’ was not declared in this scope
     double baseVal = strtod(base.str().c_str(), NULL);
                                                     ^
c_src/String.cc: In member function ‘double gcp::util::String::toDouble()’:
c_src/String.cc:662:47: error: ‘strtod’ was not declared in this scope
     double dVal = strtod(str_.c_str(), &endPtr);
                                               ^
c_src/String.cc: In member function ‘gcp::util::String gcp::util::String::findNextStringSeparatedByChars(std::string, bool)’:
c_src/String.cc:690:12: warning: unused variable ‘iStart’ [-Wunused-variable]
   unsigned iStart=0, iStop=0;
            ^
c_src/String.cc:690:22: warning: unused variable ‘iStop’ [-Wunused-variable]
   unsigned iStart=0, iStop=0;
                      ^
ERROR: compile failed while processing /usr/local/basho/riak_test_suite/riak_test/deps/profiler: rebar_abort
make: *** [compile] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.