[Opensim-dev] Cant compile opensim with mono 3

2013-03-11 Thread R.Gunther
Well installed mono 3 in userspace like i do always, try to compile opensim 0.7.5 release but it fails and complaining about gmcs.exe gmcs.exe is in /the user director bin mono directory. also export lines are set and mono -V tells me that i use mono -V [csc] Cannot open assembly

Re: [Opensim-dev] Cant compile opensim with mono 3

2013-03-11 Thread R.Gunther
Looks like i have the answhere, you need to compile mono 2.10.9 in my case first in userspace. after that you can compile mono 3.0.6 without problems. dont ask me why.. the system did have mono 2.10.6 default installed. On 2013-03-11 20:15, R.Gunther wrote: Well installed mono 3 in userspace li

Re: [Opensim-dev] Cant compile opensim with mono 3

2013-03-11 Thread Justin Clark-Casey
I rather doubt that. I think it's much more likely you have some old stuff hanging about. If you're going to compile and use your own mono you really need to uninstall the system's packaged version, otherwise there's a good chance of encountering issues like this. On 11/03/13 21:58, R.Gunther

Re: [Opensim-dev] Cant compile opensim with mono 3

2013-03-13 Thread R.Gunther
That is not the problem justin if you compile and run mono in userspace i have domne many times before. installed suse 12.1 no and found like many times happen a user side error. and libgdiplus where not correct accessed to. I now have mono 3.0.6 installed. It now works with mono 3.0.6 :) No

Re: [Opensim-dev] Cant compile opensim with mono 3

2013-03-13 Thread R.Gunther
Compileing with mono 3.0.6 still giv ethe same gmcs.exe error. i have readed something that there's a problem with that. so still failing need to look further. On 2013-03-13 21:35, R.Gunther wrote: That is not the problem justin if you compile and run mono in userspace i have domne many times

Re: [Opensim-dev] Cant compile opensim with mono 3

2013-03-14 Thread M.E. Verhagen
mixing up mono versions can give that kind of compile errors. There appear to be mono 3.0.6 beta rpm packages for opensuse. Use these rpm packages, compiling mono youselves is tricky. Setting up multiple vesions of mono on the same distro is even harder. When you have got multiple mono versions o

Re: [Opensim-dev] Cant compile opensim with mono 3

2013-03-15 Thread Nebadon Izumi
I just got around to testing this, I compiled mono 3.0.6 into user space and it worked just fine for me, I was able to compile and start opensim without incident, running quite well in fact! On Thu, Mar 14, 2013 at 5:04 AM, M.E. Verhagen wrote: > mixing up mono versions can give that kind of com