GStreamer in Visual Studio 2010
Hugo MACHEFER
hugo.machefer at gmail.com
Tue Sep 24 14:23:29 PDT 2013
I am extremely interested by what your team managed to do across Visual
Studio 2010. Indeed: when I start to build .sln projects by VC++, compiler
immediately starts to complain about missing /source/ files :
2>------ Build started: Project: gstreamer, Configuration: Debug Win32
------
2> lex.priv_gst_parse_yy.c
2>c1 : fatal error C1083: Cannot open source file:
'..\..\..\gst\parse\lex.priv_gst_parse_yy.c': No such file or directory
2> grammar.tab.c
2>c1 : fatal error C1083: Cannot open source file:
'..\..\..\gst\parse\grammar.tab.c': No such file or directory
...
This kind of file: <lex.priv_gst_parse_yy.c> can't be furnished AS IS,
manifestly They can't have been generated by Visual Studio (2010) either.
You confirm ? So how to get hold ot it. Probably "made" by LEX parser (but
out of Visual C++) ... But which way exactly ?
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/GStreamer-in-Visual-Studio-2010-tp4662160p4662189.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list