Re: [OpenSIPS-Users] Opensips 2.2 compile problem

2015-11-23 Thread Răzvan Crainea
From your previous output, I noticed you are using the DBG_F_MALLOC, which is obsoleted. Can you use DBG_QM_MALLOC instead? BR Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 11/18/2015 01:39 PM, Dragomir Haralambiev wrote: Here results with new git pull: make all ... Comp

Re: [OpenSIPS-Users] Opensips 2.2 compile problem

2015-11-18 Thread Răzvan Crainea
From your previous output, I noticed you are using the DBG_F_MALLOC, which is obsoleted. Can you use DBG_QM_MALLOC instead? BR Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 11/18/2015 01:39 PM, Dragomir Haralambiev wrote: Here results with new git pull: make all ... Comp

Re: [OpenSIPS-Users] Opensips 2.2 compile problem

2015-11-18 Thread Dragomir Haralambiev
Here results with new git pull: make all ... Compiling lex.yy.c lex.yy.c: In function ‘yy_get_next_buffer’: lex.yy.c:3602: warning: old-style function definition lex.yy.c: In function ‘yy_get_previous_state’: lex.yy.c:3734: warning: old-style function definition Compiling cfg.tab.c Linking open

Re: [OpenSIPS-Users] Opensips 2.2 compile problem

2015-11-18 Thread Răzvan Crainea
I've just pushed a fix on the master branch. Can you run a test? Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 11/18/2015 01:16 PM, Dragomir Haralambiev wrote: Here is error: lex.yy.c:3734: warning: old-style function definition Compiling cfg.tab.c gcc -g -m32 -

Re: [OpenSIPS-Users] Opensips 2.2 compile problem

2015-11-18 Thread Dragomir Haralambiev
Here is error: lex.yy.c:3734: warning: old-style function definition Compiling cfg.tab.c gcc -g -m32 -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -falign-loops -ftree-vectorize -mtune=prescott -Wold-style-definition -Wmissing-field-initializers -Wredundant-decls -I/usr/include/json

Re: [OpenSIPS-Users] Opensips 2.2 compile problem

2015-11-18 Thread Răzvan Crainea
You missed a letter from the command I sent you. It's "LEX_FLAGS", not "EX_FLAGS". Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 11/18/2015 12:46 PM, Dragomir Haralambiev wrote: Here is result: [root@sbc opensips_head]# EX_FLAGS=-B NICER=0 make lex.yy.c Generating lexer flex

Re: [OpenSIPS-Users] Opensips 2.2 compile problem

2015-11-18 Thread Dragomir Haralambiev
Here is result: [root@sbc opensips_head]# EX_FLAGS=-B NICER=0 make lex.yy.c Generating lexer flex --never-interactive cfg.lex flex: unknown flag '-'. For usage, try flex --help 2015-11-18 12:42 GMT+02:00 Răzvan Crainea : > Hi, Dragomir! > > Can you try to run the following command: > LE

Re: [OpenSIPS-Users] Opensips 2.2 compile problem

2015-11-18 Thread Răzvan Crainea
Hi, Dragomir! Can you try to run the following command: LEX_FLAGS=-B NICER=0 make lex.yy.c If that succeeds, run: LEX_FLAGS=-B NICER=0 make install Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 11/18/2015 12:31 PM, Dragomir Haralambiev wrote: Hello, flex vers

Re: [OpenSIPS-Users] Opensips 2.2 compile problem

2015-11-18 Thread Dragomir Haralambiev
Hello, flex version 2.5.4 not support --never-interactive. I try to run [root@sbc opensips_head]# NICER=0 make install Generating lexer flex --never-interactive cfg.lex flex: unknown flag '-'. For usage, try flex --help Best regards, Dragomir 2015-11-18 12:13 GMT+02:00 Răzvan Crainea :

Re: [OpenSIPS-Users] Opensips 2.2 compile problem

2015-11-18 Thread Răzvan Crainea
Hi Dragomir! Also, can you try to run "NICER=0 make install" and post the output on pastebin. PS: I really doubt the flag is missing, since it was added back in 1994 :). BR Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 11/18/2015 12:02 PM, Bogdan-Andrei Iancu wrote: Hi Dr

Re: [OpenSIPS-Users] Opensips 2.2 compile problem

2015-11-18 Thread Bogdan-Andrei Iancu
Hi Dragomir, Could you check if your flex version does support the "--never-interactive" flag ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 18.11.2015 10:16, Dragomir Haralambiev wrote: Hello, I try to "make install" of latest git versio

[OpenSIPS-Users] Opensips 2.2 compile problem

2015-11-18 Thread Dragomir Haralambiev
Hello, I try to "make install" of latest git version from Opensips 2.2. Here is results: [root@sbc opensips_head]# make install Generating lexer flex: unknown flag '-'. For usage, try flex --help Regards, Dragomir ___ Users mailing list Users@