Compile problems

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

Compile problems

by Jacob Ilsø Christensen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi.

I am trying to compile MonoDevelop from SVN. I use mono 1.1.8.3.
Everything works except for one line in Combine.cs:

using Mono.Unix.Native;

I have to change this to:

using Mono.Unix;

Am I using a wrong version of mono?

Regards,
Jacob


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

Re: Compile problems

by percent20net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
You should upgrade your mono versios to the latest which is v1.1.10

On 11/16/05, Jacob Ilsø Christensen <jacobilsoe@...> wrote:
Hi.

I am trying to compile MonoDevelop from SVN. I use mono 1.1.8.3.
Everything works except for one line in Combine.cs:

using Mono.Unix.Native;

I have to change this to:

using Mono.Unix;

Am I using a wrong version of mono?

Regards,
Jacob


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





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

Re: Compile problems

by John Luke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, 2005-11-16 at 22:22 +0100, Jacob Ilsø Christensen wrote:

> Hi.
>
> I am trying to compile MonoDevelop from SVN. I use mono 1.1.8.3.
> Everything works except for one line in Combine.cs:
>
> using Mono.Unix.Native;
>
> I have to change this to:
>
> using Mono.Unix;
>
> Am I using a wrong version of mono?
>
I believe Mono.Unix.Native is new to 1.1.9, 1.1.10 for sure.
Perhaps whoever changed it can update configure.in and README files with
the new mono dependency information?

I believe there are also other reasons we depend on 1.1.9

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

Re: Compile problems

by Jacob Ilsø Christensen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Thanks. I'll try that.

On 11/16/05, Buddy Lindsey <percent20@...> wrote:
You should upgrade your mono versios to the latest which is v1.1.10

On 11/16/05, Jacob Ilsø Christensen < jacobilsoe@...> wrote:
Hi.

I am trying to compile MonoDevelop from SVN. I use mono 1.1.8.3.
Everything works except for one line in Combine.cs:

using Mono.Unix.Native;

I have to change this to:

using Mono.Unix;

Am I using a wrong version of mono?

Regards,
Jacob


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





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




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

Re: Compile problems

by Jacob Ilsø Christensen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, right now MD requires mono 1.1.4.

On 11/16/05, John Luke <john.luke@...> wrote:
On Wed, 2005-11-16 at 22:22 +0100, Jacob Ilsø Christensen wrote:

> Hi.
>
> I am trying to compile MonoDevelop from SVN. I use mono 1.1.8.3.
> Everything works except for one line in Combine.cs:
>
> using Mono.Unix.Native;
>
> I have to change this to:
>
> using Mono.Unix;
>
> Am I using a wrong version of mono?
>
I believe Mono.Unix.Native is new to 1.1.9, 1.1.10 for sure.
Perhaps whoever changed it can update configure.in and README files with
the new mono dependency information?

I believe there are also other reasons we depend on 1.1.9



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