Search code examples
opensips

Problems compiling opensips via menuconfig/


I'm beating my head against the wall here. I've tried this on several different boxes and keep getting the same results...

after trying to compile opensips on Debian 8, I'm getting the following make error: Generating parser Generating lexer make: Nothing to be done for 'menuconfig/'.

I'm fairly certain I have the correct dependencies install and am following the documatation to a tee, any advice would be welcome! Thank you!


Solution

  • Try not to hit the Tab key, thus actually typing make menuconfig, rather than make menuconfig/, which the build system currently does not know how to handle.