Hi all,<br>I have been trying to compile mozilla plugin for windows using cygwin.<br><br>documentation on web only says --enable-mozilla paramater inside configure-vlc.sh. However, when I do that I got nothing. Makefile generated under mozilla has blank "all" target.<br>
<br>like:<br>all: all-am<br><br>and the next line is empty. It was followed by another target.<br><br>Is it the same in people succesfully compiling mozilla plugin ?<br><br>I have also seen that "<a href="http://configure.ac">configure.ac</a>" file mentions real-mozilla-sdk. Is it something I need to do something about ?<br>
<br>lastly, I saw following inside ./projects/mozilla/Makefile.ac<br><br>CPPFLAGS_mozilla_EXTRA = -I. -I$(top_builddir) -I$(srcdir)/../include -c \<br>    -F/System/Library/Frameworks/CoreFoundation.framework $(moz_CFLAGS) \<br>
    -I/Developer/Headers/FlatCarbon -fno-common -fpascal-strings \<br>    -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -DXP_MACOSX=1 \<br>    -DNO_X11=1 -DUSE_SYSTEM_CONSOLE=1 -pipe -fmessage-length=0 \<br>    -include mozilla-config.h<br>
<br>/System and /Developer paths do not exist in my system. <br><br><br>I am basically stuck at being able to initiate mozilla plugin build.<br><br>Can anybody unblock me on this ?<br>thanks<br>murat<br><br>