<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 http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (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:Times-Roman;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
h2
        {mso-style-priority:9;
        mso-style-link:"Heading 2 Char";
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:18.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.Heading2Char
        {mso-style-name:"Heading 2 Char";
        mso-style-priority:9;
        mso-style-link:"Heading 2";
        font-family:"Times New Roman","serif";
        font-weight:bold;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></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="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi All,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We are working on developing a RTSP client application in QT platform which can be ported on both Windows and Mac OS 32bit.<o:p></o:p></p>
<p class="MsoNormal">We have successfully build the live555 libraries for Windows platform and integrated the same in our application.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Now we are working on building the live555 libraries for Mac OS 32 bit (10.9 OSX) to integrate the libraries to our application on Mac OS.<o:p></o:p></p>
<p class="MsoNormal">We followed the steps specified in the link <a href="http://www.live555.com/liveMedia/#testProgs">
http://www.live555.com/liveMedia/#testProgs</a>  under “<b><span style="font-size:18.0pt;font-family:"Times New Roman","serif"">How to configure and build the code on Unix
</span></b><b><span style="font-size:13.5pt;font-family:"Times New Roman","serif"">(including Linux, Mac OS X, QNX, and other Posix-compliant systems)”<o:p></o:p></span></b></p>
<p class="MsoNormal">We have generated the libraries for MacOS by using <span style="color:red">
config.macosx-32bit </span>configuration file.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We are facing an issue after including the 4 libraries (libliveMedia.a, libgroupsock.a, libBasicUsageEnvironment.a, libUsageEnvironment.a) in our application (.pro file). We are getting following error on building our project.<o:p></o:p></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:12.0pt;font-family:"Times-Roman","serif";color:#980003">Undefined symbols for architecture i386:</span><span style="font-size:12.0pt;font-family:"Times-Roman","serif""><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:12.0pt;font-family:"Times-Roman","serif";color:#980003">  "RTSPClient::RTSPClient(UsageEnvironment&, char const*, int, char const*, unsigned short)", referenced from:</span><span style="font-size:12.0pt;font-family:"Times-Roman","serif""><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:12.0pt;font-family:"Times-Roman","serif";color:#980003">      OURRTSPClient::OURRTSPClient(UsageEnvironment&, char const*, int, char const*, unsigned short) in OURRTSPClient.o</span><span style="font-size:12.0pt;font-family:"Times-Roman","serif""><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:12.0pt;font-family:"Times-Roman","serif";color:#980003">     (maybe you meant: __ZN10RTSPClientC2ER16UsageEnvironmentPKciS3_ti)</span><span style="font-size:12.0pt;font-family:"Times-Roman","serif""><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:12.0pt;font-family:"Times-Roman","serif";color:#980003">  "BasicTaskScheduler::createNew()", referenced from:</span><span style="font-size:12.0pt;font-family:"Times-Roman","serif""><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:12.0pt;font-family:"Times-Roman","serif";color:#980003">      CRTPDataReceiver::CreateTaskScheduler() in RTPDataReceiver.o</span><span style="font-size:12.0pt;font-family:"Times-Roman","serif""><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:12.0pt;font-family:"Times-Roman","serif";color:#980003">  "MediaSubsessionIterator::MediaSubsessionIterator(MediaSession&)", referenced from:</span><span style="font-size:12.0pt;font-family:"Times-Roman","serif""><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:12.0pt;font-family:"Times-Roman","serif";color:#980003">      CRTPDataReceiver::ContinueAfterDescribe(RTSPClient*, int, char*) in RTPDataReceiver.o</span><span style="font-size:12.0pt;font-family:"Times-Roman","serif""><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:12.0pt;font-family:"Times-Roman","serif";color:#980003">      CRTPDataReceiver::ShutdownStream(RTSPClient*, int) in RTPDataReceiver.o</span><span style="font-size:12.0pt;font-family:"Times-Roman","serif""><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:12.0pt;font-family:"Times-Roman","serif";color:#980003">      CRTPDataReceiver::SubsessionAfterPlaying(void*) in RTPDataReceiver.o</span><span style="font-size:12.0pt;font-family:"Times-Roman","serif""><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:12.0pt;font-family:"Times-Roman","serif";color:#980003">ld: symbol(s) not found for architecture i386</span><span style="font-size:12.0pt;font-family:"Times-Roman","serif""><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:12.0pt;font-family:"Times-Roman","serif";color:#980003">clang: error: linker command failed with exit code 1 (use -v to see invocation)</span><span style="font-size:12.0pt;font-family:"Times-Roman","serif""><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Times-Roman","serif";color:#980003">make: ***</span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We have cross checked that libraries built are for architecture i386 but these files are non-fat libraries. We would like to know will there be any difference between non-fat files and fat files.
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We would like to know the actual reason for this issue and it will be very helpful if we get any solution for this.
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks in Advance,<o:p></o:p></p>
<p class="MsoNormal">Sudhir<o:p></o:p></p>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
http://www.mindtree.com/email/disclaimer.html<br>
</font>
</body>
</html>