<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=596432611-06032008><FONT color=#0000ff>The 
trunk, the current development trunk, is the thing that you get from either svn 
or git -- see the "Build VLC Media Player" area at</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=596432611-06032008><FONT color=#0000ff><A 
href="http://wiki.videolan.org/Developers_Corner">http://wiki.videolan.org/Developers_Corner</A></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=596432611-06032008><FONT 
color=#0000ff></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=596432611-06032008><FONT color=#0000ff>The 
error that you're showing looks like dca isn't being seen.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=596432611-06032008><FONT 
color=#0000ff></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=596432611-06032008><FONT color=#0000ff>In 
/usr/win32/include you should have a dca.h, and in /usr/win32/lib you should see 
libdca.a and libdca.la.  If not, there is a problem with your unpacked 
contrib set.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=596432611-06032008><FONT 
color=#0000ff></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=596432611-06032008><FONT color=#0000ff>Also, 
you need to make sure that your ./configure script has:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=596432611-06032008><FONT 
color=#0000ff> --with-libdca-path = /usr/win32 --enable-dca 
\</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=596432611-06032008><FONT 
color=#0000ff></FONT></SPAN> </DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> vlc-devel-bounces@videolan.org 
[mailto:vlc-devel-bounces@videolan.org] <B>On Behalf Of </B>mean 
while<BR><B>Sent:</B> Thursday, March 06, 2008 2:05 AM<BR><B>To:</B> Mailing 
list for VLC media player developers<BR><B>Subject:</B> Re: [vlc-devel] Too hard 
to build vlc in cygwin!Questions.Helpplease.<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV>hi,</DIV>
<DIV>    Thank you for your help. But I still have 
questions.</DIV>
<DIV>    What does 'trunk' mean? The vlc source code trunk 
?  I can't see trunk or branch at <A 
href="http://download.videolan.org/pub/vlc/">http://download.videolan.org/pub/vlc/</A> . 
Where can I get it or I can only get it from svn ?</DIV>
<DIV>    The latest contrib I can get is 
contrib-20070530-win32-bin-gcc-3.4.5-only.tar.bz2 at <A 
href="http://download.videolan.org/pub/testing/win32/">http://download.videolan.org/pub/testing/win32/</A>, 
where can I get the newer contribs? </DIV>
<DIV>    Because in many .la 
files of contrib-20070412-win32-0.8.6b-bin-gcc-3.4.5-only.tar.bz2 the 
'dependency_libs' are set to '-L/home/videolan/jb/...' , so I use 
contrib-20070530-win32-bin-gcc-3.4.5-only.tar.bz2. I build with 
vlc-0.8.6d.tar.bz2 and vlc-0.8.6e.tar.bz2, and both get the same error message 
bellow, could you please tell me what's the problem? Thank you and best 
reguards!</DIV>
<DIV>-----------------------------------------</DIV>
<DIV>libdtstofloat32_plugin.a(libdtstofloat32_plugin_a-dtstofloat32.o): In 
function 
`Open':<BR>/home/root/vlc-0.8.6e/modules/audio_filter/converter/dtstofloat32.c:219: 
undefined reference to 
`_dca_init'<BR>libdtstofloat32_plugin.a(libdtstofloat32_plugin_a-dtstofloat32.o): 
In function 
`DoWork':<BR>/home/root/vlc-0.8.6e/modules/audio_filter/converter/dtstofloat32.c:303: 
undefined reference to 
`_dca_syncinfo'<BR>/home/root/vlc-0.8.6e/modules/audio_filter/converter/dtstofloat32.c:312: 
undefined reference to 
`_dca_frame'<BR>/home/root/vlc-0.8.6e/modules/audio_filter/converter/dtstofloat32.c:331: 
undefined reference to 
`_dca_blocks_num'<BR>/home/root/vlc-0.8.6e/modules/audio_filter/converter/dtstofloat32.c:335: 
undefined reference to 
`_dca_block'<BR>/home/root/vlc-0.8.6e/modules/audio_filter/converter/dtstofloat32.c:341: 
undefined reference to 
`_dca_samples'<BR>/home/root/vlc-0.8.6e/modules/audio_filter/converter/dtstofloat32.c:331: 
undefined reference to 
`_dca_blocks_num'<BR>libdtstofloat32_plugin.a(libdtstofloat32_plugin_a-dtstofloat32.o): 
In function 
`Destroy':<BR>/home/root/vlc-0.8.6e/modules/audio_filter/converter/dtstofloat32.c:376: 
undefined reference to 
`_dca_free'<BR>libdtstofloat32_plugin.a(libdtstofloat32_plugin_a-dtstofloat32.o): 
In function 
`CloseFilter':<BR>/home/root/vlc-0.8.6e/modules/audio_filter/converter/dtstofloat32.c:430: 
undefined reference to `_dca_free'<BR>collect2: ld returned 1 exit 
status<BR>make[6]: *** [libdtstofloat32_plugin.dll] Error 1</DIV>
<DIV>
<DIV>-----------------------------------------</DIV></DIV></BODY></HTML>