|
List Info
Thread: Re: Can't install monodevelop , please help
|
|
| Re: Can't install monodevelop , please
help |

|
2007-11-08 15:13:02 |
|
Michael just keeps getting better and better. Take a look at http://mjhutchinson.com/journal/2007/11/08/how_not_break_mono for some GREAT information!
Pssst Michael; Sometimes you say "configure" when you mean "autogen.sh", like:
tar zxf libgdiplus-1.
1.9.1.tar.gz cd libgdiplus-1
.1.9.1 ./configure --prefix=/opt/mono
make sudo make install Metta, Dale E. Moore
On Nov 8, 2007 12:38 PM, Dale Moore < daleemoore gmail.com">daleemoore gmail.com> wrote:
I've been struggling through the same same type of issues for some time. I moved from Fedora to openSUSE to avoid this and it had little benefit. I've tried source downloads and always struggled and mostly unsuccessfully. Well today I found something that amazes me. Michael Hutchinson has placed MD in his Build Service here
And I was able to "sudo make X uninstall" my foolish attempts then one-click install something that just works for me. I'd buggered it up pretty bad so I one-clicked a recent mono-common and everything's flying right now.
THANKS TO EVERYBODY WORKING ON MONODEVELOP!On Nov 8, 2007 12:22 PM, Petit Eric < surfzoid  gmail.com" target="_blank">surfzoid gmail.com
> wrote:
i use this script, if it can help you. Of course all script requier root privileges for installing on the system
2007/11/8, jacobnix < jacobnix gmail.com" target="_blank">jacobnix gmail.com
>:
> my friend > ; > the configure is very clear. it says that you doesnt have > gtksourceview library and of course is missing gtksourceview sharp > because depends on native gtksourceview library..so...
> > download gtksourceview with some download package manager like > synaptic on ubuntu or yast on Suse or yum on Fedora/RedHat..find and > install gtksourceview devels and then compile gtksourceview sharp and
> ready. > > in my blog describes how to compile monodevelop ..but i believe that > my blog is still down now... > > > > On Nov 8, 2007 10:43 AM, Onur Gumus < emperon gmail.com" target="_blank">
emperon gmail.com> wrote: > > perfect explanation thanks. I guess this is a bug. > > > > > > On Nov 8, 2007 6:33 PM, Petit Eric < surfzoid gmail.com" target="_blank">
surfzoid gmail.com
> wrote: > > > for me i had the same trouble and then i had to ./configure > > > --enable-gtksourceview2-sharp=no --prefix=/usr > > > > > > Like this monodevelop installed gret but seem to be instaled with
> > > gtksourceview-sharp, the strangest thing is , my first reaction was to > > > SVN gtksourceview2-sharp, compil and install it, there was not problem > > > but MD continu to not detect it, so ----> Disable it
> > > > > > > > > 2007/11/8, Michael Hutchinson < m.j.hutchinson gmail.com" target="_blank">m.j.hutchinson gmail.com>: > > > > > > > On Nov 8, 2007 3:55 AM, Jensen Somers <
jensen.somers gmail.com" target="_blank">jensen.somers gmail.com> wrote: > > > > <snip> > > > > > > checking for GTKHTML_SHARP... yes > > > > > > checking for GTKSOURCEVIEW_SHARP... configure: error: Package
> > > > > > requirements (gtksourceview-sharp-2.0 >= 0.10) were not met: > > > > > > > > > > > > No package 'gtksourceview-sharp-2.0'; found > > > > > >
> > > > > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > > > > > > installed software in a non-standard prefix. > > > > > > > > > > > > Alternatively, you may set the environment variables GTKSOURCEVIEW_SHARP_CFLAGS
> > > > > > and GTKSOURCEVIEW_SHARP_LIBS to avoid the need to call pkg-config. > > > > > > See the pkg-config man page for more details. > > > > > > > > > > >
> > > > > You can find some info on > > > > > <http://mjhutchinson.com/journal/2007/11/07/gtksourceview_2_monodevelop
>. > > > > > > > > > > You will need to install the gtksourceview2-sharp package which you > > > > > can get from the mono repositories. It replaces the old
> > > > > gtksourceview-sharp package. > > > > > > > > Well, it's not officially released yet... version 1.x is still > > > > recommended for most users.
> > > > > > > > There is some naming confusion here, as gtksourceview-sharp2.0 is the > > > > 2.0 binding to the 1.x widget. However, any recent packages should > > > > work.
> > > > > > > > -- > > > > Michael Hutchinson > > > > http://mjhutchinson.com > > > > _______________________________________________
> > > > Monodevelop-list mailing list > > > > Monodevelop-list lists.ximian.com" target="_blank">Monodevelop-list lists.ximian.com > > > >
http://lists.ximian.com/mailman/listinfo/monodevelop-list > > > > > > > _______________________________________________ > > > Monodevelop-list mailing list > > > Monodevelop-list lists.ximian.com" target="_blank">
Monodevelop-list lists.ximian.com > > > http://lists.ximian.com/mailman/listinfo/monodevelop-list > > >
> > > > > > > > -- > > Warning: If you are reading this then this warning is for you. Every > > word you read of this useless fine print is another second off your > > life. Don't you have other things to do? Is your life so empty that
> > you honestly can't think of a better way to spend these moments? Or > > are you so impressed with authority that you give respect and credence > > to all that claim it? Do you read everything you're supposed to read?
> > Do you think every thing you're supposed to think? Buy what you're > > told to want? Get out of your apartment. Meet a member of the opposite > > sex. Stop the excessive shopping and
masturbation.Quit your job. Start > > a fight. Prove you're alive. If you don't claim your humanity you will > > become a statistic. You have been warned - Onur > > > > _______________________________________________
> > Monodevelop-list mailing list > > Monodevelop-list lists.ximian.com" target="_blank">Monodevelop-list lists.ximian.com > >
http://lists.ximian.com/mailman/listinfo/monodevelop-list > > > > > > -- > Jacob Cervantes > http://www.ministeriosjm.com/area51/~jacob/blog/
>
_______________________________________________ Monodevelop-list mailing list Monodevelop-list lists.ximian.com" target="_blank">Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list
|
| Re: Can't install monodevelop , please
help |

|
2007-11-08 16:00:51 |
On Nov 8, 2007 4:13 PM, Dale Moore <daleemoore gmail.com> wrote:
> Michael just keeps getting better and better. Take a
look at
> http://mjhutchinson.com/journal/2007/11/08/how_not_
break_mono for some GREAT
> information!
Thanks!
> Pssst Michael; Sometimes you say "configure"
when you mean "autogen.sh",
> like:
> tar zxf libgdiplus-1.
> 1.9.1.tar.gz
> cd libgdiplus-1
> .1.9.1
> ./configure --prefix=/opt/mono
<snip>
Actually, I didn't write that page, but have found it very
useful in
the past, and wanted to pass the info on.
The ./configure command does apply directly to release
tarballs. Some
confusion arises because ./autogen.sh runs ./configure
automatically
after running the autotools commands, but you can quite
happily
"re-./configure" afterwards. I've edited the wiki
page to mention
./autogen.sh.
--
Michael Hutchinson
http://mjhutchinson.com
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
[1-2]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|