<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-postmall17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;
        font-weight:normal;
        font-style:normal;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=SV link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Please look into MODOPAL-10 in jira. You need to apply a patch
if you’re using latest opal trunk, ro else you need to use the latest stable
version of opal. However, I’m not sure how automated this is in the build
process in Linux. I’ve only done this on Windows builds lately.<o:p></o:p></span></p>
<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>/Peter<o:p></o:p></span></p>
<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>
<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>Från:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] <b>För </b>Tihomir
Culjaga<br>
<b>Skickat:</b> den 1 september 2009 08:09<br>
<b>Till:</b> freeswitch-users@lists.freeswitch.org<br>
<b>Ämne:</b> Re: [Freeswitch-users] mod_opal<o:p></o:p></span></p>
</div>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal style='margin-bottom:12.0pt'>hhmmm :))<br>
<br>
is there any doc following up mod_opal ?<br>
I really don't want to waste your time :)<br>
<br>
T.<br>
<br>
<o:p></o:p></p>
<div>
<p class=MsoNormal>On Tue, Sep 1, 2009 at 1:00 AM, Michael Collins <<a
href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>> wrote:<o:p></o:p></p>
<p class=MsoNormal style='margin-bottom:12.0pt'><o:p> </o:p></p>
<div>
<div>
<div>
<p class=MsoNormal>On Mon, Aug 31, 2009 at 3:48 PM, Tihomir Culjaga <<a
href="mailto:tculjaga@gmail.com" target="_blank">tculjaga@gmail.com</a>>
wrote:<o:p></o:p></p>
<p class=MsoNormal>hello,<br>
<br>
i'm trying to build mod_opal and getting this error:<br>
<br>
<br>
<br>
making all mod_logfile<br>
<br>
making all mod_loopback<br>
<br>
making all mod_native_file<br>
<br>
making all mod_opal<br>
Compiling mod_opal.cpp...<br>
quiet_libtool: compile: g++ -g -ggdb -I.
-I/home/tculjaga/freeswitch-trunk/src/include
-I/home/tculjaga/freeswitch-trunk/libs/libteletone/src -fPIC
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-D_GNU_SOURCE -DPTRACING=1 -D_REENTRANT -fno-exceptions -I/usr/include/opal
-DHAVE_CONFIG_H -c mod_opal.cpp -fPIC -DPIC -o .libs/mod_opal.o<br>
In file included from mod_opal.cpp:25:<br>
mod_opal.h:151: error: conflicting return type specified for ‘virtual
OpalLocalConnection* FSEndPoint::CreateConnection(OpalCall&, void*)’<br>
/usr/include/opal/opal/localep.h:267: error: overriding ‘virtual
ptlib_virtual_function_changed_or_removed******
OpalLocalEndPoint::CreateConnection(OpalCall&, void*)’<br>
mod_opal.cpp: In constructor ‘FSConnection::FSConnection(OpalCall&,
FSEndPoint&, switch_caller_profile_t*, switch_core_session_t*,
switch_channel_t*)’:<br>
mod_opal.cpp:564: error: no matching function for call to
‘OpalLocalConnection::OpalLocalConnection(OpalCall&, FSEndPoint&,
NULL)’<br>
/usr/include/opal/opal/localep.h:290: note: candidates are:
OpalLocalConnection::OpalLocalConnection(OpalCall&, OpalLocalEndPoint&,
void*, unsigned int, OpalConnection::StringOptions*, char)<br>
/usr/include/opal/opal/localep.h:276:
note:
OpalLocalConnection::OpalLocalConnection(const OpalLocalConnection&)<br>
/usr/include/opal/opal/patch.h: In member function ‘switch_status_t
FSMediaStream::read_frame(switch_frame_t**, switch_io_flag_t)’:<br>
/usr/include/opal/opal/patch.h:272: error: ‘virtual
ptlib_virtual_function_changed_or_removed****** OpalMediaPatch::OnPatchStart()’
is private<br>
mod_opal.cpp:1277: error: within this context<br>
mod_opal.cpp:1277: warning: ‘virtual
ptlib_virtual_function_changed_or_removed****** OpalMediaPatch::OnPatchStart()’
is deprecated (declared at /usr/include/opal/opal/patch.h:272)<br>
mod_opal.cpp:1277: warning: ignoring return value of function declared with
attribute warn_unused_result<br>
/usr/include/opal/opal/patch.h: In member function ‘switch_status_t
FSMediaStream::write_frame(const switch_frame_t*, switch_io_flag_t)’:<br>
/usr/include/opal/opal/patch.h:272: error: ‘virtual
ptlib_virtual_function_changed_or_removed****** OpalMediaPatch::OnPatchStart()’
is private<br>
mod_opal.cpp:1399: error: within this context<br>
mod_opal.cpp:1399: warning: ‘virtual
ptlib_virtual_function_changed_or_removed****** OpalMediaPatch::OnPatchStart()’
is deprecated (declared at /usr/include/opal/opal/patch.h:272)<br>
mod_opal.cpp:1399: warning: ignoring return value of function declared with
attribute warn_unused_result<br>
make[5]: *** [mod_opal.lo] Error 1<br>
make[4]: *** [all] Error 1<br>
make[3]: *** [mod_opal-all] Error 1<br>
make[2]: *** [all-recursive] Error 1<br>
Making all in build<br>
+-------- FreeSWITCH Build Complete -----------+<br>
+ FreeSWITCH has been successfully built. +<br>
+ Install by
running:
+<br>
+
+<br>
+
make
install
+<br>
+----------------------------------------------+<br>
make[1]: *** [all-recursive] Error 1<br>
make: *** [all] Error 2<br>
tculjaga@nemesis:~/freeswitch-trunk$ <br>
tculjaga@nemesis:~/freeswitch-trunk$ <br>
tculjaga@nemesis:~/freeswitch-trunk$ <br>
<br>
<br>
<br>
what ptlib/opal/fs version did you use to build it?<br>
<br>
<br>
I tried with trunk (ptlib, opal, fs)... and as you can see :)<o:p></o:p></p>
</div>
</div>
<div>
<p class=MsoNormal><br>
Did you run the buildopal.sh script in src/build ?<br>
-MC<o:p></o:p></p>
</div>
</div>
<p class=MsoNormal style='margin-bottom:12.0pt'><br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><o:p></o:p></p>
</div>
<p class=MsoNormal><br>
!DSPAM:4a9cbdb632933764890742! <o:p></o:p></p>
</div>
</body>
</html>