<DIV>hi </DIV>
<DIV> </DIV>
<DIV>thank you very much </DIV>
<DIV> </DIV>
<DIV>now i am able to compile vlc in cygwin . it giving me error because of i unzip vlc tar in winzip so its convert the configure.ac file to dos formate but cygwin automake tools need the unix format file </DIV>
<DIV> </DIV>
<DIV>kishor patel </DIV>
<DIV><BR><BR><B><I>Sanker Gopalakrishnan <sanker.g@gmail.com></I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<DIV>hi,</DIV>
<DIV>        if u want to compile it in rh9 just go through this.... u  can download the necessary libraries from <A href="http://www.videolan.org/">www.videolan.org</A> . search the net for cross-compiler and other necessary items... </DIV>
<DIV> </DIV>
<DIV>VLC Installation and Compilation Procedures for Windows (in Linux  Red Hat 9)<BR>------------------------------------------------------------------------<BR>-------------------------<BR>| Essential Files |<BR>------------------------- </DIV>
<P>To install VLC, we need the third party libraries,ie,</P>
<P>1) The third party libraries present in the Libraries folder are: <BR> a)vlc-binary.tar.gz<BR> b)vlc-devel.tar_2.tar<BR> c)vlc-source.tar.tar<BR> d)redhat9-updates.tar.tar</P>
<P>2) The  VLC Source Code.</P>
<P>3) The  "mingw-gcc3.3.1-linux-crosscompiler.tar" which is the mingw Cross compiler.</P>
<P>4) Precompiled Libraries for Win32 are present in the "contrib-20040520-win32-bin-gcc3.3.1-only.tar.tar" file.</P>
<P>5) The these tools namely<BR>  a) wxWindows Toolkit --> wxWindows-20031222.tar.tar<BR>  b) gettext utility   --> gettext-0.12.1.tar.tar</P>
<P>6) WINE - Implementation of Windows on Linux is present in the WINE Folder.</P>
<P>7) NSIS - Nullsoft Scriptable Installer System is present in the NSIS Folder.</P>
<P>--------------------------------------------------<BR>| PRE-VLC Installation Procedure |<BR>--------------------------------------------------</P>
<P>STEP 1: Untarring and Installing the Libraries<BR> a) 'untar' each of the libraries using the command<BR>   1) tar -xjvf <filename>    or    <BR>  2) tar -xzvf <filaname><BR> b) As a result folders having the filenames as the folder name will be created <BR> c) Go to these folders and install the RPMs using the command<BR>  rpm -ivh --nodeps --force <filename><BR>    or<BR>  rpm -ivh --nodeps --force *.rpm  </P>
<P>STEP 2: Untarring and Installing wxWindows Toolkit<BR> a) Untar the wxWindows Toolkit using the command<BR>  tar -xzvf wxWindows-20031222.tar.tar<BR> b) Go to the "wxWindows-20031222" folder created and perform the following steps <BR>  1) ./configure && make && make install<BR>  2) Edit the file: /etc/ld.so.conf<BR>  3) Add the path /<Directory where wxWindows was untarred>/wxWindows-20031222/lib       to this file</P>
<P>STEP 3: Untarring and Installing gettext utility<BR> a) Untar the gettext utility using the command<BR>  tar -xzvf gettext-0.12.1.tar.tar<BR> b) Go to the "gettext-0.12.1" folder created and perform the following <BR>  ./configure && make && make install</P>
<P>STEP 4: Untarring and Installing mingw32 Cross Compiler<BR> a) Copy the "mingw-gcc3.3.1-linux-crosscompiler.tar.tar" file to the / directory which can<BR>           be navigated to by using "cd /"<BR> b) Untar the mingw Compiler using the command<BR>  tar -xzvf mingw-gcc3.3.1-linux-crosscompiler.tar.tar<BR> c) Automatically the files will be installed in /usr/local/mingw Folder.<BR> d) Edit the file: /etc/ld.so.conf<BR> e) Add the path "/usr/local/mingw/lib" to the file.<BR> f) Edit the File /etc/profile and navigate to the line where <BR>     "export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC" is written.<BR> g) Add the line "export PATH=$PATH:/usr/local/mingw/bin" before this line. <BR> <BR>STEP 5: Untarring and Installing the Precompiled libraries for Win32<BR> a) Copy the "contrib-20040520-win32-bin-gcc3.3.1-only.tar.tar" file to the / directory
      which can be navigated to by using "cd /" <BR> b) Untar using the command<BR>  tar -xzvf contrib-20040520-win32-bin-gcc3.3.1-only.tar.tar<BR> c) Automatically the files will be installed in /usr/win32 Folder.<BR> d) Edit the file: /etc/ld.so.conf<BR> e) Add the path "/usr/win32/lib" to the file. </P>
<DIV>STEP 6: Installing Wine and NSIS<BR> a) Install wine using the command<BR>  rpm -ivh --nodeps --force wine-20040615-1rh9winehq.i386.rpm<BR> b) Install NSIS using the command<BR>  wine nsis20.exe</DIV>
<DIV>-----------------------</DIV>
<DIV>| Installing VLC |<BR>-----------------------</DIV>
<P>STEP 1: Untar the VLC Source file present in the "VLC Source" Folder using the command<BR>  tar -xzvf vlc-0.7.2.tar_2.tar</P>
<P>STEP 2: Navigate to the "vlc-0.7.2" Folder created and perform the following actions</P>
<P>a) Configuring vlc for Windows:-<BR>CPPFLAGS=-I/usr/win32/include LDFLAGS=-L/usr/win32/lib CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ ./configure --host=i586-mingw32msvc --build=i386-linux --disable-sdl --disable-gtk --enable-nls --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac --enable-faad --enable-flac --enable-theora --with-wx-config-path=/usr/win32/bin --with-freetype-config-path=/usr/win32/bin   --with-fribidi-config-path=/usr/win32/bin --enable-livedotcom --with-livedotcom-tree=/usr/win32/live.com --enable-caca --with-caca-config-path=/usr/win32/bin --with-xml2-config-path=/usr/win32/bin --with-dvdnav-config-path=/usr/win32/bin --disable-cddax --disable-vcdx --enable-goom --enable-debug --disable-cmml <BR> <BR>b) Compile vlc for windows:-<BR>make</P>
<P>c) Edit and Make change in "vlc-source-directory/Makefile" (path to makensis.exe file):-<BR> Search for this line " #wine ~/.wine/fake_windows/Program\ Files/NSIS/makensis.exe \"<BR> and replace it with the below lines.. <BR> <BR>        #wine ~/.wine/fake_windows/Program\ Files/NSIS/makensis.exe \/<BR>         wine /root/.wine/drive_c/Program\ Files/NSIS/makensis.exe \<BR>             -- /DVERSION=${VERSION} $(srcdir)/vlc-${VERSION}/vlc.win32.nsi </P>
<P>d) Creating Windows package(In zip format with Installer):-<BR>make package-win32</P>
<P>e) Copy the vlc-0.7.2-win32.zip File Created to the Windows Machine and extract the Files there. or install <BR> vlc-0.7.2-win32.exe in windows machine.</P>
<P>f) Run vlc.exe. Or if you want to run and see the vlc.exe in linux, just type "wine vlc" in vlc's folder.</P>
<P>TROUBLESHOOTING:<BR>---------------------<BR>If "tar -xjvf <filename>" emits error, please try using "tar -xzvf <filename>" instead and vice versa.</P>
<P> </P>
<P> sanker</P><BR><BR>
<DIV><SPAN class=gmail_quote>On 4/27/05, <B class=gmail_sendername>kishor patel</B> <<A href="mailto:kishor8379@yahoo.com">kishor8379@yahoo.com</A>> wrote:</SPAN> 
<BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<DIV>hi </DIV>
<DIV>i have downloaded the cygwin packages from ur ftp site .</DIV>
<DIV>
<DIV>Thank you very much </DIV><SPAN class=sg>
<DIV> </DIV>
<DIV>kishor patel</DIV>
<DIV> </DIV></SPAN></DIV>
<DIV><SPAN class=e id=q_10381f1a6952cb6e_3>
<DIV><BR><B><I>Mark Moriarty <<A onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mfmbusiness@earthlink.net" target=_blank>mfmbusiness@earthlink.net</A>></I></B> wrote:</DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff size=2>There's a zipped set of the Cygwin packages that I use, available on my FTP.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff size=2>(I sent a separate message, with username/password)</FONT></SPAN></DIV><BR>
<DIV lang=en-us dir=ltr align=left>
<HR>
<FONT face=Tahoma size=2><B>From:</B> <A onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:vlc-bounce@videolan.org" target=_blank>vlc-bounce@videolan.org</A> [mailto:<A onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:vlc-bounce@videolan.org" target=_blank> vlc-bounce@videolan.org</A>] <B>On Behalf Of </B>kishor patel<BR><B>Sent:</B> Tuesday, April 26, 2005 1:56 AM<BR><B>To:</B> <A onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:vlc-devel@videolan.org" target=_blank>vlc-devel@videolan.org</A>; <A onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:vlc@videolan.org" target=_blank>vlc@videolan.org</A><BR><B>Subject:</B> [vlc] HELP HELP HELP compiling VLC IN cygwin env ??????? ANY BODY THERE ????? <BR></FONT><BR> </DIV>
<DIV></DIV>
<DIV>hi </DIV>
<DIV> i want to compile vlc under cygwin for that i need </DIV>
<DIV>Automake-devel-1.8.5-1.tar.bz2 </DIV>
<DIV>i have search on net but i could not find it so please help me </DIV>
<DIV> </DIV>
<DIV>thank you very much </DIV>
<DIV>in advance </DIV>
<DIV> </DIV>
<DIV>kishor patel</DIV>
<DIV> </DIV>
<P>__________________________________________________<BR>Do You Yahoo!?<BR>Tired of spam? Yahoo! Mail has the best spam protection around <BR><A onclick="return top.js.OpenExtLink(window,event,this)" href="http://mail.yahoo.com/" target=_blank>http://mail.yahoo.com</A> </P></BLOCKQUOTE>
<P>__________________________________________________<BR>Do You Yahoo!?<BR>Tired of spam? Yahoo! Mail has the best spam protection around <BR><A onclick="return top.js.OpenExtLink(window,event,this)" href="http://mail.yahoo.com/" target=_blank>http://mail.yahoo.com</A> </P></SPAN></DIV></BLOCKQUOTE></DIV><BR><BR><BR>-- <BR>---------------------------------------------------------------------------<BR>Sanker Gopalakrishnan,<BR>Project Associate, <BR>Amrita Research Labs, <BR>Amrita Vishwa Vidyapeetam,<BR>Coimbatore , <BR>Tamil Nadu - 641 105.<BR>Phone - 0422 2656422 ext 533<BR></BLOCKQUOTE><p>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam?  Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com