Re: [sr-dev] how to compile a module

2016-12-08 Thread Juha Heinanen
Mikko Lehto writes: > > Why does modules dir also exist at root? > > Try running "git clean --dry-run". > You will propably get some hints of undeleted files. 'git clean -d' deleted modules and lib dirs at root. after that 'make modules=modules/ modules' worked from root. wonder why the dirs

Re: [sr-dev] how to compile a module

2016-12-08 Thread Mikko Lehto
Juha Heinanen : > /usr/src/orig/kamailio$ ls modules > db_mysql/ rtpengine/ sdpops/tls/ tmx/ websocket/ xmlrpc/ > > Why does modules dir also exist at root? Try running "git clean --dry-run". You will propably get some hints of undeleted files. -- Mikko

Re: [sr-dev] how to compile a module

2016-12-08 Thread Daniel-Constantin Mierla
It seems that it matches 'modules' as filename (dir). I pushed a small change to not enclose the target in quotes when forwarding. Can you try again? If it still fails, then tell the version of make you have as well as the operating system. Cheers, Daniel On 08/12/2016 12:37, Juha Heinanen

Re: [sr-dev] how to compile a module

2016-12-08 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > What's the error you get? No error. Make from root claims that modules is up to date (see below). -- Juha /usr/src/orig/kamailio$ ls src/modules/lcr/ doc/hash.h lcr_mod.h lcr_rpc.hMakefile utils/ hash.c lcr_mod.c lcr_rpc.c makecfg.lst

Re: [sr-dev] how to compile a module

2016-12-08 Thread Daniel-Constantin Mierla
On 08/12/2016 09:57, Juha Heinanen wrote: > Daniel-Constantin Mierla writes: > >>> $ make modules=modules/ modules >>> >> This should still work, either executed in root folder or in src/. Most >> of commands should just work as in the past. I tried on Debian and MacOS >> during the

Re: [sr-dev] how to compile a module

2016-12-08 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > > $ make modules=modules/ modules > > > This should still work, either executed in root folder or in src/. Most > of commands should just work as in the past. I tried on Debian and MacOS > during the restructuring and worked for me. OK, works from src, not

Re: [sr-dev] how to compile a module

2016-12-07 Thread Daniel-Constantin Mierla
On 08/12/2016 06:36, Juha Heinanen wrote: > stupid question: how to compile a module? this used to work earlier > when issued at root: > > $ make modules=modules/ modules > This should still work, either executed in root folder or in src/. Most of commands should just work as in the past. I

[sr-dev] how to compile a module

2016-12-07 Thread Juha Heinanen
stupid question: how to compile a module? this used to work earlier when issued at root: $ make modules=modules/ modules -- juha ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev