<div>HI</div><div><br></div><div>I am trying to compile vlc on mac os. It works fine as long as i use the binaries of the contribs. </div><div>But I want to debug the "live" libraries. So what i did was</div><div>
     1) ./bootstrap</div><div>     2) make src</div><div><br></div><div>i disabled a few libraries as i was getting quite many errors in them. I tried to keep whatever was </div><div>essential alone. </div><div><br></div>
<div>after this when i start compiling vlc (bootstrap) i am getting this error:</div><div><br></div><div>++ dirname ./bootstrap</div><div>+ cd .</div><div>+ ACLOCAL_ARGS='-I m4 '</div><div>+ test -d extras/contrib/build/bin</div>
<div>++ uname -s</div><div>+ test .Darwin = .Darwin</div><div>+ set +x</div><div><br></div><div>ERR: Contribs haven't been built</div><div>ERR: Please run:</div><div>ERR: </div><div>ERR:    'cd extras/contrib && ./bootstrap && make && cd ../..'</div>
<div>ERR: </div><div>ERR: Make sure fink has been disabled too.</div><div><br></div><div>+ exit 1</div><div><br></div><div>Am i doing something wrong in this? the "make src" step was successful. I want to debug the vlc along </div>
<div>with the libraries. </div><div><br></div><div><br></div><div>also i tried doing the same in Ubuntu. I successfully extracted the libraries and i was also able to </div><div>compile vlc successfully. but when i tried to receive a stream the player crashed with segmentation fault. </div>
<div>What am i doing wrong? </div><div><br></div><div>Thanks in advance!</div><div>VD</div><div><br></div>