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

2015-08-06 Thread Robert Jordan
On 06.08.2015 14:48, Edward Ned Harvey (mono) wrote: From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Robert Jordan On 05.08.2015 18:40, Andres G. Aragoneses wrote: I hope you've considered the licensing implications. In particular, if you distr

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

2015-08-06 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of onedevteam.com > > I'm not concerned about licences or anything else, because application i'm > creating is for internal use only in company. I only need it to work on any > computer running linu

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

2015-08-06 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Robert Jordan > > On 05.08.2015 18:40, Andres G. Aragoneses wrote: > >>> I hope you've considered the licensing implications. In particular, > >>> if you distribute the mono runtime with an appli

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

2015-08-06 Thread onedevteam.com
I'm not concerned about licences or anything else, because application i'm creating is for internal use only in company. I only need it to work on any computer running linux, without any external libs or any other user input... Just insert usb, run application and move on... -- View this messag

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

2015-08-05 Thread Robert Jordan
On 05.08.2015 18:40, Andres G. Aragoneses wrote: I hope you've considered the licensing implications. In particular, if you distribute the mono runtime with an application, your application will need to be GPL. The runtime is LGPL. But AFAIU when you use mkbundle you're not "l"inking anymore,

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

2015-08-05 Thread Andres G. Aragoneses
On 05/08/15 18:25, Jonathan Mitchell wrote: On 5 Aug 2015, at 13:34, Edward Ned Harvey (mono) wrote: From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of onedevteam.com running with "mono myapp.exe" is not an option. I wan't application to be u

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

2015-08-05 Thread Jonathan Mitchell
> On 5 Aug 2015, at 13:34, Edward Ned Harvey (mono) > wrote: > >> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- >> boun...@lists.ximian.com] On Behalf Of onedevteam.com >> >> running with "mono myapp.exe" is not an option. I wan't application to be >> useful on computers with no

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

2015-08-05 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of onedevteam.com > > running with "mono myapp.exe" is not an option. I wan't application to be > useful on computers with no mono installed. I hope you've considered the licensing implications. In

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

2015-08-04 Thread onedevteam.com
> You need to find a way of bundling all the dlls on the host machine > (e.g. gtk#) into your ``myapp.exe``. This isn't guaranteed to work > though if that dlls depends on a certain versions of a native library > (e.g. gtk). > ___ > Mono-list maillist -

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

2015-08-04 Thread Dan Liew
On 4 August 2015 at 11:23, onedevteam.com wrote: > running with "mono myapp.exe" is not an option. I wan't application to be > useful on computers with no mono installed. > > Meanwhile, i have managed to start application bundled with "mkbundle > TestApp --deps --static -o TA" on machine where mon

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

2015-08-04 Thread onedevteam.com
running with "mono myapp.exe" is not an option. I wan't application to be useful on computers with no mono installed. Meanwhile, i have managed to start application bundled with "mkbundle TestApp --deps --static -o TA" on machine where mono-complete is installed. when i bundle only with --deps, i

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

2015-08-04 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of 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

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 th

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 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 directories to search for

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

[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