Re: [OpenSIPStack] Compile errors on opensipstack
Brought to you by:
joegenbaclor
From: Joegen E. B. <joe...@gm...> - 2007-06-14 15:56:22
|
I have patched lpcini.c accordingly. Thanks for the bug report. James Peverill wrote: > > Ah yes, it didn't find expat during config. I needed to install the > expat-devel package and then it compiled fine. I really appreciate > your quick response! > > I also successfully compiled opensipstack under freebsd, but I got a > minor compile error due to this file: > /src/opal/src/codec/lpc10/src/lpcini.c > > Freebsd needs stdlib.h instead of malloc.h, and there is logic at the > beginning of the file to recognize this... but then later on in the > file malloc.h is arbitrarily included again for some reason. I just > deleted the second malloc.h and the whole thing compiled fine from > then on.(and seems to run properly as well) > > Thanks again! > > > James |