Page 1 of 1

RE: Compiling VLC using Cygwin

Posted: 21 Aug 2007 13:02
by mbenson
Hi,

I'm having trouble compiling VLC using Cygwin, I have followed the instructions located in the wik @ http://wiki.videolan.org/Win32CompileCygwin. I'm only trying to compile the most basic version of VLC without any of the optional components. Everything runs smoothly until i run the "make" command, and i get the following error:

*** No targets specified and no makefile found. Stop.

I have even tried removing the extension on makefile.am, however this comes up with another error.

Any suggestions would be much appreciated.

Marc

Re: RE: Compiling VLC using Cygwin

Posted: 22 Aug 2007 01:10
by funman
obviously you forget to run "./configure" which creates the Makefile(s) from Makefile.am