<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 22 apr 2010, at 22.29, <a href="mailto:vlc-devel-request@videolan.org">vlc-devel-request@videolan.org</a> wrote:</div><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(127, 127, 127, 1.0);"><b>From: </b></span><span style="font-family:'Helvetica'; font-size:medium;">Takács Viktor <<a href="mailto:takacsv@gmail.com">takacsv@gmail.com</a>><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(127, 127, 127, 1.0);"><b>Date: </b></span><span style="font-family:'Helvetica'; font-size:medium;">22 april 2010 16.17.04 CEST<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(127, 127, 127, 1.0);"><b>To: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><a href="mailto:vlc-devel@videolan.org">vlc-devel@videolan.org</a><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(127, 127, 127, 1.0);"><b>Subject: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><b>[vlc-devel] Building latest VLC on Mac OSX 10.5</b><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(127, 127, 127, 1.0);"><b>Reply-To: </b></span><span style="font-family:'Helvetica'; font-size:medium;">Mailing list for VLC media player developers <<a href="mailto:vlc-devel@videolan.org">vlc-devel@videolan.org</a>><br></span></div><br><br><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all,<div><br></div><div>I have problems with building VLC on the mentioned environment.</div><div><br></div><div>After following the steps described here: <a href="http://wiki.videolan.org/OSXCompile#Prepare_Mac_OS_X_for_build_VLC">http://wiki.videolan.org/OSXCompile#Prepare_Mac_OS_X_for_build_VLC</a> and here: <a href="http://wiki.videolan.org/OSXCompile#Quick_Steps_on_Mac_OS_X_10.5">http://wiki.videolan.org/OSXCompile#Quick_Steps_on_Mac_OS_X_10.5</a> I get the following error at make:</div><div><br></div><div><div>  OBJC   libmacosx_plugin_la-vout.lo</div><div>vout.m: In function '-[VLCVoutView voutSizeForFactor:]':</div><div>vout.m:359: error: 'struct vout_thread_t' has no member named 'render'</div></div></div></blockquote></div><br><div>Yes, osx compile broke for me as well after change <span class="Apple-style-span" style="font-family: 'Lucida Grande', Arial; font-size: 12px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">38ac8544e29a0cb3b31cfd96b4aac6679f7907da: "Moved most of private vout_thread_t fields out of vlc_vout.h".</span></div><div><font class="Apple-style-span" face="'Lucida Grande', Arial"><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br></span></font></div><div><font class="Apple-style-span" face="'Lucida Grande', Arial"><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">If it is ok to include /src/video_output/vout_internal.h from modules/gui/macosx/vout.m, then it's an easy fix. But I guess it was a conscious decision to make these members private. What is the appropriate way to get access to that private info now?</span></font></div><div><font class="Apple-style-span" face="'Lucida Grande', Arial"><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br></span></font></div><div><font class="Apple-style-span" face="'Lucida Grande', Arial"><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">/ Fredrik</span></font></div></body></html>