<div dir="ltr"><div><div>Dear all,<br><br>I met the following compiling error while compiling the latest VLC 2.1.0 version (<a href="http://nightlies.videolan.org/build/source/vlc-2.1.0-20130423-0034.tar.xz">http://nightlies.videolan.org/build/source/vlc-2.1.0-20130423-0034.tar.xz</a>)<br>
<br></div>Can anyone help me? (gcc version 4.6.4)<br><br></div>Thanks<br><br>********************<br><br>pulse.c: In function ‘stream_start_now’:<br>pulse.c:191:17: warning: unused variable ‘sys’ [-Wunused-variable]<br>  CCLD   <a href="http://libpulse_plugin.la">libpulse_plugin.la</a><br>
  CC     libjack_plugin_la-jack.lo<br>jack.c: In function ‘GraphChange’:<br>jack.c:448:3: error: unknown type name ‘jack_latency_range_t’<br>jack.c:454:5: error: implicit declaration of function ‘jack_port_get_latency_range’ [-Werror=implicit-function-declaration]<br>
jack.c:454:58: error: ‘JackPlaybackLatency’ undeclared (first use in this function)<br>jack.c:454:58: note: each undeclared identifier is reported only once for each function it appears in<br>jack.c:456:22: error: request for member ‘max’ in something not a structure or union<br>
jack.c:456:22: error: request for member ‘max’ in something not a structure or union<br>cc1: some warnings being treated as errors<br><br></div>