After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 701603 - win32: update base.vcxprog for Visual Studio 2010
win32: update base.vcxprog for Visual Studio 2010
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal normal
: 1.1.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-04 17:21 UTC by Kim Lam
Modified: 2013-07-11 14:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for base.vcxproj (1.11 KB, patch)
2013-06-04 17:21 UTC, Kim Lam
committed Details | Review

Description Kim Lam 2013-06-04 17:21:27 UTC
Created attachment 246021 [details] [review]
patch for base.vcxproj

There are two references to gstcollectpad.h and gstcollectpad.c in base.vcxproj that prevents the project from loading correctly.  The references are identical, so it's likely a bug.  Diff file for the non-working version, and working vesion attached.
Comment 1 Sebastian Dröge (slomo) 2013-06-07 11:08:53 UTC
Note that the VS project templates are completely unmaintained currently. The plan is to automatically generate them in the future from the Makefile.am, similar to what androgenizer does for Android.mk.

commit 002a9ac8fe49b85e942d677f4fa4d8dd3b247c3b
Author: Kim Lam <kim@redgiantsoftware.com>
Date:   Fri Jun 7 13:07:37 2013 +0200

    win32: Don't include gstcollectpads.c twice
    
    https://bugzilla.gnome.org/show_bug.cgi?id=701603