Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-05-2014, 03:02 PM
|
#1
|
LQ Newbie
Registered: Nov 2013
Posts: 24
Rep:
|
How to build monodevelop?
I'm trying to install monodevelop from this slackbuild:
http://slackbuilds.org/repository/14...t/monodevelop/
But I get the following message:
Quote:
: warning CS1701: Assuming assembly reference `Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' matches assembly `Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'. You may need to supply runtime policy
gtk-gui/generated.cs(107,18): warning CS0436: The type `Stetic.ActionGroups' conflicts with the imported type of same name'. Ignoring the imported type definition
MonoDevelop.Debugger.Visualizer/TextVisualizer.cs(40,15): warning CS0414: The private field `MonoDevelop.Debugger.Visualizer.TextVisualizer.val' is assigned but its value is never used
: warning CS1701: Assuming assembly reference `Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' matches assembly `Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'. You may need to supply runtime policy
make[1]: *** [sln_build] Error 1
make[1]: Leaving directory `/tmp/SBo/monodevelop-4.0.10'
make: *** [all-recursive] Errore 1
|
And I can't go on.... what can I do to solve it?
Thanks in advance.
|
|
|
11-05-2014, 05:55 PM
|
#2
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,742
|
Have you installed all the requirements?
|
|
|
11-06-2014, 01:06 AM
|
#3
|
LQ Newbie
Registered: Nov 2013
Posts: 24
Original Poster
Rep:
|
yes, I have all I need to build monodevelop.
Any suggestion?
|
|
|
11-06-2014, 06:14 AM
|
#4
|
Senior Member
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Rep:
|
First guess is that it might build ok if you don't use multiple jobs:
env MAKEFLAGS="-j1" sh ./monodevelop.SlackBuild
Second guess is that you are using an old SlackBuild (for Slackware 14.0) with an old version of monodevelop and/or old versions of its dependencies. Could you give us a list of your installed dependencies, including the version numbers? Even if you are using Slackware 14.0, perhaps you could try some of the SlackBuilds for 14.1 that build newer versions of mono, gtk-sharp, mono-addins and gnome-sharp. Or, better still, upgrade to Slackware 14.1, because we know that the build works on 14.1.
Edit: Third guess is that the warnings might not be the real problem: there might have been an error logged before them (possibly a *long* way before them).
Last edited by 55020; 11-06-2014 at 06:26 AM.
|
|
|
All times are GMT -5. The time now is 08:47 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|