[vlc-devel] Configuring VLC Trunk (2.1) on Ubuntu 12.04.2 ("gcc-mingw32 not getting installed")

Vianney Boyer vlcvboyer at gmail.com
Mon Jul 8 21:14:37 CEST 2013


Hi,

You have to add debian unstable to your /etc/apt/sources.list:
deb http://ftp.debian/org/debian/ unstable main
deb-src http://ftp.debian/org/debian/ unstable main

Then:
$ sudo apt-get update
Note: you may encounter key error "There is no public key available for the
following key IDs xxxxxxxxxxx" when updating the cache.
Then you'll have to use the following commands:
$ sudo gpg --keyserver wwwkeys.eu.pgp.net --recv-keys xxxxxxxxxxxx
$ sudo gpg --armor --export xxxxxxxxxxxxxx | apt-key add -
Of course you have to replace xxxxxxxxxxxx by the ID indicated in the error
message...

Now you can install unstable package with:
$ sudo apt-get -t unstable install mingw-w64 mingw-w64-i686-dev
mingw-w64-tools mingw-w64-x86-64-dev


Best regards

Vianney


-----Message d'origine-----
De : vlc-devel [mailto:vlc-devel-bounces at videolan.org] De la part de armand
bendanan
Envoyé : lundi 8 juillet 2013 18:35
À : 'Mailing list for VLC media player developers'
Objet : Re: [vlc-devel] Configuring VLC Trunk (2.1) on Ubuntu 12.04.2
("gcc-mingw32 not getting installed")

Hi,
How to install the last mingw64 package from debian experimental on my
ubuntu machine Thanks

> -----Original Message-----
> From: vlc-devel-bounces at videolan.org [mailto:vlc-devel- 
> bounces at videolan.org] On Behalf Of Julien 'Lta' BALLET
> Sent: vendredi 24 mai 2013 22:46
> To: Mailing list for VLC media player developers
> Subject: Re: [vlc-devel] Configuring VLC Trunk (2.1) on Ubuntu 12.04.2
> ("gcc-mingw32 not getting installed")
> 
> Hi,
> 
> Just fetch and install the last mingw64 package from debian 
> experimental on your ubuntu machine and it'll build without any 
> trouble nor harm to your system.
> 
> Regards,
> -=Lta
> 
> On Fri, May 24, 2013 at 8:58 PM, mohit shah <mohit0316 at gmail.com> wrote:
> > I am not understanding why I am getting that message or what wrong I 
> > am doing. I think I have installed all dependencies, ffmpeg and
> > mingw-w64 and related dependencies. Then why is it crashing?
> >
> >
> > On Fri, May 24, 2013 at 2:56 PM, Rafaël Carré <funman at videolan.org>
> wrote:
> >>
> >> Hello,
> >>
> >> Le 24/05/2013 16:46, mohit shah a écrit :
> >> > Hello,
> >> >
> >> > I have been facing this issue of configuring VLC on 12.04.2 LTS 
> >> > with the following areas:
> >> >
> >> > a. The gcc-mingw32 does not get installed at all. It says package 
> >> > dependencies not fulfilled. This is after I installed mingw32, 
> >> > mingw32-runtime and mingw32-binutils
> >> >
> >> > b. If I try to not use mingw32 and use mingw-w64 and related 
> >> > dependencies, I get a message during configure that "*LibVLC 
> >> > requires mingw-runtime version 3.15 or higher, or mingw-w64 
> >> > version
> >> > 3.0 or higher*"
> >>
> >> What is not clear about that message?
> >> _______________________________________________
> >> vlc-devel mailing list
> >> To unsubscribe or modify your subscription options:
> >> http://mailman.videolan.org/listinfo/vlc-devel
> >
> >
> >
> >
> > --
> > Best Regards,
> > Mohit Shah
> > Graduate Research Assistant
> > Dept. of Electrical & Computer Engineering North Carolina State 
> > University
> > Profile: https://sites.google.com/site/mohitshah0316/
> >
> > _______________________________________________
> > vlc-devel mailing list
> > To unsubscribe or modify your subscription options:
> > http://mailman.videolan.org/listinfo/vlc-devel
> >
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel

_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
http://mailman.videolan.org/listinfo/vlc-devel




More information about the vlc-devel mailing list