Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-17 Thread Jussi Lahtinen
Yes I do read whole replies, no need to repeat. I didn't ask what are the good and bad sides. It was only statement. But what you haven't explain is, what this all has to do with windows. Debian is just one Linux distribution. Something which is incompatible with Debian doesn't mean it's for windo

Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-17 Thread PICCORO McKAY Lenz
From: Jussi Lahtinen > I don't understand why windows would have anything to do with PPAs. > It just differs from debian policy, which has it's good and bad sides. u have right, good side are that in few steps u can made packages for another release of same project.. , seems that u dont have rea

Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-16 Thread Jussi Lahtinen
I don't understand why windows would have anything to do with PPAs. It just differs from debian policy, which has it's good and bad sides. Jussi On Wed, Oct 16, 2013 at 5:14 PM, PICCORO McKAY Lenz wrote: > From: Jussi Lahtinen > > > Distribution called Winbuntu does not exist... > > It looks l

Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-16 Thread PICCORO McKAY Lenz
From: Jussi Lahtinen > > Distribution called Winbuntu does not exist... > It looks like distribution, but maybe it's something else. I don't know and > I'm not interested of such. > http://sourceforge.net/projects/winbuntuiso/ its same: made for windo users > > I didn't know Debian doesn't have

Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-05 Thread Jussi Lahtinen
> Distribution called Winbuntu does not exist... > It looks like distribution, but maybe it's something else. I don't know and I'm not interested of such. http://sourceforge.net/projects/winbuntuiso/ > PPA is a Ubuntu specific thing (nothing similarity with Microsoft > Windows), and this reposi

Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-05 Thread Kende Krisztián
> Jussi; the ppa support are only in Winbuntu related, a user's > facility in MS style.. jeje lest see a example in my wheeze > instalation: > > oot@massenkoh:/etc# add-apt-repository ppa:nemh/gambas3 > bash: add-apt-repository: no se encontró la orden > root@massenkoh:/etc# > > do u see? > anoth

Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-05 Thread PICCORO McKAY Lenz
From: Jussi Lahtinen > > > sudo add-apt-repository ppa:nemh/gambas3 It's not winbuntu specific. That command *makes* entry to /etc/apt/sources.list.d directory. So this should be fine with every distro that uses apt. Jussi; the ppa support are only in Winbuntu related, a user's facility in MS sty

Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-05 Thread Jussi Lahtinen
> > > sudo add-apt-repository ppa:nemh/gambas3 > > > this is a winbuntu specific, more standar are made a entry file in > /etc/apt/sources.list.d directory > It's not winbuntu specific. That command *makes* entry to /etc/apt/sources.list.d directory. So this should be fine with every distro that u

Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-05 Thread PICCORO McKAY Lenz
From: Charlie Reinl > > > > sudo add-apt-repository ppa:nemh/gambas3 > this is a winbuntu specific, more standar are made a entry file in /etc/apt/sources.list.d directory > > sudo apt-get update > this can be done each time system updates if the above cited are done Message: --

Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-04 Thread Charlie
Hi Charlie, I have asked the question in another post on how to insert the necessary code in a Deb file. Keep an eye out for any tips. Regards, Charlie Ogier -- View this message in context: http://gambas.8142.n7.nabble.com/can-t-install-my-home-made-package-due-to-the-dependencies-tp43463p4

Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-04 Thread Charlie Reinl
Am Freitag, den 04.10.2013, 07:56 -0700 schrieb Charlie: > I bumped into this problem. I don't know how to automate this but if you run > the following commands in Terminal on the problem computer and then rerun > the Deb file all should be well. > > The 1st line adds the Gambas3 repository and t

Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-04 Thread Charlie
I bumped into this problem. I don't know how to automate this but if you run the following commands in Terminal on the problem computer and then rerun the Deb file all should be well. The 1st line adds the Gambas3 repository and the second updates the computer. sudo add-apt-repository ppa:nemh/g

Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-03 Thread Benoît Minisini
Le 03/10/2013 12:24, Charlie Reinl a écrit : > Salut, > > on Ubuntu 10.04 I tried to install my home-made-package, but I can't, > due to the dependencies. > > Against what the gambas3-runtime is checked? I thought gbx3. > > But I never had installed any gambas from a package, always complied > from

Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-03 Thread Charlie Reinl
Am Donnerstag, den 03.10.2013, 13:40 +0200 schrieb Tobias Boege: > On Thu, 03 Oct 2013, Charlie Reinl wrote: > > Salut, > > > > on Ubuntu 10.04 I tried to install my home-made-package, but I can't, > > due to the dependencies. > > > > Against what the gambas3-runtime is checked? I thought gbx3. >

Re: [Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-03 Thread Tobias Boege
On Thu, 03 Oct 2013, Charlie Reinl wrote: > Salut, > > on Ubuntu 10.04 I tried to install my home-made-package, but I can't, > due to the dependencies. > > Against what the gambas3-runtime is checked? I thought gbx3. > > But I never had installed any gambas from a package, always complied > from

[Gambas-user] can't install my home-made-package, due to the dependencies

2013-10-03 Thread Charlie Reinl
Salut, on Ubuntu 10.04 I tried to install my home-made-package, but I can't, due to the dependencies. Against what the gambas3-runtime is checked? I thought gbx3. But I never had installed any gambas from a package, always complied from source code. Where do I wrong. @Scenic:~/gambas/3/myLib/C