[Mono-dev] Mono for El Capitan (OS X 10.11) preview package now available

2015-08-03 Thread Alexis Christoforides
Hello! We’re happy to announce initial support for the upcoming version of Apple’s desktop OS, which will be released this Fall and is available today as a beta. The Mono preview package is available here:

Re: [Mono-list] Monodevelop made application not starting on ubuntu

2015-08-03 Thread onedevteam.com
When i execute application from console, i get an error Corlib not in sync with this runtime: expected corlib version 111, found 117. Loaded from: mscorlib.dll Download a newer corlib or a newer runtime at http://www.go-mono.com/daily.; I made an application few months ago on ubuntu 14, and

Re: [Mono-dev] Mono for El Capitan (OS X 10.11) preview package now available

2015-08-03 Thread Nate McMaster
There is a potential conflict with this change as Homebrewhttp://brew.sh/ also uses /usr/local as the default install location. Does this update mean Xamarin Studio will recognize a homebrew installation instead? Or will homebrew users have trouble using the MDK installer?

[Mono-list] Monodevelop made application not starting on ubuntu

2015-08-03 Thread onedevteam.com
I have made simple application with few forms, buttons and text edits in monodevelop for Ubuntu, using GTK, and now i'm trying to deploy it to another computer. I have sucessfully built an bundle using mkbundle TestApp.exe --deps -o TA and i can run TA executable on machine where i have build

Re: [Mono-dev] Mono for El Capitan (OS X 10.11) preview package now available

2015-08-03 Thread Miguel de Icaza
I configure my HomeBrew to use /brew Otherwise, this will conflict. Miguel. On Mon, Aug 3, 2015 at 11:47 AM, Nate McMaster nate.mcmas...@microsoft.com wrote: There is a potential conflict with this change as Homebrew http://brew.sh/ also uses /usr/local as the default install location. Does

Re: [Mono-list] Monodevelop made application not starting on ubuntu

2015-08-03 Thread onedevteam.com
When i try TA or sudo TA in terminal, i get an error TA: command not found, even if terminal window is open in folder where TA is copied. -- View this message in context: http://mono.1490590.n4.nabble.com/Monodevelop-made-application-not-starting-on-ubuntu-tp4666404p4666406.html Sent from the

Re: [Mono-list] Monodevelop made application not starting on ubuntu

2015-08-03 Thread Dan Liew
However, when i move TA executable to another machine running ubuntu, and right click/run, nothing happens. Application won't start, there's no error message, just nothing... Can someone help me with this? Run the application from a terminal to see if it logs any output indicating some sort

Re: [Mono-list] Monodevelop made application not starting on ubuntu

2015-08-03 Thread Dan Liew
On 3 August 2015 at 12:34, onedevteam.com martin.jere...@gmail.com wrote: When i try TA or sudo TA in terminal, i get an error TA: command not found, even if terminal window is open in folder where TA is copied. The current working directory is not usually is the shell's PATH (the list of