Re: [Mono-list] Moonlight Error: Dependency is not satisfiable: libmoon (>= 2.2)

2012-03-03 Thread Ian Norton
UbuntuBeginner wrote: >As my user name suggests I have just started using Linux and have no >knowledge at all about programming and don't really have an aptitude >for >these fan dangled PC thingy majiggers. What does this error mean and >how do >I fix it? Thank you. > >Error: Dependency is not sa

[Mono-list] Moonlight Error: Dependency is not satisfiable: libmoon (>= 2.2)

2012-03-03 Thread UbuntuBeginner
As my user name suggests I have just started using Linux and have no knowledge at all about programming and don't really have an aptitude for these fan dangled PC thingy majiggers. What does this error mean and how do I fix it? Thank you. Error: Dependency is not satisfiable: libmoon (>= 2.2) --

Re: [Mono-list] Understanding a bit how things work

2012-03-03 Thread Charles Krinke
First of all Carlos, thank you very much for working with me a bit today. I am learning a few things and that is always good. I have studied the Application_Deployment page and can run "gacutil -l" and see what is available to mono. I also can run "xbuild a.csprog" and it progresses till it cannot

Re: [Mono-list] Understanding a bit how things work

2012-03-03 Thread Carlos Alberto Cortez
Hey, 2012/3/3 Charles Krinke > Thank you Carlos, I will get another cup of coffee and go through > "Guidelines:Application_Deployment". > > In the meantime, let me ask two more focused questions. > > 1. Given a VS2008 studio project with a .SLN and .CPROG file which > loads in monodevelop and a

Re: [Mono-list] Debugging C# code with Embedded Mono?

2012-03-03 Thread Bob Davies
Is there c++ support in mono? I think you are stuck there. Try using c# or vb. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Debugging C# code with Embedded Mono?

2012-03-03 Thread efontana
Well, I managed to get MD to connect to my App, I see the assemblies loaded in the Application Output window of MD. How do I tell MD which source files go with the Assemblies? I opened the source .cs file and set breakpoints, but they don't get hit. There is no main project or solution, the main

Re: [Mono-list] Understanding a bit how things work

2012-03-03 Thread Charles Krinke
Thank you Carlos, I will get another cup of coffee and go through "Guidelines:Application_Deployment". In the meantime, let me ask two more focused questions. 1. Given a VS2008 studio project with a .SLN and .CPROG file which loads in monodevelop and at least partially compiles to the first "usin

Re: [Mono-list] Understanding a bit how things work

2012-03-03 Thread Carlos Alberto Cortez
Probably the Deployment page is a good starting point: http://www.mono-project.com/Guidelines:Application_Deployment 2012/3/3 Charles Krinke > I have worked with mono before but it has been a little while and I > now have a Windows project including a solution file and I can open > and partiall

[Mono-list] Understanding a bit how things work

2012-03-03 Thread Charles Krinke
I have worked with mono before but it has been a little while and I now have a Windows project including a solution file and I can open and partially compile that project in mono-develop. I can also invoke gmcs from a command line and see there is a /usr/bin/mono/ directory. So far so good. I am s