Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-11 Thread Emanuele Sottocorno
Hi Benoìt, $ pkg-config --modversion gstreamer-0.10 --> 0.0.28 $ pkg-config --cflags gstreamer-0.10: -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 (Ubuntu 10.04.4) Thanks, Emanuele -

Re: [Gambas-user] Installation on Debian question

2012-05-11 Thread Willy Raets
On za, 2012-05-12 at 03:40 +0200, Willy Raets wrote: > After some searching the internet if found this in a post for Gambas3 on > Debian: > > sudo apt-get install build-essential autoconf libbz2-dev libfbclient2 > libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev > libgtk2.0-

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-11 Thread Olivier Cruilles
$ pkg-config --cflags gstreamer-0.10 -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 Olivier Cruilles Mail: linu...@club-internet.fr Le 11 mai 2012 à 21:07, Benoît Minisini a écrit : > pkg-config --cflags gstreamer-0.10 ---

Re: [Gambas-user] Bug trying to use gb.ncurses component

2012-05-11 Thread tobi
On Fri, 11 May 2012, Benoît Minisini wrote: > Le 11/05/2012 20:29, tobi a écrit : > > > > Hi, > > > > if I could read it correctly (you know why I began developing gb.ncurses? I > > have no X running, I had > > to use my framebuffer web browser to view the image, so I hope, it rendered > > the pi

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-11 Thread Benoît Minisini
Le 11/05/2012 19:52, Olivier Cruilles a écrit : > Hi Benoit, > > On Fedora 14 I get: 0.10.31 > I need the result of that too: $ pkg-config --cflags gstreamer-0.10 -- Benoît Minisini -- Live Security Virtual Conferenc

Re: [Gambas-user] Bug trying to use gb.ncurses component

2012-05-11 Thread Benoît Minisini
Le 11/05/2012 20:29, tobi a écrit : > > Hi, > > if I could read it correctly (you know why I began developing gb.ncurses? I > have no X running, I had > to use my framebuffer web browser to view the image, so I hope, it rendered > the picture entirely) > that, utilising my little french knowledge

Re: [Gambas-user] Bug trying to use gb.ncurses component

2012-05-11 Thread tobi
On Fri, 11 May 2012, linuxos wrote: > Hi all, > > I'm trying to use then gb.ncurses component but I have the following > message: > > See attached screenshot > > I load a project in the IDE and I select gb.ncurses to use. > The message appear when I start running the project. > > Does anyone ha

[Gambas-user] Installation on Debian question

2012-05-11 Thread Willy Raets
I've got a question. I want to install Gambas 3 on Debian from download st Gambas website. In 'Compilation & Installation' when scrolling down to 'How to compile and install Gambas on a specific distribution' and clicking Debian for specific instruction I see instructions for Gambas 2 Before start

[Gambas-user] Bug trying to use gb.ncurses component

2012-05-11 Thread linuxos
Hi all, I'm trying to use then gb.ncurses component but I have the following message: See attached screenshot I load a project in the IDE and I select gb.ncurses to use. The message appear when I start running the project. Does anyone have the same problem or not ? Thanks

Re: [Gambas-user] Problems positioning controls in form with menu

2012-05-11 Thread Benoît Minisini
Le 11/05/2012 19:50, Greg Raffaelle a écrit : > I have a problem with forms that have a menu. The form menu and > controls all appear correctly positioned in the gui editor. But when > the program is run and the form is displayed with Form1.showmodal all > the controls are shifted up as if the me

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-11 Thread Olivier Cruilles
Hi Benoit, On Fedora 14 I get: 0.10.31 Olivier Cruilles Mail: linu...@club-internet.fr Le 11 mai 2012 à 19:00, Benoît Minisini a écrit : > Le 11/05/2012 17:34, Emanuele Sottocorno a écrit : >> I get exactly the same error with rev #4723. >> Full make output attached. >> Emanuele >> > > I

[Gambas-user] Problems positioning controls in form with menu

2012-05-11 Thread Greg Raffaelle
I have a problem with forms that have a menu.  The form menu and controls all appear correctly positioned in the gui editor.  But when the program is run and the form is displayed with Form1.showmodal all the controls are shifted up as if the menu was not there (and the controls partially cover

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-11 Thread Benoît Minisini
Le 11/05/2012 17:34, Emanuele Sottocorno a écrit : > I get exactly the same error with rev #4723. > Full make output attached. > Emanuele > I don't get it... Apparently you are using gstreamer-0.10, like me (Ubuntu 12.04), but many symbols defined in gstreamer include files seems to not be prese

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-11 Thread Emanuele Sottocorno
I get exactly the same error with rev #4723. Full make output attached. Emanuele 4723_make.log.tar.gz Description: application/compressed-tar -- Live Security Virtual Conference Exclusive live event will cover all the way

Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-11 Thread Willy Raets
On vr, 2012-05-11 at 20:42 +1000, Ian Haywood wrote: > On Thu, May 10, 2012 at 9:42 PM, Christer Johansson wrote: > > Some good news! > > > > After rolling back to older code last night and trying to reproduce > > the freezing issue I can say that I was wrong in my conclusion that > > 3.1.90 r4702

Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-11 Thread Ian Haywood
On Thu, May 10, 2012 at 9:42 PM, Christer Johansson wrote: > Some good news! > > After rolling back to older code last night and trying to reproduce > the freezing issue I can say that I was wrong in my conclusion that > 3.1.90 r4702 had the same problem that I experience in Gambas2. I am also ple