Re: [Gambas-user] FProperty.class:25: error: Unknown identifier: &1 WebView

2017-08-14 Thread Karl Reinl
Am Montag, den 14.08.2017, 22:30 +0200 schrieb Moviga Technologies:
> Thanks! I am now running 3.10.90 :)
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

Salut,

do you get a revision when making 'gbx3 -V' like '3.10.90 r8171' 
-- 
Amicalement
Charlie


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] FProperty.class:25: error: Unknown identifier: &1 WebView

2017-08-14 Thread Moviga Technologies

Thanks! I am now running 3.10.90 :)

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] FProperty.class:25: error: Unknown identifier: &1 WebView

2017-08-14 Thread Laurent Carlier
Le lundi 14 août 2017, 21:23:55 CEST Benoît Minisini via Gambas-user a écrit :
> Le 14/08/2017 à 21:16, Moviga Technologies a écrit :
> > Hi!
> > 
> > I am trying to compile Gambas from GIT, and when it comes to building
> > the IDE, this error pops up:
> > 
> > FProperty.class:25: error: Unknown identifier: &1   WebView
> > 
> > I been able to compile and use the IDE without the qt4 webkit component
> > with previous versions of Gambas, and wondered if this could be the
> > issue now... or is it something else?
> 
> The webkit component is required since a while.
> 
> Regards,

See http://gambaswiki.org/bugtracker/edit?object=BUG.1137=L21haW4-
The problem is with gb.gui(.qt.webkit) component, who can't choose gb.qt5/
gb.qt5.webkit components if gb.qt4 component is found but gb.qt4.webkit 
component isn't available.

-- 
Laurent Carlier
http://www.archlinux.org

signature.asc
Description: This is a digitally signed message part.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] FProperty.class:25: error: Unknown identifier: &1 WebView

2017-08-14 Thread Moviga Technologies
OK, both of them? It has been some months since last time I compiled
Gambas, but at that time I disabled the qt4 webkit component, as it
failed compilation on Arch. I should find out why it fails then, and try
to fix that :)

Den 14.08.2017 21:23, skrev Benoît Minisini:

> Le 14/08/2017 à 21:16, Moviga Technologies a écrit : 
> 
>> Hi!
>> 
>> I am trying to compile Gambas from GIT, and when it comes to building
>> the IDE, this error pops up:
>> 
>> FProperty.class:25: error: Unknown identifier: &1   WebView
>> 
>> I been able to compile and use the IDE without the qt4 webkit component
>> with previous versions of Gambas, and wondered if this could be the
>> issue now... or is it something else?
> 
> The webkit component is required since a while.
> 
> Regards,
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] FProperty.class:25: error: Unknown identifier: &1 WebView

2017-08-14 Thread Benoît Minisini via Gambas-user

Le 14/08/2017 à 21:16, Moviga Technologies a écrit :

Hi!

I am trying to compile Gambas from GIT, and when it comes to building
the IDE, this error pops up:

FProperty.class:25: error: Unknown identifier: &1   WebView

I been able to compile and use the IDE without the qt4 webkit component
with previous versions of Gambas, and wondered if this could be the
issue now... or is it something else?


The webkit component is required since a while.

Regards,

--
Benoît Minisini

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] FProperty.class:25: error: Unknown identifier: &1 WebView

2017-08-14 Thread Moviga Technologies
Hi! 

I am trying to compile Gambas from GIT, and when it comes to building
the IDE, this error pops up: 

FProperty.class:25: error: Unknown identifier: &1   WebView

I been able to compile and use the IDE without the qt4 webkit component
with previous versions of Gambas, and wondered if this could be the
issue now... or is it something else?
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Switching to GitLab

2017-08-14 Thread Gianluigi
Your question has caused me a doubt and I went to check the commands, I do
not know for which obscure reason between ./configure -C and make a cd has
gone out and I came out of the directory.
I apologize for not having checked before asking.

So now everything is clear to me, SVN for those who just want to fill the
trunk works still.

Thank you.
Gianluigi

2017-08-14 14:54 GMT+02:00 adamn...@gmail.com :

> On Mon, 14 Aug 2017 14:34:51 +0200
> Gianluigi  wrote:
>
> > I tried to install from SVN in a notebook where I had Gambas from PPA, I
> > get this:
> > make:*** No specified target and no makefile found. Stop.
>
> What was the exact "make" command that you entered?
>
>
>
> > Who kindly explains step by step how can I have the trunk in my Notebook
> > (Ubuntu 14.04.01) by compiling Gambas?
> >
> > Regards
> > Gianluigi
> >
> > 2017-08-14 11:11 GMT+02:00 Gianluigi :
> >
> > > Hi Jussi,
> > > thanks for the suggestion, but once I had problems and since I did so I
> > > did not have any more problems.
> > > So if I understand well, I can continue updating Gambas trunk from SVN.
> > > Is that so?
> > >
> > > Regards
> > > Gianluigi
> > >
> > > 2017-08-13 23:24 GMT+02:00 Jussi Lahtinen :
> > >
> > >> > 
> > >> > 
> > >> >
> > >> > To update, I wrote these commands:
> > >> >
> > >> > 
> > >> > 
> > >> > cd trunk
> > >> > sudo make uninstall
> > >> > cd
> > >> > rm -rf trunk/
> > >> > svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk
> > >> > cd trunk
> > >> > ( ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C ) >
> > >> > ~/Scrivania/R_conf-Trunk.log 2>&1
> > >> >
> > >> > ( make && sudo make install ) > ~/Scrivania/Make_Inst-Trunk.log
> 2>&1
> > >> > 
> > >> > 
> > >> >
> > >>
> > >> What? Why? No need to delete any sources, just use "svn update".
> > >>
> > >> I hope svn still stays as alternative way, as in my experience git
> will
> > >> eventually make things very complicated.
> > >>
> > >>
> > >> Jussi
> > >> 
> > >> --
> > >> Check out the vibrant tech community on one of the world's most
> > >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > >> ___
> > >> Gambas-user mailing list
> > >> Gambas-user@lists.sourceforge.net
> > >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> > >>
> > >
> > >
> > 
> --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
> --
> B Bruen 
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Gambas included in the hardinfo report tool

2017-08-14 Thread PICCORO McKAY Lenz
I pull a patch to hardinfo utility to display gambas version compiler
and runtime:

https://github.com/lpereira/hardinfo/pull/145#issuecomment-322134068

in the development section report!

Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Switching to GitLab

2017-08-14 Thread adamn...@gmail.com
On Mon, 14 Aug 2017 14:34:51 +0200
Gianluigi  wrote:

> I tried to install from SVN in a notebook where I had Gambas from PPA, I
> get this:
> make:*** No specified target and no makefile found. Stop.

What was the exact "make" command that you entered?



> Who kindly explains step by step how can I have the trunk in my Notebook
> (Ubuntu 14.04.01) by compiling Gambas?
> 
> Regards
> Gianluigi
> 
> 2017-08-14 11:11 GMT+02:00 Gianluigi :
> 
> > Hi Jussi,
> > thanks for the suggestion, but once I had problems and since I did so I
> > did not have any more problems.
> > So if I understand well, I can continue updating Gambas trunk from SVN.
> > Is that so?
> >
> > Regards
> > Gianluigi
> >
> > 2017-08-13 23:24 GMT+02:00 Jussi Lahtinen :
> >
> >> > 
> >> > 
> >> >
> >> > To update, I wrote these commands:
> >> >
> >> > 
> >> > 
> >> > cd trunk
> >> > sudo make uninstall
> >> > cd
> >> > rm -rf trunk/
> >> > svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk
> >> > cd trunk
> >> > ( ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C ) >
> >> > ~/Scrivania/R_conf-Trunk.log 2>&1
> >> >
> >> > ( make && sudo make install ) > ~/Scrivania/Make_Inst-Trunk.log 2>&1
> >> > 
> >> > 
> >> >
> >>
> >> What? Why? No need to delete any sources, just use "svn update".
> >>
> >> I hope svn still stays as alternative way, as in my experience git will
> >> eventually make things very complicated.
> >>
> >>
> >> Jussi
> >> 
> >> --
> >> Check out the vibrant tech community on one of the world's most
> >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> >> ___
> >> Gambas-user mailing list
> >> Gambas-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >
> >
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


-- 
B Bruen 

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Switching to GitLab

2017-08-14 Thread Gianluigi
I tried to install from SVN in a notebook where I had Gambas from PPA, I
get this:
make:*** No specified target and no makefile found. Stop.
Who kindly explains step by step how can I have the trunk in my Notebook
(Ubuntu 14.04.01) by compiling Gambas?

Regards
Gianluigi

2017-08-14 11:11 GMT+02:00 Gianluigi :

> Hi Jussi,
> thanks for the suggestion, but once I had problems and since I did so I
> did not have any more problems.
> So if I understand well, I can continue updating Gambas trunk from SVN.
> Is that so?
>
> Regards
> Gianluigi
>
> 2017-08-13 23:24 GMT+02:00 Jussi Lahtinen :
>
>> > 
>> > 
>> >
>> > To update, I wrote these commands:
>> >
>> > 
>> > 
>> > cd trunk
>> > sudo make uninstall
>> > cd
>> > rm -rf trunk/
>> > svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk
>> > cd trunk
>> > ( ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C ) >
>> > ~/Scrivania/R_conf-Trunk.log 2>&1
>> >
>> > ( make && sudo make install ) > ~/Scrivania/Make_Inst-Trunk.log 2>&1
>> > 
>> > 
>> >
>>
>> What? Why? No need to delete any sources, just use "svn update".
>>
>> I hope svn still stays as alternative way, as in my experience git will
>> eventually make things very complicated.
>>
>>
>> Jussi
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user