GithubHelp home page GithubHelp logo

ricky1203 / beagle Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.25 MB

Automatically exported from code.google.com/p/beagle

License: Other

CMake 1.70% C++ 96.36% Makefile 1.64% Shell 0.01% Python 0.05% C 0.24%

beagle's People

Contributors

chgagne avatar

Watchers

 avatar

beagle's Issues

Multiple compiler warnings

There is a lot of minor warnings when compiling using Clang. Especially 
assignments in ifs which are not inside of additional parenthesis like

if(lPos = lFinder.findNext())    ===>   if(( lPos = lFinder.findNext() ))

and so on. I have fixed all there warnings (including one error described in 
Issue #1). See attached diff file and consider merging changes to main 
repository.

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 3 Dec 2013 at 12:36

Attachments:

Build errors

What steps will reproduce the problem?
When building I get the following errors:

OpenBEAGLE-4.0.0-alpha2-Source/src/beagle/RouletteT.hpp:89:3: error: use of
      undeclared identifier 'push_back'
                push_back(std::make_pair(inWeight,inValue));

OpenBEAGLE-4.0.0-alpha2-Source/src/beagle/ReplacementStrategyOp.cpp:72:15: 
note: 
      in instantiation of member function 'Beagle::RouletteT<unsigned int>::insert' requested here
                outRoulette.insert(i++, lChild->getBreederOp()->getBreedingProba(lChild->get...

/usr/include/c++/4.2.1/bits/stl_vector.h:600:7: note: must qualify identifier 
to find this
      declaration in dependent base class
      push_back(const value_type& __x)
      ^

What version of the product are you using? On what operating system?
OpenBEAGLE-4.0.0-alpha2, OSX (10.8.5)

Please provide any additional information below.

1 error generated.
make[2]: *** [CMakeFiles/openbeagle.dir/src/beagle/ReplacementStrategyOp.cpp.o] 
Error 1
make[1]: *** [CMakeFiles/openbeagle.dir/all] Error 2
make: *** [all] Error 2

Original issue reported on code.google.com by [email protected] on 13 Oct 2013 at 5:12

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.