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 318363 - Muine does not compile
Muine does not compile
Status: RESOLVED FIXED
Product: muine
Classification: Other
Component: general
unspecified
Other Linux
: Urgent blocker
: ---
Assigned To: Muine Maintainers
Muine Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-09 20:19 UTC by Wouter Bolsterlee (uws)
Modified: 2005-12-18 12:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (118 bytes, patch)
2005-10-09 20:21 UTC, Wouter Bolsterlee (uws)
none Details | Review

Description Wouter Bolsterlee (uws) 2005-10-09 20:19:54 UTC
Muine does not compile, because:

./PlaylistWindow.cs(417,9): error CS0103: The name `File' does not exist in the
context of `Muine.PlaylistWindow'
Comment 1 Wouter Bolsterlee (uws) 2005-10-09 20:21:22 UTC
Created attachment 53261 [details] [review]
Proposed patch

Trivial change makes the compiler not complain.
Comment 2 Wouter Bolsterlee (uws) 2005-12-11 22:04:40 UTC
Changing severity to "blocker" since it should really be fixed. A lot of users
complain they can't compile muine.
Comment 3 Peter Johanson 2005-12-18 04:51:50 UTC
I've just commited the fix for this to CVS. This can be marked FIXED now (can't
seem to do it myself).
Comment 4 Wouter Bolsterlee (uws) 2005-12-18 12:20:30 UTC
Ths is fixed in CVS.

| 2005-12-17  Peter Johanson <peter@peterjohanson.com>
| * src/PlaylistWindow.cs: Fix compilation issue with recent gtk#
|  versions.