<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 <BR><BR><B><I>xrc <xrc@jcom.home.ne.jp></I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">HI,<BR><BR>Thanks for the info but I'm using a Mac...OSX 10.3.8<BR><BR>xrc<BR><BR>On 4 27, 2005, at 18:39, Sanker Gopalakrishnan wrote:<BR><BR>> hi,<BR>>         if u want to compile it in rh9 just go through this.... u  can <BR>> download the necessary libraries from www.videolan.org . search the <BR>> net for cross-compiler and other necessary items...<BR>>  <BR>> VLC Installation and Compilation Procedures for Windows (in Linux  Red <BR>> Hat 9)<BR>> ----------------------------------------------------------------------- <BR>> -<BR>> -------------------------<BR>> | Essential Files |<BR>> -------------------------<BR>><BR>> To install VLC, we need the third party libraries,ie,<BR>><BR>> 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<BR>><BR>> 2) The  VLC Source Code.<BR>><BR>> 3) The  "mingw-gcc3.3.1-linux-crosscompiler.tar" which is the mingw <BR>> Cross compiler.<BR>><BR>> 4) Precompiled Libraries for Win32 are present in the <BR>> "contrib-20040520-win32-bin-gcc3.3.1-only.tar.tar" file.<BR>><BR>> 5) The these tools namely<BR>>   a) wxWindows Toolkit --> wxWindows-20031222.tar.tar<BR>>   b) gettext utility   --> gettext-0.12.1.tar.tar<BR>><BR>> 6) WINE - Implementation of Windows on Linux is present in the WINE <BR>> Folder.<BR>><BR>> 7) NSIS - Nullsoft Scriptable Installer System is present in the NSIS <BR>> Folder.<BR>><BR>> --------------------------------------------------<BR>> | PRE-VLC Installation Procedure |<BR>>
 --------------------------------------------------<BR>><BR>> 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 <BR>> 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  <BR>><BR>> 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 <BR>> following steps<BR>>   1) ./configure && make &&
 make install<BR>>   2) Edit the file: /etc/ld.so.conf<BR>>   3) Add the path /<DIRECTORY <br was wxWindows where>> untarred>/wxWindows-20031222/lib       to this file<BR>><BR>> 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<BR>><BR>> STEP 4: Untarring and Installing mingw32 Cross Compiler<BR>>  a) Copy the "mingw-gcc3.3.1-linux-crosscompiler.tar.tar" file to the <BR>> / 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 <BR>> 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 <BR>> written.<BR>>  g) Add the line "export PATH=$PATH:/usr/local/mingw/bin" before this <BR>> 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 <BR>> 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.<BR>> 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<BR>> -----------------------<BR>> | Installing VLC |<BR>> -----------------------<BR>><BR>> STEP 1: Untar the VLC Source file present in the "VLC Source" Folder <BR>> using the command<BR>>   tar -xzvf vlc-0.7.2.tar_2.tar<BR>><BR>> STEP 2: Navigate to the "vlc-0.7.2" Folder created and perform the <BR>> following actions<BR>><BR>> a) Configuring vlc for Windows:-<BR>> CPPFLAGS=-I/usr/win32/include LDFLAGS=-L/usr/win32/lib <BR>> CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ ./configure <BR>> --host=i586-mingw32msvc --build=i386-linux --disable-sdl --disable-gtk <BR>> --enable-nls --enable-ffmpeg
 --with-ffmpeg-mp3lame --with-ffmpeg-faac <BR>> --enable-faad --enable-flac --enable-theora <BR>> --with-wx-config-path=/usr/win32/bin <BR>> --with-freetype-config-path=/usr/win32/bin   <BR>> --with-fribidi-config-path=/usr/win32/bin --enable-livedotcom <BR>> --with-livedotcom-tree=/usr/win32/live.com --enable-caca <BR>> --with-caca-config-path=/usr/win32/bin <BR>> --with-xml2-config-path=/usr/win32/bin <BR>> --with-dvdnav-config-path=/usr/win32/bin --disable-cddax <BR>> --disable-vcdx --enable-goom --enable-debug --disable-cmml<BR>>  <BR>> b) Compile vlc for windows:-<BR>> make<BR>><BR>> c) Edit and Make change in "vlc-source-directory/Makefile" (path to <BR>> makensis.exe file):-<BR>>  Search for this line " #wine ~/.wine/fake_windows/Program\ <BR>> 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} <BR>> $(srcdir)/vlc-${VERSION}/vlc.win32.nsi<BR>><BR>> d) Creating Windows package(In zip format with Installer):-<BR>> make package-win32<BR>><BR>> e) Copy the vlc-0.7.2-win32.zip File Created to the Windows Machine <BR>> and extract the Files there. or install<BR>>  vlc-0.7.2-win32.exe in windows machine.<BR>><BR>> f) Run vlc.exe. Or if you want to run and see the vlc.exe in linux, <BR>> just type "wine vlc" in vlc's folder.<BR>><BR>> TROUBLESHOOTING:<BR>> ---------------------<BR>> If "tar -xjvf <FILENAME>" emits error, please try using "tar -xzvf <BR>> <FILENAME>" instead and vice versa.<BR>><BR>>  <BR>><BR>>
  sanker<BR>><BR>><BR>><BR>> On 4/27/05, kishor patel <KISHOR8379@YAHOO.COM>wrote:<BR>> hi<BR>> i have downloaded the cygwin packages from ur ftp site .<BR>> Thank you very much<BR>><BR>>  <BR>> kishor patel<BR>>  <BR>><BR>> Mark Moriarty <MFMBUSINESS@EARTHLINK.NET>wrote:<BR>> There's a zipped set of the Cygwin packages that I use, available on <BR>> my FTP.<BR>> (I sent a separate message, with username/password)<BR>><BR>><BR>> From: vlc-bounce@videolan.org [mailto: vlc-bounce@videolan.org] On <BR>> Behalf Of kishor patel<BR>> Sent: Tuesday, April 26, 2005 1:56 AM<BR>> To: vlc-devel@videolan.org; vlc@videolan.org<BR>> Subject: [vlc] HELP HELP HELP compiling VLC IN cygwin env ??????? ANY <BR>> BODY THERE ?????<BR>><BR>>  <BR>> hi<BR>>  i want to compile vlc under cygwin for that i need<BR>> Automake-devel-1.8.5-1.tar.bz2<BR>> i have search on net but i could not find it
 so please help me<BR>>  <BR>> thank you very much<BR>> in advance<BR>>  <BR>> kishor patel<BR>>  <BR>><BR>> __________________________________________________<BR>> Do You Yahoo!?<BR>> Tired of spam? Yahoo! Mail has the best spam protection around<BR>> http://mail.yahoo.com<BR>><BR>> __________________________________________________<BR>> Do You Yahoo!?<BR>> Tired of spam? Yahoo! Mail has the best spam protection around<BR>> http://mail.yahoo.com<BR>><BR>><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