Re: while building own nginx module error to find user defined header file

2016-07-20 Thread Pankaj Chaudhary
I have makefile which provide other header file path and third party lib path. I have structure like this module_folder/ 1.module.cpp 2.config 3.Makefile and having sub parent folder which contain other dependency code. so please let me know what i should do On Tue, Jul 19, 2016 at 3:14 PM, Pank

Re: while building own nginx module error to find user defined header file

2016-07-19 Thread Pankaj Chaudhary
Hi , Thank you, after using this script also i am getting same error. I have makefile which provide other header file path and third party lib path. I have structure like this module_folder/ 1.module.cpp 2.config 3.Makefile and having sub parent folder which contain other dependency code. so p

Re: while building own nginx module error to find user defined header file

2016-07-18 Thread Maxim Dounin
Hello! On Mon, Jul 18, 2016 at 12:28:34PM +0530, Pankaj Chaudhary wrote: > I have written my own nginx module and i have my user defined header files > but while building i am getting error header file not found. If you are using header files in your module, you have to add your module directo

while building own nginx module error to find user defined header file

2016-07-17 Thread Pankaj Chaudhary
Hi All, I have written my own nginx module and i have my user defined header files but while building i am getting error header file not found. my module will act as a filter. Please help me. Regards, Pankaj ___ nginx mailing list nginx@nginx.org ht