Coder Social home page Coder Social logo

evo's People

Contributors

millanek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

evo's Issues

How to use libc++?

Hi,
My gcc version is 5.3.0.
But when I type "make", errors happened.

g++: error: unrecognized command line option '-stdlib=libc++'
make: *** [Build/evo] Error 1

So please tell me what I need before use this software. Thank you!

make fails in process_vcf_linkGeneNames.cpp

Hi Milan,

When I try to make your code ...

make

... I get the following error:

[...]
g++ -std=c++11   -c -o process_vcf_linkGeneNames.o process_vcf_linkGeneNames.cpp
process_vcf_linkGeneNames.cpp: In function ‘int linkGNMain(int, char**)’:
process_vcf_linkGeneNames.cpp:271:17: error: ‘print_vector_stream’ was not declared in this scope
                 print_vector_stream(ensGene, std::cerr);
                 ^~~~~~~~~~~~~~~~~~~
process_vcf_linkGeneNames.cpp:271:17: note: suggested alternative: ‘print_vector’
                 print_vector_stream(ensGene, std::cerr);
                 ^~~~~~~~~~~~~~~~~~~
                 print_vector
make: *** [<builtin>: process_vcf_linkGeneNames.o] Error 1

I reproduced the bug in this GCC Travis log and this clang Travis log.

I hope you can fix this 👍

If you want (and that would be awesome), you can add the Travis CI checking by accepting this Pull request.

Note there is also a warning:

g++ -c -std=c++11 process_vcf_coding_sequences.cpp -o Build/process_vcf_coding_sequences.o 
In file included from process_vcf_coding_sequences.cpp:9:
process_vcf_coding_sequences.h: In function ‘double getExpectedNumberOfNonsynonymousSites(const string&)’:
process_vcf_coding_sequences.h:348:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

The reason you did not return is obvious, but I hope you will fix that warning as well, else all your users will take the time to verify the warning is indeed harmless.

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.