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 358247 - configure.in no longer check for mcs
configure.in no longer check for mcs
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
CVS
Other Linux
: Normal normal
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-29 07:52 UTC by Stephane Delcroix
Modified: 2006-10-31 13:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stephane Delcroix 2006-09-29 07:52:36 UTC
In order to compile up-to-date cvs, you now need both mcs and gmcs (gmcs is used in src, mcs is used elsewhere). But the autogen and configure scripts only looks for gmcs.

Fix this either by checking the presence of both mcs and gmcs or, even better, switch to use gmcs everywhere. see bug #346977 for that.
Comment 1 Larry Ewing 2006-09-29 13:26:22 UTC
How is this critical?

I did the partial swtich to see who started to complain about the change, and because of ubuntu restrictions it looks like a switch to gmcs might have to wait a little while so I'll be reverting the switch soon.
Comment 2 Stephane Delcroix 2006-10-25 15:49:27 UTC
Now, with the dependency to the managed dbus implementation, we probably won't revert to mcs...

Can I fix bug #346977 and this one ?
Comment 3 Stephane Delcroix 2006-10-31 13:20:22 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.