[gst-devel] gstreamer plugins good don't compile with MSVС
Vladimir Eremeev
wl2776 at gmail.com
Tue Dec 18 10:10:34 CET 2007
Hello all.
I am trying to compile gst-plugins-good-0.10.6 using MS Visual Studio 2005.
I have installed GTKwin32 and dependencies as listed in
http://wolfpack.twu.net/docs/gtkwin32/index.html
Then I have unpacked GStreamer sources (v.0.10.15),
GST-plugins-base-0.10.15 and gst-plugins-good-0.10.6
Then I loaded gst-plugins-good-0.10.6/win32/vs8/gst-plugins-good.sln into the IDE and tried
to compile libgstrtsp
I have set GTK's includes to additional include directories, and the command line is:
/Od /I "../../../gstreamer" /I "../../../gstreamer/libs" /I "../../../gst-plugins-base/gst-libs" /I "../../../gstreamer/win32/common" /I "c:\gtk\include" /I "C:\GTK\include\glib-2.0" /I "c:\gtk\lib\glib-2.0\include" /I "c:\GTK\lib\gtk-2.0\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "HAVE_CONFIG_H" /D "_VC80_UPGRADE=0x0710" /D "_WINDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /nologo /c /Wp64 /ZI /TP /errorReport:prompt
However, the compiler complains it cannot find include files gst/gstmarshal.h, unistd.h, and rtspdefs.h.
What else should I do?
--
Vladimir Eremeev <wl2776 at gmail.com>
More information about the gstreamer-devel
mailing list