[vlc-devel] Re: help compiling win32 plugin

Gildas Bazin gbazin at netcourrier.com
Tue Oct 29 18:45:05 CET 2002


On Tuesday 29 October 2002 16:40, Graeme Ogilvie wrote:
> Hi Gildas,
> 
> I'm finally getting some free time to get back to this.  I've given up
> on the Msys environment for the moment, and I've switched over to a
> cygwin environment as you suggested and everything is going great, until
> I get to the bit of the Makefile that tries to compile the win32
> components.
> 
> I currently have Cbuilder 5 loaded, and I'm getting an error on
> inttypes.h which doesn't exist.
> 
> How did you get this to compile?  Are you doing it under Windoze or are
> you using Wine or something under Linux?
> 

Cbuilder is only used to compile the win32 native interface. I never 
compiled it myself (don't have Cbuilder), when I compile vlc I always use 
the GTK one.

As for the compilation of vlc, I usually build it from linux 
(cross-compiling) but I recently managed to compile it natively with a mix 
of msys and cygwin. More precisely, I run ./bootstrap under cygwin, then I 
./configure under msys until it fails (generating the Makefiles) I the 
switch to cygwin again and run ./config.status then make until it fails and 
I finally switch back to msys and run make.

Piece of cake ;)

--
Gildas

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list