svn need mono 2.4.2 or higher, I have 2.4.2.3

View: New views
4 Messages — Rating Filter:   Alert me  

svn need mono 2.4.2 or higher, I have 2.4.2.3

by Sharique uddin Ahmed Farooqui-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'm trying to build mono develop from svn, and I got this error.

checking for UNMANAGED_DEPENDENCIES_MONO... no
configure: error: Please install mono version 2.4.2 or later to
install MonoDevelop.
Please see http://www.mono-project.org/ to download latest mono
sources or packages

I have mono 2.4.2.3 installed,

------
Sharique uddin Ahmed Farooqui
(C++/C# Developer, IT Consultant)
http://safknw.blogspot.com/
"Peace" is the Ultimate thing we want.
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@...
http://lists.ximian.com/mailman/listinfo/monodevelop-list

Re: svn need mono 2.4.2 or higher, I have 2.4.2.3

by Petit Eric :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

do again an :
make clean && ./configure --prefix=/usr

2009/11/7 Sharique uddin Ahmed Farooqui <safknw@...>
Hi,

I'm trying to build mono develop from svn, and I got this error.

checking for UNMANAGED_DEPENDENCIES_MONO... no
configure: error: Please install mono version 2.4.2 or later to
install MonoDevelop.
Please see http://www.mono-project.org/ to download latest mono
sources or packages

I have mono 2.4.2.3 installed,

------
Sharique uddin Ahmed Farooqui
(C++/C# Developer, IT Consultant)
http://safknw.blogspot.com/
"Peace" is the Ultimate thing we want.
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@...
http://lists.ximian.com/mailman/listinfo/monodevelop-list



--
Cordially.

Small Eric Quotations of the days:
---------------------------------------------------------------------------
I have no special talents. I am only passionately curious

_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@...
http://lists.ximian.com/mailman/listinfo/monodevelop-list

Re: svn need mono 2.4.2 or higher, I have 2.4.2.3

by Michael Hutchinson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Nov 7, 2009 at 12:16 PM, Sharique uddin Ahmed Farooqui
<safknw@...> wrote:

> Hi,
>
> I'm trying to build mono develop from svn, and I got this error.
>
> checking for UNMANAGED_DEPENDENCIES_MONO... no
> configure: error: Please install mono version 2.4.2 or later to
> install MonoDevelop.
> Please see http://www.mono-project.org/ to download latest mono
> sources or packages
>
> I have mono 2.4.2.3 installed,

You need to install the package that provides mono.pc (probably called
mono-devel or something), so the MD build can detect the Mono version.

--
Michael Hutchinson
http://mjhutchinson.com
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@...
http://lists.ximian.com/mailman/listinfo/monodevelop-list

Re: svn need mono 2.4.2 or higher, I have 2.4.2.3

by Petit Eric :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I had similar problem, but don't remember how i resolve it, although, my mono install is svn too, so it provide the .pc file.


You can uninstall all,
sudo rm -f -r  /etc/mono*
sudo rm -f -r  /usr/lib/mono*
sudo rm -f -r  /usr/lib64/mono*
sudo rm -f -r  /usr/local/lib/mono*

and search all your pkgconfig environment dir, to delete all mono .pc file

then reinstall, if problem still here, it could be an gtksharp.pc file

I know i know hammer .... :-)


2009/11/8 Michael Hutchinson <m.j.hutchinson@...>
On Sat, Nov 7, 2009 at 12:16 PM, Sharique uddin Ahmed Farooqui
<safknw@...> wrote:
> Hi,
>
> I'm trying to build mono develop from svn, and I got this error.
>
> checking for UNMANAGED_DEPENDENCIES_MONO... no
> configure: error: Please install mono version 2.4.2 or later to
> install MonoDevelop.
> Please see http://www.mono-project.org/ to download latest mono
> sources or packages
>
> I have mono 2.4.2.3 installed,

You need to install the package that provides mono.pc (probably called
mono-devel or something), so the MD build can detect the Mono version.

--
Michael Hutchinson
http://mjhutchinson.com
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@...
http://lists.ximian.com/mailman/listinfo/monodevelop-list



--
Cordially.

Small Eric Quotations of the days:
---------------------------------------------------------------------------
I have no special talents. I am only passionately curious

_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@...
http://lists.ximian.com/mailman/listinfo/monodevelop-list