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 543292 - vcproj file is missing four source files
vcproj file is missing four source files
Status: RESOLVED FIXED
Product: glibmm
Classification: Bindings
Component: build
2.17.x
Other All
: Normal minor
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2008-07-16 15:11 UTC by Jens Georg
Modified: 2008-07-16 15:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
add the four missing files to the project (968 bytes, patch)
2008-07-16 15:13 UTC, Jens Georg
none Details | Review

Description Jens Georg 2008-07-16 15:11:45 UTC
Please describe the problem:
The MS Visual C++ project file is missing four files which will lead to linking errors (undefined symbols)

Steps to reproduce:
Open the solution in MS Visual Studio, compile the solution/project

Actual results:
Linkage error

Expected results:
Linking should work

Does this happen every time?
yes

Other information:
Comment 1 Jens Georg 2008-07-16 15:13:39 UTC
Created attachment 114670 [details] [review]
add the four missing files to the project
Comment 2 Murray Cumming 2008-07-16 15:47:04 UTC
Committed. Thanks. Please patch the ChangeLog in future:

2008-07-16  Jens Georg  <mail@jensge.org>

	* MSVC_Net2003/glibmm/glibmm.vcproj: Mention new source files 
	for regex and keyfile.
	Bug #543292.