[Gambas-user] gambas3 debugging

2017-09-02 Thread Charlie Reinl
Salut, does anyone have something like a 'How debug with the Gambas3-IDE' in English? -- Amicalement Charlie -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

Re: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04

2016-05-05 Thread Alexie
You're welcome ;-) We compile the gambas3 on the Pi yourself, and publish it on domotiga.nl ... for other people to use it, because the Pi is one of the few architectures where there is no 'good' recent gambas3 release. 2016-05-05 21:10 GMT+02:00 Wolfgang <1...@dl7nb.de>: > Hi Alexie! > > That

Re: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04

2016-05-05 Thread Wolfgang
Hi Alexie! That worked as a charm! (After a dull typo, that helped me learning...) Thank you! It is a pity that it does not work on Ubuntu Mate but I can use this!! ;-) So Raspbian is not bad at all !!! ;-) Wolfgang Am 05.05.2016 um 10:18 schrieb Alexie: > Raspbian (jessie) & gambas3

Re: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04

2016-05-05 Thread Gianluigi
Yes Sebastian, I confirm the 3,8,4 on Ubuntu 16.04 very well working. Thank you very much Regards Gianluigi 2016-05-05 13:07 GMT+02:00 Sebastian Kulesz : > Remember the ppa has arm packages built specifically for this! Compiling on > a raspberry pi will take about around four

Re: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04

2016-05-05 Thread Sebastian Kulesz
Remember the ppa has arm packages built specifically for this! Compiling on a raspberry pi will take about around four hours. The issues you mention should be fixed in the 16.04 versions of any Ubuntu derivative, although I can't be sure they will work. On Thu, May 5, 2016, 05:21 Alexie

Re: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04

2016-05-05 Thread Jose Monteiro
Hi guys, I am very interested on this matter too.So far, I know that is possible to install RaspBian (Debian for Raspberry) and then Gambas 3.8.2 : Gambas Documentation - /install/raspbian | | | | || | | | | | Gambas Documentation - /install/raspbian | | |

Re: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04

2016-05-05 Thread Alexie
Raspbian (jessie) & gambas3 3.8.4 works fine here: https://www.domotiga.nl/projects/domotiga/wiki/DomotiGa_Installation#Gambas-From-PPA-Raspberry-Pi-Pi-2-Pi-3 Also note the gambas3 3.8.4 in the Ubuntu 16.04 repo isn't working either on x86/x86_64 ... So most likely it is broken too in the Pi

[Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04

2016-05-05 Thread Wolfgang
Hi all! I tried to get Gambas3 running on a Raspberry Pi 3. I tried images of *Ubuntu MATE* (15.10 and 16.04) during the last three days!. On the 15.10 I get a very old (outdated) Gambas3.5.4-2 from the repository running, which does not support newer code. On both Versions (Ubuntu MATE 15.10

Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-11-13 Thread Patrik Karlsson
It took longer time than I expected but now I have been pooking arround a bit more. The ppa I am using is ppa:gambas-team/gambas3. And when I try to configure gb.jit the output is checking for llvm-config... /usr/bin/llvm-config checking for LLVM, version between 3.1 and 3.5... no configure:

Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-11-13 Thread Benoît Minisini
Le 13/11/2015 19:19, Patrik Karlsson a écrit : > It took longer time than I expected but now I have been pooking arround a > bit more. > The ppa I am using is ppa:gambas-team/gambas3. > > And when I try to configure gb.jit the output is > checking for llvm-config... /usr/bin/llvm-config > checking

Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-11-01 Thread Benoît Minisini
Le 31/10/2015 23:39, Patrik Karlsson a écrit : > I built in from source and now the IDE starts ok, It may be a problem in the packaging so...Which ppa did you use? > however, gb.jit was > disabled. > Is it possible to solve that one? > It depends on your distribution. 'gb.jit' requires LLVM

Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-11-01 Thread Patrik Karlsson
Im on the road now so Ill get back to you on this one in about a week. Den 1 nov 2015 18:35 skrev "Benoît Minisini" : > Le 31/10/2015 23:39, Patrik Karlsson a écrit : > > I built in from source and now the IDE starts ok, > > It may be a problem in the packaging

Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-10-31 Thread Patrik Karlsson
Well, I downloaded the source and: cd gambas3-3.8.2/app/src/gambas3/ pata@rpi2:~/Hämtningar/gambas3-3.8.2/app/src/gambas3$ gbc3 -agt OK pata@rpi2:~/Hämtningar/gambas3-3.8.2/app/src/gambas3$ gdb gbx3 GNU gdb (Ubuntu 7.10-1ubuntu2) 7.10 Copyright (C) 2015 Free Software Foundation, Inc. License

Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-10-31 Thread Patrik Karlsson
Ok, this is what I got: (gdb) run Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [New Thread 0x6eb81460 (LWP 4656)] [New Thread 0x6e176460 (LWP 4657)] [New Thread 0x6d976460 (LWP 4658)]

Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-10-31 Thread Benoît Minisini
Le 31/10/2015 15:20, Patrik Karlsson a écrit : > Ok, this is what I got: > > (gdb) run > Starting program: /usr/bin/gbx3 > [Thread debugging using libthread_db enabled] > Using host libthread_db library > "/lib/arm-linux-gnueabihf/libthread_db.so.1". > [New Thread 0x6eb81460 (LWP 4656)] > [New

Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-10-31 Thread Patrik Karlsson
I built in from source and now the IDE starts ok, however, gb.jit was disabled. Is it possible to solve that one? 2015-10-31 18:27 GMT+01:00 Patrik Karlsson : > Well, I downloaded the source and: > > cd gambas3-3.8.2/app/src/gambas3/ >

Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-10-30 Thread Benoît Minisini
Le 30/10/2015 19:54, Patrik Karlsson a écrit : > Hi, > I added the ppa and installed gambas as usual (apt-get install gambas3). > When I try to start gambas it segfaults. > > Is it because of me, the ppa or gambas? :) > > pata@rpi2:~$ gambas3 > > Segmentation fault (core dumped) > > pata@rpi2:~$

[Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-10-30 Thread Patrik Karlsson
Hi, I added the ppa and installed gambas as usual (apt-get install gambas3). When I try to start gambas it segfaults. Is it because of me, the ppa or gambas? :) pata@rpi2:~$ gambas3 Segmentation fault (core dumped) pata@rpi2:~$ gambas3 -V 3.8.2 pata@rpi2:~$ uname -a Linux rpi2 4.1.10-v7+

[Gambas-user] Gambas3 3.8.2 PPA problem on new project.

2015-10-07 Thread Gianluigi
The new project window appears empty, impossible to work see attached Regards Gianluigi [System] Gambas=3.8.2 OperatingSystem=Linux Kernel=3.13.0-38-generic Architecture=x86_64 Distribution=Ubuntu 14.04.3 LTS Desktop=GNOME Theme=Gtk Language=it_IT.UTF-8 Memory=15977M [Libraries]

Re: [Gambas-user] Gambas3 3.8.2 PPA problem on new project.

2015-10-07 Thread Benoît Minisini
Le 07/10/2015 11:57, Gianluigi a écrit : > The new project window appears empty, impossible to work see attached > > Regards > > Gianluigi > > Apparently the project templates are missing in the gambas3-ide package... -- Benoît Minisini

Re: [Gambas-user] Gambas3 3.8.2 PPA problem on new project.

2015-10-07 Thread Gianluigi
Thank you Benoit and Sebastian, now Gambas well working. My regards Gianluigi 2015-10-07 14:30 GMT+02:00 Benoît Minisini : > Le 07/10/2015 14:12, Sebastian Kulesz a écrit : > > Yup, sorry about that. I'm not used to the packaging rules changing > between > > bugfix

Re: [Gambas-user] Gambas3 3.8.2 PPA problem on new project.

2015-10-07 Thread Sebastian Kulesz
Yup, sorry about that. I'm not used to the packaging rules changing between bugfix releases, and forgot to add the new rules for the ide package.. The fix will be live in an hour or two. Sorry again! On Wed, Oct 7, 2015 at 7:06 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le

Re: [Gambas-user] Gambas3 3.8.2 PPA problem on new project.

2015-10-07 Thread Benoît Minisini
Le 07/10/2015 14:12, Sebastian Kulesz a écrit : > Yup, sorry about that. I'm not used to the packaging rules changing between > bugfix releases, and forgot to add the new rules for the ide package.. The > fix will be live in an hour or two. > > Sorry again! > No problem, it's my fault too: I

Re: [Gambas-user] Gambas3, ServerSocket and SSL support

2015-09-25 Thread Tobias Boege
On Fri, 25 Sep 2015, Alexie wrote: > Hi All, > > Gambas3 has a lot of networking features, including acting like a (Web) > Server. Only thing what is lacking is SSL support and IPv6 (separate topic > :-)) ... I made some code for DomotiGa, to support SSL in the ServerSocket. > I basically create

[Gambas-user] Gambas3, ServerSocket and SSL support

2015-09-25 Thread Alexie
Hi All, Gambas3 has a lot of networking features, including acting like a (Web) Server. Only thing what is lacking is SSL support and IPv6 (separate topic :-)) ... I made some code for DomotiGa, to support SSL in the ServerSocket. I basically create a wrapper around the ServerSocket and Socket,

Re: [Gambas-user] Gambas3, ServerSocket and SSL support

2015-09-25 Thread Yahoo
Hello, Very interesting this little project. Can we use it or interface it with the embedded http server of Gambas gb.http. In case it is possible, can someone give me a little example. If no possible, how can I create a project like gambaswiki example but incluying HTTPS support please ?

Re: [Gambas-user] Gambas3, ServerSocket and SSL support

2015-09-25 Thread Benoît Minisini
Le 25/09/2015 18:29, Tobias Boege a écrit : > On Fri, 25 Sep 2015, Alexie wrote: >> Hi All, >> >> Gambas3 has a lot of networking features, including acting like a (Web) >> Server. Only thing what is lacking is SSL support and IPv6 (separate topic >> :-)) ... I made some code for DomotiGa, to

[Gambas-user] gambas3 -V

2015-07-10 Thread ian . roper
Running gambas3 -V produces the result below I'm on Kubuntu 15.04 - Is this specific to this distro or small bug ? ian@ian-Kubuntu:~$ gambas3 -V 3.7.90 kf5.kiconthemes: Theme tree: (Oxygen) --- Running this test produced the expected results. ian@ian-Kubuntu:~$ gbw3 -V 3.4.0 (on PPA

[Gambas-user] gambas3 gb.form error

2015-05-20 Thread GH
HI, I just add gambas3 daily ppa, usually it works well but this morning it's not working ? gbr3: unable to load component: gb.form.editor I use wily 15.10 but I think it's not the problem everything run in installation ? Any idea, Regards

Re: [Gambas-user] gambas3 gb.form error

2015-05-20 Thread Sebastian Kulesz
That's because today's builds where compiled after the change of the default editor, but before I added the component and updated the IDE's dependencies. I am extremely busy today so I won't be able to issue new builds. It will be automatically fixed in tonight's packages though. If it is

Re: [Gambas-user] gambas3 gb.form error

2015-05-20 Thread GH
Thanks... No problem I can wait tomorow, I just wanted to know if it was a 15.10 problem... Regards Henri Le 20/05/2015 16:14, Sebastian Kulesz a écrit : That's because today's builds where compiled after the change of the default editor, but before I added the component and updated the IDE's

[Gambas-user] gambas3 3.6.90 rev 6813

2015-01-06 Thread Karl Reinl
Salut Benoît, attached the build scripts made on a full updated Ubuntu 10.04.5 LTS. I also attached a home made sysinfo.log, because I can't start the IDE (made an uninstall and made from scratch. -- Amicalement Charlie [gambas] gbx-1.0.17 /usr/bin/gbx [gambas2] 2.24.0 Revision: 5049

Re: [Gambas-user] gambas3 3.6.90 rev 6813

2015-01-06 Thread Fabien Bodard
/usr/bin/moc-qt4 -o cprinter_moc.cpp cprinter.h cprinter.h:0: Warning: No relevant classes found. No output generated. CXXgb_qt4_la-cprinter.lo /usr/bin/moc-qt4 -o csvgimage_moc.cpp csvgimage.h csvgimage.h:0: Warning: No relevant classes found. No output generated. CXX

Re: [Gambas-user] gambas3 3.6.90 rev 6813

2015-01-06 Thread Benoît Minisini
Le 06/01/2015 15:32, Fabien Bodard a écrit : /usr/bin/moc-qt4 -o cprinter_moc.cpp cprinter.h cprinter.h:0: Warning: No relevant classes found. No output generated. CXXgb_qt4_la-cprinter.lo /usr/bin/moc-qt4 -o csvgimage_moc.cpp csvgimage.h csvgimage.h:0: Warning: No relevant classes

Re: [Gambas-user] gambas3 3.6.90 rev 6813

2015-01-06 Thread Benoît Minisini
Le 06/01/2015 13:41, Karl Reinl a écrit : Salut Benoît, attached the build scripts made on a full updated Ubuntu 10.04.5 LTS. I also attached a home made sysinfo.log, because I can't start the IDE (made an uninstall and made from scratch. Can you test with revision #6814? -- Benoît

Re: [Gambas-user] gambas3 3.6.90 rev 6813

2015-01-06 Thread Karl Reinl
Am Dienstag, den 06.01.2015, 16:07 +0100 schrieb Benoît Minisini: Le 06/01/2015 13:41, Karl Reinl a écrit : Salut Benoît, attached the build scripts made on a full updated Ubuntu 10.04.5 LTS. I also attached a home made sysinfo.log, because I can't start the IDE (made an uninstall and

Re: [Gambas-user] gambas3 printer (comming back)

2014-12-29 Thread Charlie Reinl
Am Sonntag, den 28.12.2014, 19:15 +0100 schrieb Fabien Bodard: Have you the problem when you call printer.configure ? or as well without calling it ? 2014-12-28 11:31 GMT+01:00 Charlie Reinl karl.re...@fen-net.de: Salut Benoît, I restumbled over that problem, any news about ? Am

Re: [Gambas-user] gambas3 printer

2014-12-29 Thread MinnesotaJon
Benoît Minisini wrote Le 31/07/2014 19:49, Charlie Reinl a écrit : This strange behaviour actually comes from the Qt library. I will try to override it so that things become more logical. -- Benoît Minisini I wish you could override this: There is no reliable way to print text

Re: [Gambas-user] gambas3 printer

2014-12-29 Thread Benoît Minisini
Le 29/12/2014 15:51, MinnesotaJon a écrit : I wish you could override this: There is no reliable way to print text without splitting a line of text horizontally, as a graphic. When I have a multi-page document, my final line of text on most pages is split horizontally, and the top of the

Re: [Gambas-user] gambas3 printer (comming back)

2014-12-28 Thread Charlie Reinl
Salut Benoît, I restumbled over that problem, any news about ? Am Freitag, den 01.08.2014, 11:31 +0200 schrieb Benoît Minisini: Le 31/07/2014 19:49, Charlie Reinl a écrit : Salut Benoît, digging around the gambas3 printer object, I can now say the following: - you can not set

Re: [Gambas-user] gambas3 printer (comming back)

2014-12-28 Thread Fabien Bodard
Have you the problem when you call printer.configure ? or as well without calling it ? 2014-12-28 11:31 GMT+01:00 Charlie Reinl karl.re...@fen-net.de: Salut Benoît, I restumbled over that problem, any news about ? Am Freitag, den 01.08.2014, 11:31 +0200 schrieb Benoît Minisini: Le

[Gambas-user] Gambas3 on a banana pi?

2014-09-25 Thread Wolfgang, dl7nb
Hello, I try to get the latest Gambas 3.5.4 working on a banana pi. This little rascal works with a /ARM/-Cortex-A7-Dual-Core-CPU. When I install the Gambas3 in their original repo (Lbuntu from lemaker) I get version 3.1.1. This works, but it is not up to date. When I add the latest ppa:

Re: [Gambas-user] Gambas3 on a banana pi?

2014-09-25 Thread Wolfgang, dl7nb
Hello Alexie! Never did that before. So this might then be the only way out. Well then Google will help on my new steps. Thank you for the fast answer. Wolfgang (It is a longer way from Windows to Linux than I thought... but its worth it!) Am 25.09.2014 um 13:05 schrieb Alexie: If you

Re: [Gambas-user] Gambas3 on a banana pi?

2014-09-25 Thread Benoît Minisini
Le 25/09/2014 12:15, Wolfgang, dl7nb a écrit : Hello, I try to get the latest Gambas 3.5.4 working on a banana pi. This little rascal works with a /ARM/-Cortex-A7-Dual-Core-CPU. When I install the Gambas3 in their original repo (Lbuntu from lemaker) I get version 3.1.1. This works, but it is

[Gambas-user] Gambas3 Text CodePage problem

2014-09-09 Thread abbat81
Hi, I've just installed Gambas3 on a fresh Lubuntu 12.04.5. And I got a problem. It's Ukrainian language. How to fix It? http://gambas.8142.n7.nabble.com/file/n48028/2014-09-09-150043_1280x1024_scrot.png -- View this message in context:

Re: [Gambas-user] Gambas3 Text CodePage problem

2014-09-09 Thread Tobias Boege
On Tue, 09 Sep 2014, abbat81 wrote: Hi, I've just installed Gambas3 on a fresh Lubuntu 12.04.5. And I got a problem. It's Ukrainian language. How to fix It? http://gambas.8142.n7.nabble.com/file/n48028/2014-09-09-150043_1280x1024_scrot.png What does $ locale say? --

Re: [Gambas-user] Gambas3 Text CodePage problem

2014-09-09 Thread Benoît Minisini
Le 09/09/2014 14:07, abbat81 a écrit : Hi, I've just installed Gambas3 on a fresh Lubuntu 12.04.5. And I got a problem. It's Ukrainian language. How to fix It? http://gambas.8142.n7.nabble.com/file/n48028/2014-09-09-150043_1280x1024_scrot.png Everything is UTF-8, so the problem may

Re: [Gambas-user] Gambas3 Text CodePage problem

2014-09-09 Thread abbat81
$locale LANG=uk_UA.UTF-8 LANGUAGE= LC_CTYPE=uk_UA.UTF-8 LC_NUMERIC=uk_UA.UTF-8 LC_TIME=uk_UA.UTF-8 LC_COLLATE=uk_UA.UTF-8 LC_MONETARY=uk_UA.UTF-8 LC_MESSAGES=uk_UA.UTF-8 LC_PAPER=uk_UA.UTF-8 LC_NAME=uk_UA.UTF-8 LC_ADDRESS=uk_UA.UTF-8 LC_TELEPHONE=uk_UA.UTF-8 LC_MEASUREMENT=uk_UA.UTF-8

Re: [Gambas-user] Gambas3 Text CodePage problem

2014-09-09 Thread Benoît Minisini
Le 09/09/2014 14:23, Benoît Minisini a écrit : Le 09/09/2014 14:07, abbat81 a écrit : Hi, I've just installed Gambas3 on a fresh Lubuntu 12.04.5. And I got a problem. It's Ukrainian language. How to fix It?

Re: [Gambas-user] Gambas3 Text CodePage problem

2014-09-09 Thread Tobias Boege
On Tue, 09 Sep 2014, abbat81 wrote: $locale LANG=uk_UA.UTF-8 LANGUAGE= LC_CTYPE=uk_UA.UTF-8 LC_NUMERIC=uk_UA.UTF-8 LC_TIME=uk_UA.UTF-8 LC_COLLATE=uk_UA.UTF-8 LC_MONETARY=uk_UA.UTF-8 LC_MESSAGES=uk_UA.UTF-8 LC_PAPER=uk_UA.UTF-8 LC_NAME=uk_UA.UTF-8 LC_ADDRESS=uk_UA.UTF-8

Re: [Gambas-user] gambas3 printer

2014-08-01 Thread Benoît Minisini
Le 31/07/2014 19:49, Charlie Reinl a écrit : Salut Benoît, digging around the gambas3 printer object, I can now say the following: - you can not set printer.paper=0, what means set to gambas 'Custom', you earn a default.paper, in my case A4 - changing PaperWidth and/or PaperHeight that

[Gambas-user] gambas3 printer

2014-07-31 Thread Charlie Reinl
Salut Benoît, digging around the gambas3 printer object, I can now say the following: - you can not set printer.paper=0, what means set to gambas 'Custom', you earn a default.paper, in my case A4 - changing PaperWidth and/or PaperHeight that will changing also printer.paper - Changing from

Re: [Gambas-user] gambas3 checking for well-formed and valid XML

2014-07-30 Thread Adrien Prokopowicz
Le Sat, 26 Jul 2014 12:37:40 +0200, Charlie Reinl karl.re...@fen-net.de a écrit: Salut Adrien, I didn't find anything about xml-error and/or well-formed and valid XML. Found that problem after a bad xml usage. I copied a path at the end of the file, and saved and forgot. Now, I still

Re: [Gambas-user] gambas3 checking for well-formed and valid XML

2014-07-30 Thread Charlie Reinl
Am Mittwoch, den 30.07.2014, 08:50 +0200 schrieb Adrien Prokopowicz: Le Sat, 26 Jul 2014 12:37:40 +0200, Charlie Reinl karl.re...@fen-net.de a écrit: Salut Adrien, I didn't find anything about xml-error and/or well-formed and valid XML. Found that problem after a bad xml usage. I

[Gambas-user] gambas3 not launching

2014-07-22 Thread Larry Moore
At 0850 on 22 Jul 2014, I received a gambas3 update through the Ubuntu updater. After the update, gambas3 will not launch. Using the terminal, I tried launching gambas and received this message: gbr3: unable to load component: gb.markdown. How do I fix this?

Re: [Gambas-user] gambas3 not launching

2014-07-22 Thread Benoît Minisini
Le 22/07/2014 21:13, Larry Moore a écrit : At 0850 on 22 Jul 2014, I received a gambas3 update through the Ubuntu updater. After the update, gambas3 will not launch. Using the terminal, I tried launching gambas and received this message: gbr3: unable to load component: gb.markdown. How do I

Re: [Gambas-user] gambas3 broken after opensuse 13.1 upgrade; circumvent

2014-07-18 Thread wig
For OpenSUSE 13.1 users: use the munich repository: - uninstall the broken Gambas3 - choose home:munix9:gambas from http://software.opensuse.org/package/gambas3 This installs Gambas 3.5.4-2.2 Build time Sat 12 Jul 2014 09:59:16 PM CEST - examples are included - help files work as well. WiG On

[Gambas-user] gambas3 broken after opensuse 13.1 upgrade

2014-07-16 Thread wig
Just to warn other users - after an upgrade of opensuse, gambas3 doesn't start anymore. I was too fast and updated both pc and laptop ... I submitted already to Suse. /usr/bin/gambas3gbx3: unable to find startup file I see gambas3, it is a link to gbx3 (while gambas2 is a link to

Re: [Gambas-user] gambas3 broken after opensuse 13.1 upgrade

2014-07-16 Thread Fabien Bodard
Uninstall properly the last gambas version Verify if all the gb... Files bave been removed from /usr/bin And if /usr/lib/gambas3 and it's content is removed too Then try to reinstall Le 16 juil. 2014 12:38, wig w...@noxqs.org a écrit : Just to warn other users - after an upgrade of opensuse,

Re: [Gambas-user] gambas3 broken after opensuse 13.1 upgrade

2014-07-16 Thread wig
That is indeed what I did. - Remove (via software management). Check the files (suse seems to use /usr/share, not usr/lib) - Check /usr/bin ; files are gone - Check /usr/share/gambas3 ; files are gone - Install again or next time: Remove software repository education Add other software

Re: [Gambas-user] Gambas3 and ZeroMQ?

2014-07-05 Thread CJ
Seem interresting ! Yes, ZeroMQ looks usefull for lots of things. Haven't had a chance to look closer but I did find some simple examples for other BASIC dialects (Win32) that may come in handy... http://www.coastrd.com/download/ZMQExamples.zip Looks like the above examples are based on

Re: [Gambas-user] Gambas3 and ZeroMQ?

2014-06-28 Thread Fabien Bodard
Seem interresting ! 2014-06-28 7:49 GMT+02:00 CJ li...@hth.com: Anyone using ZeroMQ (a.k.a ØMQ/0MQ/zmq) with Gambas3? Looks like a nice way doing inproc, IPC, RPC... http://zeromq.org Below is a nice introduction... http://nichol.as/zeromq-an-introduction /CJ

[Gambas-user] Gambas3 and ZeroMQ?

2014-06-27 Thread CJ
Anyone using ZeroMQ (a.k.a ØMQ/0MQ/zmq) with Gambas3? Looks like a nice way doing inproc, IPC, RPC... http://zeromq.org Below is a nice introduction... http://nichol.as/zeromq-an-introduction /CJ -- Open source

Re: [Gambas-user] Gambas3 component Docs

2014-02-20 Thread Tobias Boege
On Sat, 15 Feb 2014, Paul Horechuk wrote: I've been to gambasdoc.org and it works reasonably well, except if you dig through deep enough, it starts to ask you to log in. That's a feature to help creating pages. If you are not a docs writer it may annoy you but there is a rule of thumb to not

[Gambas-user] Gambas3 component Docs

2014-02-15 Thread Paul Horechuk
I've been to gambasdoc.org and it works reasonably well, except if you dig through deep enough, it starts to ask you to log in. I think what I'm really looking for is a list of the end objects, methods, classes, and properties, what they provide, and then what component is required for its

Re: [Gambas-user] Gambas3 crash

2013-12-15 Thread Benoît Minisini
Le 10/12/2013 20:15, Pino Zollo a écrit : While adding a component...in the process of converting a Gambas2 program Gambas3 crashes ...see the attached image Thanks Pino Can you send me the full Gambas 2 project? -- Benoît Minisini

[Gambas-user] Gambas3 crash

2013-12-10 Thread Pino Zollo
While adding a component...in the process of converting a Gambas2 program Gambas3 crashes ...see the attached image Thanks Pino attachment: Gambas3_Crash.jpg-- Rapidly troubleshoot problems before they affect your

Re: [Gambas-user] Gambas3 crash

2013-12-10 Thread Benoît Minisini
Le 10/12/2013 20:15, Pino Zollo a écrit : While adding a component...in the process of converting a Gambas2 program Gambas3 crashes ...see the attached image Thanks Pino Please tell which version of Gambas you use exactly. Regards, -- Benoît Minisini

Re: [Gambas-user] Gambas3 logo license?

2013-11-29 Thread Fabien Bodard
CC BY SA Hello Fabien (or anyone who knows), what was the license of the Gambas3 logo you made? I was unable to find that information. We would like to use it in a video. Regards, Tobi -- Rapidly troubleshoot problems

[Gambas-user] Gambas3 crash after last update of Kendeks PPA

2013-10-29 Thread Jorge Carrión
Just click on New Proyect and obtain a error 11: [11] Unknown symbol 'Path' in class 'Desktop'. CBookmarkList.Load.48 -- Android is increasing in popularity, but the open development platform that developers love is also

Re: [Gambas-user] Gambas3 crash after last update of Kendeks PPA

2013-10-29 Thread Alain Baudrez
I can confirm this problem while trying to open an existing project 2013/10/29 Jorge Carrión sho...@gmail.com Just click on New Proyect and obtain a error 11: [11] Unknown symbol 'Path' in class 'Desktop'. CBookmarkList.Load.48

Re: [Gambas-user] Gambas3 crash after last update of Kendeks PPA

2013-10-29 Thread Kende Krisztián
2013-10-29 07:43 keltezéssel, Alain Baudrez írta: I can confirm this problem while trying to open an existing project 2013/10/29 Jorge Carrión sho...@gmail.com Just click on New Proyect and obtain a error 11: [11] Unknown symbol 'Path' in class 'Desktop'. CBookmarkList.Load.48 Yeah,

Re: [Gambas-user] Gambas3 crash after last update of Kendeks PPA

2013-10-29 Thread Alain Baudrez
2013/10/29 Kende Krisztián n...@freemail.hu 2013-10-29 07:43 keltezéssel, Alain Baudrez írta: I can confirm this problem while trying to open an existing project 2013/10/29 Jorge Carrión sho...@gmail.com Just click on New Proyect and obtain a error 11: [11] Unknown symbol

Re: [Gambas-user] Gambas3 crash after last update of Kendeks PPA

2013-10-29 Thread Jorge Carrión
I want, without underestimating the work of anyone involved y Gambas project, to add my thanks to Kende. His efforts are greatly apprecieated for a lot of people. Regards 2013/10/29 Alain Baudrez a.baud...@gmail.com 2013/10/29 Kende Krisztián n...@freemail.hu 2013-10-29 07:43

Re: [Gambas-user] Gambas3 crash after last update of Kendeks PPA

2013-10-29 Thread Kende Krisztián
Come on, I'm sorry that I made a mistake. :-) Has not completed the preparation of all packages, waiting for i386... 2013-10-29 10:40 keltezéssel, Jorge Carrión írta: I want, without underestimating the work of anyone involved y Gambas project, to add my thanks to Kende. His efforts are

Re: [Gambas-user] Gambas3 SVN compilation Problem ARMEL

2013-09-28 Thread pat0che
Sorry to insist but am i the only one to try to compile gambas3 on sheevaplug ? I have tried gambas trunk, gambas3-3.4.2 and for each one i have gbc3 seg fault during the make install part. I'm on debian wheezy but can change linux distribution if needed I can of course tell you more

Re: [Gambas-user] Gambas3 SVN compilation Problem ARMEL

2013-09-28 Thread Benoît Minisini
Le 28/09/2013 18:47, pat0che a écrit : Sorry to insist but am i the only one to try to compile gambas3 on sheevaplug ? I have tried gambas trunk, gambas3-3.4.2 and for each one i have gbc3 seg fault during the make install part. I'm on debian wheezy but can change linux distribution if

Re: [Gambas-user] Gambas3 SVN compilation Problem ARMEL

2013-09-28 Thread pat0che
of courses yes send me an email to p65174(AT)gmail.com and i will send you an account. 2013/9/28 Benoît Minisini [via Gambas] ml-node+s8142n43398...@n7.nabble.com Le 28/09/2013 18:47, pat0che a écrit : Sorry to insist but am i the only one to try to compile gambas3 on sheevaplug ?

Re: [Gambas-user] Gambas3 SVN compilation Problem ARMEL

2013-09-23 Thread pat0che
Hi, I have exactly the same problem compiling trunk on a sheevaplug (wheezy). Is there any solution for that ?? Pat. -- View this message in context: http://gambas.8142.n7.nabble.com/Gambas3-SVN-compilation-Problem-ARMEL-tp41774p43325.html Sent from the gambas-user mailing list archive at

Re: [Gambas-user] Gambas3 Sample file does not compile

2013-08-29 Thread Benoît Minisini
Le 28/08/2013 23:23, mx4evaNZ . a écrit : Hi The GamgasGears 3.0.0 sample file does not compile the following error is shown: gb.sdl error. Could not open: /../gb.sdl/DejavuSans.ttf Other files compile and run okay Running Linux Mint 15 (Olivia) 64 bit latest version Kim This must be a

Re: [Gambas-user] Gambas3 Sample file does not compile

2013-08-29 Thread mx4evaNZ .
Le 28/08/2013 23:23, mx4evaNZ . a ?crit : Hi The GamgasGears 3.0.0 sample file does not compile the following error is shown: gb.sdl error. Could not open: /../gb.sdl/DejavuSans.ttf Other files compile and run okay Running Linux Mint 15 (Olivia) 64 bit latest version Kim This must be a

[Gambas-user] Gambas3 Sample file does not compile

2013-08-28 Thread mx4evaNZ .
Hi The GamgasGears 3.0.0 sample file does not compile the following error is shown: gb.sdl error. Could not open: /../gb.sdl/DejavuSans.ttf Other files compile and run okay Running Linux Mint 15 (Olivia) 64 bit latest version Kim

[Gambas-user] Gambas3 r5763 install error

2013-07-24 Thread Ivan Kern
Hello Benoît I tried to install Gambas3 r5763 on Ubuntu 10.04 LTS, but after make command I got error message, see attachment. Regards, Ivan make all-recursive make[1]: Entering directory `/home/pcc/trunk' Making all in main make[2]: Entering directory `/home/pcc/trunk/main' make

Re: [Gambas-user] Gambas3 r5763 install error

2013-07-24 Thread Fabien Bodard
Youuss libffi Le 24 juil. 2013 11:37, Ivan Kern ivan-k...@freenet.de a écrit : Hello Benoît I tried to install Gambas3 r5763 on Ubuntu 10.04 LTS, but after make command I got error message, see attachment. Regards, Ivan

Re: [Gambas-user] Gambas3 r5763 install error

2013-07-24 Thread Fabien Bodard
You miss libffi Le 24 juil. 2013 11:37, Ivan Kern ivan-k...@freenet.de a écrit : Hello Benoît I tried to install Gambas3 r5763 on Ubuntu 10.04 LTS, but after make command I got error message, see attachment. Regards, Ivan

[Gambas-user] Gambas3 on PuppyLinux

2013-06-10 Thread Tobias Boege
Hi, a recent post here reminded me that I tried to help someone to compile Gambas3 on PuppyLinux. My first question is: if anyone has ever even heard of this distro (I haven't), has anybody yet succeeded in compiling the trunk on it? The whole systems makes a strange impression to me from what I

Re: [Gambas-user] Gambas3 not start

2013-05-05 Thread Rodrigo Maia
Hi guys sorry from low response ! I using Fedora 18 x64 - KDE 4.10 Theme default but installed gambas2 and gambas3, i removing gambas2, but gambas3 continued report message: gbr3: unable to load component: gb.form.stock And installed from repository's. Thanks! Em dom 21 abr 2013, às

Re: [Gambas-user] Gambas3 SVN compilation Problem ARMEL

2013-05-02 Thread mikael klaine
yes i can send me an email directly and y give you the access 2013/4/30 Benoît Minisini gam...@users.sourceforge.net Le 30/04/2013 18:51, mikael klaine a écrit : one other think the segfault of gbc3 cause this on my terminal but not in the log. *** glibc detected *** /usr/bin/gbc3:

Re: [Gambas-user] Gambas3 SVN compilation Problem ARMEL

2013-04-30 Thread mikael klaine
one other think the segfault of gbc3 cause this on my terminal but not in the log. *** glibc detected *** /usr/bin/gbc3: free(): invalid pointer: 0x0001ffec *** 2013/4/25 mikael klaine mkla...@gmail.com Hi , i have compilation problem with all my armel debian wheezy config (even in frech

Re: [Gambas-user] Gambas3 SVN compilation Problem ARMEL

2013-04-30 Thread Benoît Minisini
Le 30/04/2013 18:51, mikael klaine a écrit : one other think the segfault of gbc3 cause this on my terminal but not in the log. *** glibc detected *** /usr/bin/gbc3: free(): invalid pointer: 0x0001ffec *** Is it possible for you to grant me an ssh access to the ARMEL computer so that I can

[Gambas-user] Gambas3 not start

2013-04-21 Thread Rodrigo Maia
Good Morning! Gambas3 not start and returne this is mensagem!!! How to resolve? gbr3: unable to load component: gb.form.stock *Rodrigo Maia - TI Tecnico* email: */rod.pm...@gmail.com/* msn: */rodrigo.pm...@hotmail.com/* skype: */rodpmaia/* facebook: */ropdmaia/* fone:

Re: [Gambas-user] Gambas3 not start

2013-04-21 Thread Olivier Cruilles
Hello, You need to give the Linux distribution, from where you had install Gambas (package, souces, etc...), and how you start Gambas3 (from Desktop menu or terminal) ? Without these informations we can't help you ? Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 21 avr.

Re: [Gambas-user] Gambas3 not start

2013-04-21 Thread Jesus
El 21/04/13 15:03, Rodrigo Maia escribió: Good Morning! Gambas3 not start and returne this is mensagem!!! How to resolve? gbr3: unable to load component: gb.form.stock Well, I don't want to be kind of harsh, but nobody here are diviners ;-) Please, next time provide more

Re: [Gambas-user] Gambas3 not start

2013-04-21 Thread Rodrigo Maia
Em dom 21 abr 2013, às 16:36:39, Olivier Cruilles escreveu: Hello, You need to give the Linux distribution, from where you had install Gambas (package, souces, etc...), and how you start Gambas3 (from Desktop menu or terminal) ? Without these informations we can't help you ?

Re: [Gambas-user] Gambas3 not start

2013-04-21 Thread Ricardo Díaz Martín
Looks like theres is a problem with your theme. Can you change it an try another one? BTW are you using gnome or kde? Regards, Ricardo Díaz 2013/4/21 Rodrigo Maia rod.pm...@gmail.com: Em dom 21 abr 2013, às 16:36:39, Olivier Cruilles escreveu: Hello, You need to give the Linux

Re: [Gambas-user] Gambas3 not start

2013-04-21 Thread Rodrigo Maia
Em dom 21 abr 2013, às 19:08:47, Ricardo Díaz Martín escreveu: Looks like theres is a problem with your theme. Can you change it an try another one? BTW are you using gnome or kde? Regards, Ricardo Díaz 2013/4/21 Rodrigo Maia rod.pm...@gmail.com: Em dom 21 abr 2013, às 16:36:39,

Re: [Gambas-user] Gambas3 not start

2013-04-21 Thread Ricardo Díaz Martín
Did you tried with another theme? -- 2013/4/21 Rodrigo Maia rod.pm...@gmail.com: Em dom 21 abr 2013, às 19:08:47, Ricardo Díaz Martín escreveu: Looks like theres is a problem with your theme. Can you change it an try another one? BTW are you using gnome or kde? Regards, Ricardo Díaz

Re: [Gambas-user] Gambas3 not start

2013-04-21 Thread Rodrigo Maia
Em dom 21 abr 2013, às 19:25:58, Ricardo Díaz Martín escreveu: Did you tried with another theme? -- 2013/4/21 Rodrigo Maia rod.pm...@gmail.com: Em dom 21 abr 2013, às 19:08:47, Ricardo Díaz Martín escreveu: Looks like theres is a problem with your theme. Can you change it an try

[Gambas-user] Gambas3 Console example

2013-04-05 Thread Grant Taylor
Hi all, I'm running into a problem with the Console example 3.0.0 where on my main computer it run without any problems, but on my laptop it has problems reading back the information. All I see is a lot of system codes with the wanted information mixed up with these system codes.  So has

Re: [Gambas-user] Gambas3 Console example

2013-04-05 Thread Jussi Lahtinen
What is the affected system? Version of installed Gambas? Can you take a screenshot? Jussi On Fri, Apr 5, 2013 at 12:03 PM, Grant Taylor zl1...@yahoo.com wrote: Hi all, I'm running into a problem with the Console example 3.0.0 where on my main computer it run without any problems, but on

  1   2   3   4   5   6   >