[Mono-list] Some general advice for a newbie, please

peter apvx95@dsl.pipex.com
Fri, 31 Dec 2004 19:13:48 +0000


Paul wrote:

>Are you using the 1.0.5 version or 1.1.3 version? (for 1.1.3, /trunk/ is
>omitted from the modules line. Have a look at the script I use for
>updating and downloading on my website - it's set for the devel version
>rather than the trunk and works a treat.
>
>  
>
I will do that, Paul: but mono --version returns 1.1.3, and I 
uninstalled version 1.0.5 (or whatever version in the 1.0.x branch I had 
before.  Just to be sure I did:

peter@linux:~/Projects/HelloWindowsForms> which mono
/usr/bin/mono
peter@linux:~/Projects/HelloWindowsForms> mono --version
Mono JIT compiler version 1.1.3, (C) 2002-2004 Novell, Inc and 
Contributors. www.go-mono.com
        TLS:           __thread
        GC:            Included Boehm (with typed GC)
        SIGSEGV      : normal
        Globalization: none
peter@linux:~/Projects/HelloWindowsForms> /usr/bin/mono --version
Mono JIT compiler version 1.1.3, (C) 2002-2004 Novell, Inc and 
Contributors. www.go-mono.com
        TLS:           __thread
        GC:            Included Boehm (with typed GC)
        SIGSEGV      : normal
        Globalization: none
peter@linux:~/Projects/HelloWindowsForms>

So I don't see how I could be using 1.0.x, do you?

Cheers

Peter