Hi Alexy,

1) Thank you for the bugfix
2) There is no install target in verona Makefile for the moment as we 
usually build is as part of QuteCom
     so it's normal that make install installs only miniini library
3) In order to build verona against system libs  you'll need to tweak 
verona/CMakeLists.txt
to define:

  XXX_INCLUDE_DIRS
  XXX_DEFINITIONS
  XXX_LIBRARY_DIRS

where XXX is (ORTP, EXOSIP, MEDIASTREAMER, OSIP2)

and no go to corresponding subdirs.


This build mode  is not a priority for us at the moment but we'll accept 
patches


Thanks
Vadim


On 10/03/11 00:30, nucleo wrote:
> Hi Vadim,
>
> I tried to build Verona engine from sources http://hg.qutecom.org/verona/
> But build failed with error:
>
> /usr/include/bits/fcntl2.h:51:26: error: call to '__open_missing_mode' 
> declared with attribute
> error: open with O_CREAT in second argument needs 3 arguments
>
> Build finished after I added third argument in phtest/phtests_log.cpp:
>
> -       logfd = open(filename, O_CREAT|O_RDWR|O_TRUNC);
> +       logfd = open(filename, O_CREAT|O_RDWR|O_TRUNC, 0644);
>
>
> Only miniini library was installed with 'make install'.
> Am I doing something wrong?
>
> Is it possible to build Verona engine against system wide libraries
> libeXosip2, libosip2, mediastreamer2, ortp, gsm, speex, ilbc
> instead of bundled?
>
> Alexey Kurov<nuc...@fedoraproject.org>
>
> Vadim Lebedev wrote:
>
>> Hello folks....
>>
>> We'e going to publish shortly our main developement branch QuteCom 3.0....
>> which will use our new Verona voip engine based on latest osip/eXopsi/oRtp 
>> stacks and linphone's
>> mediastreamer2.
>> The engine itself is already published....  It is running on Windows 
>> (Desktop and CE) Linux,
>> Android,  Mac/OSX and iOS
>>
>> Enjoy
>> Vadim
>
> _______________________________________________
> QuteCom-dev mailing list
> QuteCom-dev@lists.qutecom.org
> http://lists.qutecom.org/mailman/listinfo/qutecom-dev
>

_______________________________________________
QuteCom-dev mailing list
QuteCom-dev@lists.qutecom.org
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to