Are there online instructions to build GStreamer in Cygwin? ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On 16.03.2010 15:47, Greg Wunder wrote:
> Are there online instructions to build GStreamer in Cygwin? > I'm attempting to link up runtime libs with the MinGW Qt Build. > Any suggestions or has someone done this before? > > Greg > 1) I'm not sure about mixing MinGW (Win32) and Cygwin binaries together. Might be a bad idea. 2) Why can't you build Qt in Cygwin as well? 3) Why do you need to build GStreamer in Cygwin at all? ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
1) Whether it be good or bad, MinGW binaries are available through the cygwin setup install ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On 16.03.2010 17:09, Greg Wunder wrote:
> 1) Whether it be good or bad, MinGW binaries are available through the cygwin setup install > 2) I need to try this...just need to find docs on how to > 3) Qt appears to have 2 different runtime environments. One that works great with visual studio, the other with MinGW. > My project needs to be platform independent & I have headed down the MinGW road for this. > In doing so, I need to link in libs from GStreamer both static & dynamic. > The MinGW version of QT does not like binaries build in Visual Studio or native Linux gcc (i.e. .la files or .so files), so I'm attempting to build the source in cygwin to produce recognizable binaries in the QtMake compiler. > > With the MinGW version of QT, the Visual Studio binaries link but do not run. > With this same version of QT, the following error is produced in the QMake when attempting to link in the Linux .la files: "Could not read symbols, file in wrong format". > This seems to be expected. > My thought (although I'm not sure of it) was to configure & build the GStreamer source in cygwin (using gcc, etc.) apart from the Visual Studio compiler. > The hope here was to produce meaningful binaries that QMake for MinGW can understand. > My underlying system is WinXP SP3. > Any additional thoughts or suggestions? > > building cross-platform applications that depend on 3rd-party libraries on Windows. They should also know all the quirks of QMake (whatever it is) and how it works with various stuff. > -----Original Message----- > From: LRN [mailto:[hidden email]] > Sent: Tue 3/16/2010 9:53 AM > To: Discussion of the development of GStreamer > Cc: Greg Wunder > Subject: Re: [gst-devel] GStreamer Cygwin Build > > On 16.03.2010 15:47, Greg Wunder wrote: > >> Are there online instructions to build GStreamer in Cygwin? >> I'm attempting to link up runtime libs with the MinGW Qt Build. >> Any suggestions or has someone done this before? >> >> Greg >> >> > 1) I'm not sure about mixing MinGW (Win32) and Cygwin binaries together. > Might be a bad idea. > 2) Why can't you build Qt in Cygwin as well? > 3) Why do you need to build GStreamer in Cygwin at all? > > > > > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Greg Wunder
Mixing Qt and Cygwin will be problematic,
Alternatively you can try Portable ubuntu for the seamless development you get on Linux ( unless you want to develop for windows ) portable ubuntu works great for trying out gst devel stuff right from windows, plus it will be easier to work on Qt as well ( Haven't tried the Qt part but should be same as native development ) Br, V On Tue, Mar 16, 2010 at 6:17 PM, Greg Wunder <[hidden email]> wrote:
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |