Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails when using Ninja rather than make #7

Open
dkozel opened this issue Jul 16, 2020 · 0 comments
Open

Build fails when using Ninja rather than make #7

dkozel opened this issue Jul 16, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@dkozel
Copy link

dkozel commented Jul 16, 2020

For some reason, swig is incorrectly wrapping the make functions of several blocks when I use Ninja as the build system rather than make.

     swig/CMakeFiles/dpd_swig.dir/dpd_swigPYTHON_wrap.cxx:5220:57: error: too few arguments to function call, expected 4, have 3
    result = gr::dpd::MP_model_PA::make(arg1,arg2,arg3);
    ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
    ../lib/../include/dpd/MP_model_PA.h:50:5: note: 'make' declared here
    static sptr make(int Order, int Mem_Depth, std::string Mode, const std::vector <gr_complex> &Coeff);
    ^
    swig/CMakeFiles/dpd_swig.dir/dpd_swigPYTHON_wrap.cxx:5478:44: error: too few arguments to function call, expected 4, have 3
    result = (*arg1)->make(arg2,arg3,arg4);
    ~~~~~~~~~~~~~ ^
    ../lib/../include/dpd/MP_model_PA.h:50:5: note: 'make' declared here
    static sptr make(int Order, int Mem_Depth, std::string Mode, const std::vector <gr_complex> &Coeff); 

This isn't something we need to fix during GSoC. I'm leaving this as a warning to folks in the future, and as a request for help from anyone interested in investigating.

@dkozel dkozel added the bug Something isn't working label Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant