[Kamailio-Users] Trying to compile openser 1.3.3 without PKG_MALLOC support
toly
hippo_big at hotmail.com
Wed Feb 4 17:29:14 CET 2009
the problem was:
file mem/mem.h
8th line from the bottom
original:
define pkg_free(p) do{ LM_DBG("free %p\n", (p)); free((p)); }while(0);
the semicolon at the end of the line must be removed.
Toly
miconda wrote:
>
> Hello,
>
> On 02/02/2009 03:50 AM, toly wrote:
>> I got it. Thanks anyway.
>>
> what was the problem? Others might learn from your experience ...
>
> Cheers,
> Daniel
>
>
>>
>>
>> toly wrote:
>>
>>> Greetings,
>>>
>>> Trying to compile openser 1.3.3 without PKG_MALLOC, just using OS malloc
>>>
>>> Here's me Makefile.defs
>>>
>>> DEFS+= $(extra_defs) \
>>> -DNAME='"$(MAIN_NAME)"' -DVERSION='"$(RELEASE)"' -DARCH='"$(ARCH)"' \
>>> -DOS='"$(OS)"' -DCOMPILER='"$(CC_VER)"' -D__CPU_$(ARCH) -D__OS_$(OS) \
>>> -D__SMP_$(ISSMP) -DCFG_DIR='"$(cfg-target)"'\
>>> -DSHM_MEM -DSHM_MMAP \
>>> #-DPKG_MALLOC \
>>> -DUSE_IPV6 \
>>> -DUSE_MCAST \
>>> -DUSE_TCP \
>>> -DDISABLE_NAGLE \
>>> -DHAVE_RESOLV_RES \
>>> -DSTATISTICS \
>>> -DCHANGEABLE_DEBUG_LEVEL \
>>> #-DF_MALLOC \
>>> -DQM_JOIN_FREE \
>>> #-DDBG_QM_MALLOC \
>>> #-DDBG_F_MALLOC \
>>> #-DNO_DEBUG \
>>> #-DNO_LOG \
>>> #-DVQ_MALLOC \
>>> #-DDBG_LOCK \
>>> #-DNOSMP \
>>> #-DEXTRA_DEBUG \
>>> #-DUSE_SHM_MEM
>>>
>>> It's bailing out compiling blacklists.c
>>>
>>> blacklists.c: In function `rm_dups':
>>> blacklists.c:435: error: syntax error before "else"
>>> blacklists.c:440: error: syntax error before "else"
>>> blacklists.c: At top level:
>>> blacklists.c:443: error: syntax error before "else"
>>> blacklists.c:445: warning: type defaults to `int' in declaration of `q'
>>> blacklists.c:445: error: invalid type argument of `->'
>>> blacklists.c:445: warning: data definition has no type or storage class
>>> blacklists.c:446: error: syntax error before '}' token
>>> make: *** [blacklists.o] Error 1
>>>
>>> Did anybody had a problem compiling openser without pkg_malloc support?
>>> I would appreciate any help.
>>>
>>> TIA
>>> Toly.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>
> --
> Daniel-Constantin Mierla
> http://www.asipto.com
>
>
> _______________________________________________
> Kamailio (OpenSER) - Users mailing list
> Users at lists.kamailio.org
> http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
> http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
>
>
--
View this message in context: http://www.nabble.com/Trying-to-compile-openser-1.3.3-without-PKG_MALLOC-support-tp21779072p21834062.html
Sent from the OpenSER Users Mailing List mailing list archive at Nabble.com.
More information about the Users
mailing list