[Mono-dev] Compiling 64-bit windows mono-2.0 library with Visual Studio

2015-10-05 Thread Matt Guerrette
I am currently trying to integrate mono into a project that I've built 
completely 64 bit.
Currently on Windows there seems to be only 32 bit versions of Mono and 
no easy way to build a 64 bit version.
Has anyone successfully built a 64 bit version using Visual Studio 
2010-2015 (I am currently using 2015) ?

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] How to use lib64 in mono 4.3?

2015-10-05 Thread Miguel de Icaza
Hello,

I do not follow, what "new lib64" thing?   That sounds like a packaging
issue, more than a Mono issue.

Miguel.

On Mon, Oct 5, 2015 at 12:44 PM, psant...@codicesoftware.com <
psant...@codicesoftware.com> wrote:

> Hi,
>
> We're having trouble understanding the new lib64 thing in mono 4.3 (we're
> trying to move Plastic SCM to 4.3 now).
>
> A simple app like this one:
>
> using Mono.Unix;
> namespace testunixdirinfo
> {
> class MainClass
> {
> public static void Main(string[] args)
> {
> UnixDirectoryInfo dir = new UnixDirectoryInfo(args[0]);
> }
> }
> }
>
> Fails saying it can't find lib/libMonoPosixHelper.so, which is now under
> lib64 instead.
>
> It is easy to fix just moving it under lib inside your mono binaries, but
> I guess this is not the right way to do it :confounded:
>
> This is the build we're using Mono JIT compiler version 4.3.0
> (explicit/b6dfce6.
>
> Thanks!
>
> pablo
>
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] How to use lib64 in mono 4.3?

2015-10-05 Thread Pablo Santos
Hi Miguel

I built mono from source (nothing special, just configure with a prefix and 
make). Then I try to run the simple app and it fails. There is a new lib64 path 
inside the mono binaries, together with the normal lib. Afaik it wasn't there 
before 4.3 but I might be mistaken

Not sure how to build it correctly then :-)


On 5/10/2015, at 22:42, Miguel de Icaza 
> wrote:

Hello,

I do not follow, what "new lib64" thing?   That sounds like a packaging issue, 
more than a Mono issue.

Miguel.

On Mon, Oct 5, 2015 at 12:44 PM, 
psant...@codicesoftware.com 
> wrote:
Hi,

We're having trouble understanding the new lib64 thing in mono 4.3 (we're 
trying to move Plastic SCM to 4.3 now).

A simple app like this one:

using Mono.Unix;
namespace testunixdirinfo
{
class MainClass
{
public static void Main(string[] args)
{
UnixDirectoryInfo dir = new UnixDirectoryInfo(args[0]);
}
}
}

Fails saying it can't find lib/libMonoPosixHelper.so, which is now under lib64 
instead.

It is easy to fix just moving it under lib inside your mono binaries, but I 
guess this is not the right way to do it :confounded:

This is the build we're using Mono JIT compiler version 4.3.0 (explicit/b6dfce6.

Thanks!

pablo

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] How to use lib64 in mono 4.3?

2015-10-05 Thread psant...@codicesoftware.com

  
  
Hi,
  
  
  We're having trouble understanding the new lib64 thing in mono 4.3
  (we're trying to move Plastic SCM to 4.3 now).
  
  
  A simple app like this one:
  
  
  using Mono.Unix;
  
  namespace testunixdirinfo
  
  {
  
      class MainClass
  
      {
  
      public static void Main(string[] args)
  
      {
  
      UnixDirectoryInfo dir = new
  UnixDirectoryInfo(args[0]);
  
      }
  
      }
  
  }
  
  
  Fails saying it can't find lib/libMonoPosixHelper.so, which is now
  under lib64 instead.
  
  
  It is easy to fix just moving it under lib inside your mono
  binaries, but I guess this is not the right way to do it
  :confounded:
  
  
  This is the build we're using Mono JIT compiler version 4.3.0
  (explicit/b6dfce6.
  
  
  Thanks! 
  
  
  pablo
  

  

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list