Re: [Gnoga-list] V1.4-beta release.

2018-10-20 Thread Pascal via Gnoga-list

> Le 22 sept. 2018 à 09:32, Pascal via Gnoga-list 
>  a écrit :
> 
> 
>> Le 17 août 2018 à 18:45, Jeffrey R. Carter  a écrit :
>> 
>> On 08/17/2018 06:25 PM, Pascal via Gnoga-list wrote:
>>> 
>>> Was it this discussion 
>>> https://sourceforge.net/p/gnoga/mailman/message/36243238?
>> 
>> Yes. I didn't go as far as putting it all in a single Execute call, but
>> replacing the calls to Plotting.Line with calls to Line_To and Stroke did 
>> speed
>> things up.
> 
> Hello Jeff,
> 
> I come up with the idea to create a new Gnoga.Gui.Element.Canvas.Context_2D 
> method to draw polygons.
> This new method could be used by 
> Gnoga.Gui.Element.Canvas.Context_2D.Plotting.Graph method.
> The list of points would be the polygon points. (does not require to have a 
> closed polygon ;-)
> Then the drawing will be done in the Javascript part with an expected speed 
> improvement.
> 
> If you agree on this proposal I will add it in Gnoga the coming version 
> 1.5-alpha.

Hello Jeff,

Drawing polygons is enabled in version 1.5-alpha and Plotting.Graph has been 
updated accordingly, see changes:
https://sourceforge.net/p/gnoga/code/ci/bd746f9d4b50d1733858e8e0b0db5ef4b8796c87/

Is it correct for you?

Regards, Pascal.
http://blady.pagesperso-orange.fr




___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] V1.4-beta release.

2018-09-29 Thread Pascal via Gnoga-list

> Le 16 août 2018 à 23:03, Jeffrey R. Carter  a écrit :
> 
> On 08/16/2018 06:08 PM, Pascal via Gnoga-list wrote:
>> 
>> I see now what it is:
>> All the above untracked files are probably remain ones from previous version 
>> dev_1.3 before checkout of dev_1.4 (as there were copied by makefiles of 1.3 
>> now in 1.4 it's no more the case).
>> When you did git checkout, these files were not removed.
>> I don't know if specific git options exist to remove them automatically, do 
>> you?
>> Otherwise you have to remove them manually.
> 
> Removing the untracked files allowed "make all" to succeed. I don't know any 
> way
> to have git remove untracked files. It would be useful.

Hello Jeff,

I finally found out "git clean" command in order to remove untracked files from 
the working tree, see:
https://git-scm.com/docs/git-clean

HTH, Pascal.
http://blady.pagesperso-orange.fr




___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] V1.4-beta release.

2018-09-27 Thread Gautier de Montmollin


> Hello Gautier,
>
> Did you try the patch of Jeff as he proposed on the list?
> https://sourceforge.net/p/gnoga/mailman/message/36384512/
Ow, missed that! I'll have a look...
> If correct, could you do similar thing for ping?
I'll try...

___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] V1.4-beta release.

2018-09-27 Thread Pascal via Gnoga-list

> Le 27 sept. 2018 à 09:01, Gautier de Montmollin  a écrit 
> :
> 
> 
>> If you agree on this proposal I will add it in Gnoga the coming version 
>> 1.5-alpha.
>> 
> Another good thing would be to try to stabilize Gnoga, for instance the 
> Ping issue I've mentioned in July.
> My Pasta server freezes almost every morning (Central European time). I 
> guess it is when a certain very regular player is done.
> Perhaps it's triggered by a particular browser's behavior (I'm not 
> tracking this).
> In approximately half of the cases it's the "ping freeze".

Hello Gautier,

Did you try the patch of Jeff as he proposed on the list?
https://sourceforge.net/p/gnoga/mailman/message/36384512/

If correct, could you do similar thing for ping?

Regards, Pascal.
http://blady.pagesperso-orange.fr




___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] V1.4-beta release.

2018-09-27 Thread Gautier de Montmollin


> If you agree on this proposal I will add it in Gnoga the coming version 
> 1.5-alpha.
>
Another good thing would be to try to stabilize Gnoga, for instance the 
Ping issue I've mentioned in July.
My Pasta server freezes almost every morning (Central European time). I 
guess it is when a certain very regular player is done.
Perhaps it's triggered by a particular browser's behavior (I'm not 
tracking this).
In approximately half of the cases it's the "ping freeze".

Cheers
Gautier

___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] V1.4-beta release.

2018-09-22 Thread Pascal via Gnoga-list

> Le 17 août 2018 à 18:45, Jeffrey R. Carter  a écrit :
> 
> On 08/17/2018 06:25 PM, Pascal via Gnoga-list wrote:
>> 
>> Was it this discussion 
>> https://sourceforge.net/p/gnoga/mailman/message/36243238?
> 
> Yes. I didn't go as far as putting it all in a single Execute call, but
> replacing the calls to Plotting.Line with calls to Line_To and Stroke did 
> speed
> things up.

Hello Jeff,

I come up with the idea to create a new Gnoga.Gui.Element.Canvas.Context_2D 
method to draw polygons.
This new method could be used by 
Gnoga.Gui.Element.Canvas.Context_2D.Plotting.Graph method.
The list of points would be the polygon points. (does not require to have a 
closed polygon ;-)
Then the drawing will be done in the Javascript part with an expected speed 
improvement.

If you agree on this proposal I will add it in Gnoga the coming version 
1.5-alpha.

Regards, Pascal.
http://blady.pagesperso-orange.fr




___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] V1.4-beta release.

2018-08-17 Thread Jeffrey R. Carter
On 08/17/2018 06:25 PM, Pascal via Gnoga-list wrote:
> 
> Was it this discussion 
> https://sourceforge.net/p/gnoga/mailman/message/36243238?

Yes. I didn't go as far as putting it all in a single Execute call, but
replacing the calls to Plotting.Line with calls to Line_To and Stroke did speed
things up.

-- 
Jeff Carter
"I'm a kike, a yid, a heebie, a hook nose! I'm Kosher,
Mum! I'm a Red Sea pedestrian, and proud of it!"
Monty Python's Life of Brian
77

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


Re: [Gnoga-list] V1.4-beta release.

2018-08-17 Thread Pascal via Gnoga-list

> Le 16 août 2018 à 23:03, Jeffrey R. Carter  a écrit :
> 
> On 08/16/2018 06:08 PM, Pascal via Gnoga-list wrote:
>> 
>> I see now what it is:
>> All the above untracked files are probably remain ones from previous version 
>> dev_1.3 before checkout of dev_1.4 (as there were copied by makefiles of 1.3 
>> now in 1.4 it's no more the case).
>> When you did git checkout, these files were not removed.
>> I don't know if specific git options exist to remove them automatically, do 
>> you?
>> Otherwise you have to remove them manually.
> 
> Removing the untracked files allowed "make all" to succeed. I don't know any 
> way
> to have git remove untracked files. It would be useful.
> 
> I note that Plotting.Graph doesn't have the change to make it faster. Did I 
> not
> submit that?

Hello Jeff,

Was it this discussion https://sourceforge.net/p/gnoga/mailman/message/36243238?

Regards, Pascal.
http://blady.pagesperso-orange.fr



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


Re: [Gnoga-list] V1.4-beta release.

2018-08-16 Thread Jeffrey R. Carter
On 08/16/2018 06:08 PM, Pascal via Gnoga-list wrote:
> 
> I see now what it is:
> All the above untracked files are probably remain ones from previous version 
> dev_1.3 before checkout of dev_1.4 (as there were copied by makefiles of 1.3 
> now in 1.4 it's no more the case).
> When you did git checkout, these files were not removed.
> I don't know if specific git options exist to remove them automatically, do 
> you?
> Otherwise you have to remove them manually.

Removing the untracked files allowed "make all" to succeed. I don't know any way
to have git remove untracked files. It would be useful.

I note that Plotting.Graph doesn't have the change to make it faster. Did I not
submit that?

-- 
Jeff Carter
"English bed-wetting types."
Monty Python & the Holy Grail
15

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


Re: [Gnoga-list] V1.4-beta release.

2018-08-16 Thread Pascal via Gnoga-list

> Le 15 août 2018 à 19:45, Jeffrey R. Carter  a écrit :
> 
> On 08/15/2018 07:25 PM, Pascal via Gnoga-list wrote:
>> 
>> In order to be sure, can you report the output of:
>> 
>> $ git status
> 
> $ git status
> On branch dev_1.4
> Your branch is up to date with 'origin/dev_1.4'.
> 
> Untracked files:
>  (use "git add ..." to include in what will be committed)
> 
>   src/gnoga-gui-plugin-ace_editor.adb
>   src/gnoga-gui-plugin-ace_editor.ads
>   src/gnoga-gui-plugin-boot_strap.adb
>   src/gnoga-gui-plugin-boot_strap.ads
>   src/gnoga-gui-plugin-jqueryui-widget.adb
>   src/gnoga-gui-plugin-jqueryui-widget.ads
>   src/gnoga-gui-plugin-jqueryui.adb
>   src/gnoga-gui-plugin-jqueryui.ads
>   src/gnoga-gui-plugin-message_boxes.adb
>   src/gnoga-gui-plugin-message_boxes.ads
>   src/gnoga-gui-plugin-mnmenu.adb
>   src/gnoga-gui-plugin-mnmenu.ads
>   src/gnoga-gui-plugin-pixi-graphics.adb
>   src/gnoga-gui-plugin-pixi-graphics.ads
>   src/gnoga-gui-plugin-pixi-sprite.adb
>   src/gnoga-gui-plugin-pixi-sprite.ads
>   src/gnoga-gui-plugin-pixi-text.adb
>   src/gnoga-gui-plugin-pixi-text.ads
>   src/gnoga-gui-plugin-pixi.adb
>   src/gnoga-gui-plugin-pixi.ads
> 
> nothing added to commit but untracked files present (use "git add" to track)

Thanks Jeff,

I see now what it is:
All the above untracked files are probably remain ones from previous version 
dev_1.3 before checkout of dev_1.4 (as there were copied by makefiles of 1.3 
now in 1.4 it's no more the case).
When you did git checkout, these files were not removed.
I don't know if specific git options exist to remove them automatically, do you?
Otherwise you have to remove them manually.
I'm sorry for this annoyance.

HTH, Pascal.
http://blady.pagesperso-orange.fr



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


Re: [Gnoga-list] V1.4-beta release.

2018-08-15 Thread Jeffrey R. Carter
On 08/15/2018 07:25 PM, Pascal via Gnoga-list wrote:
> 
> In order to be sure, can you report the output of:
> 
> $ git status

$ git status
On branch dev_1.4
Your branch is up to date with 'origin/dev_1.4'.

Untracked files:
  (use "git add ..." to include in what will be committed)

src/gnoga-gui-plugin-ace_editor.adb
src/gnoga-gui-plugin-ace_editor.ads
src/gnoga-gui-plugin-boot_strap.adb
src/gnoga-gui-plugin-boot_strap.ads
src/gnoga-gui-plugin-jqueryui-widget.adb
src/gnoga-gui-plugin-jqueryui-widget.ads
src/gnoga-gui-plugin-jqueryui.adb
src/gnoga-gui-plugin-jqueryui.ads
src/gnoga-gui-plugin-message_boxes.adb
src/gnoga-gui-plugin-message_boxes.ads
src/gnoga-gui-plugin-mnmenu.adb
src/gnoga-gui-plugin-mnmenu.ads
src/gnoga-gui-plugin-pixi-graphics.adb
src/gnoga-gui-plugin-pixi-graphics.ads
src/gnoga-gui-plugin-pixi-sprite.adb
src/gnoga-gui-plugin-pixi-sprite.ads
src/gnoga-gui-plugin-pixi-text.adb
src/gnoga-gui-plugin-pixi-text.ads
src/gnoga-gui-plugin-pixi.adb
src/gnoga-gui-plugin-pixi.ads

nothing added to commit but untracked files present (use "git add" to track)

> $ git log -1

$ git log -1
commit b0a8ddfbae2ec137420a343b68e11733f5bc12af (HEAD -> dev_1.4, tag:
V1.4-beta, origin/dev_1.4)
Author: Blady 
Date:   Sun Aug 12 09:59:57 2018 +0200

Version set to V1.4-beta.

-- 
Jeff Carter
"This trial is a travesty. It's a travesty of a mockery of a
sham of a mockery of a travesty of two mockeries of a sham. ...
Do you realize there's not a single homosexual on that jury?"
Bananas
27

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


Re: [Gnoga-list] V1.4-beta release.

2018-08-15 Thread Pascal via Gnoga-list

> Le 13 août 2018 à 21:27, Jeffrey R. Carter  a écrit :
> 
> On 08/13/2018 09:22 PM, Pascal wrote:
>> 
>> 
>> Did you start from a fresh empty folder (in order to prevent some GIT 
>> malicious effects)?
> 
> No, I started from my existing gnoga directory. I did a git pull and a git
> checkout dev_1.4. That should work; if it doesn't, then something is wrong and
> needs to be corrected.

Hello Jeff,

Shouldn't be the git pull after the git checkout?

In order to be sure, can you report the output of:

$ git status
$ git log -1

Thanks for your help, Pascal.
http://blady.pagesperso-orange.fr



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


Re: [Gnoga-list] V1.4-beta release.

2018-08-13 Thread Jeffrey R. Carter
On 08/13/2018 09:22 PM, Pascal wrote:
> 
> 
> Did you start from a fresh empty folder (in order to prevent some GIT 
> malicious effects)?

No, I started from my existing gnoga directory. I did a git pull and a git
checkout dev_1.4. That should work; if it doesn't, then something is wrong and
needs to be corrected.

-- 
Jeff Carter
"From this day on, the official language of San Marcos will be Swedish."
Bananas
28

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


Re: [Gnoga-list] V1.4-beta release.

2018-08-13 Thread Pascal

> Le 12 août 2018 à 11:43, Jeffrey R. Carter  a écrit :
> 
> On 08/12/2018 11:26 AM, Pascal via Gnoga-list wrote:
>> 
>> Just get last commit on https://sourceforge.net/p/gnoga, do:
>> $ git clone https://git.code.sf.net/p/gnoga/code gnoga-code
>> $ git checkout dev_1.4
>> $ make all
> 
> This gives me
> 
>   [Ada]  gnoga-gui-view.adb
> gnoga-gui-plugin-ace_editor-console_io.adb:236:14: no selector "Show_Gutter" 
> for
> type "Console_IO_Type" defined at 
> gnoga-gui-plugin-ace_editor-console_io.ads:167
> gnoga-gui-plugin-ace_editor-console_io.adb:255:14: no selector "Wrap_Limit" 
> for
> type "Console_IO_Type" defined at 
> gnoga-gui-plugin-ace_editor-console_io.ads:167
> gnoga-gui-plugin-ace_editor-console_io.adb:266:10: warning: Set_Page_Length
> unimplemented
> gnoga-gui-plugin-ace_editor-console_io.adb:277:21: no selector "Wrap_Limit" 
> for
> type "Console_IO_Type" defined at 
> gnoga-gui-plugin-ace_editor-console_io.ads:167
> gnoga-gui-plugin-ace_editor-console_io.adb:286:21: no selector
> "Last_Visible_Row" for type "Console_IO_Type" defined at
> gnoga-gui-plugin-ace_editor-console_io.ads:167
> gnoga-gui-plugin-ace_editor-console_io.adb:286:48: no selector
> "First_Visible_Row" for type "Console_IO_Type" defined at
> gnoga-gui-plugin-ace_editor-console_io.ads:167
> gnoga-gui-plugin-ace_editor-console_io.adb:356:36: warning: Skip_Page 
> unimplemented
> gnoga-gui-plugin-ace_editor-console_io.adb:367:36: warning: End_Of_Page
> unimplemented
> gnoga-gui-plugin-ace_editor-console_io.adb:377:22: "Position_Type" is not 
> visible
> gnoga-gui-plugin-ace_editor-console_io.adb:377:22: non-visible declaration at
> gnoga-gui-element.ads:278
> gnoga-gui-plugin-ace_editor-console_io.adb:390:22: "Position_Type" is not 
> visible
> gnoga-gui-plugin-ace_editor-console_io.adb:390:22: non-visible declaration at
> gnoga-gui-element.ads:278
> gnoga-gui-plugin-ace_editor-console_io.adb:530:22: "Position_Type" is not 
> visible
> gnoga-gui-plugin-ace_editor-console_io.adb:530:22: non-visible declaration at
> gnoga-gui-element.ads:278
> gnoga-gui-plugin-ace_editor-console_io.adb:531:42: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:532:42: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:543:19: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:549:19: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:561:25: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:562:25: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:562:39: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:563:46: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:563:55: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:569:25: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:570:25: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:570:39: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:571:46: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:571:55: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:580:43: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:580:52: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:581:25: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:589:37: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:589:46: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:590:19: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:606:37: invalid prefix in selected
> component "Pos"
> gnoga-gui-plugin-ace_editor-console_io.adb:610:21: no selector "Text_Range" 
> for
> type "Console_IO_Type" defined at 
> gnoga-gui-plugin-ace_editor-console_io.ads:167
> gnoga-gui-plugin-ace_editor-console_io.ads:168:16: "Anchor_Type" is undefined
> gnoga-gui-base.adb:128:07: warning: named number "No_Button" is not referenced
> 
>   compilation of gnoga-gui-plugin-ace_editor-console_io.adb failed
> 
> gprbuild: *** compilation phase failed
> Makefile:189: recipe for target 'gnoga' failed
> make: *** [gnoga] Error 4
> 
> Xubuntu 18.04, GNAT 8.0.1

Hello Jeff,

I haven't yet any ideas of root cause of your reported issue.

Did you start from a fresh empty folder (in order to prevent some GIT malicious 
effects)?

Regards, Pascal.
http://blady.pagesperso-orange.fr



--
Check out the vibr

Re: [Gnoga-list] V1.4-beta release.

2018-08-12 Thread Jeffrey R. Carter
On 08/12/2018 11:26 AM, Pascal via Gnoga-list wrote:
> 
> Just get last commit on https://sourceforge.net/p/gnoga, do:
> $ git clone https://git.code.sf.net/p/gnoga/code gnoga-code
> $ git checkout dev_1.4
> $ make all

This gives me

   [Ada]  gnoga-gui-view.adb
gnoga-gui-plugin-ace_editor-console_io.adb:236:14: no selector "Show_Gutter" for
type "Console_IO_Type" defined at gnoga-gui-plugin-ace_editor-console_io.ads:167
gnoga-gui-plugin-ace_editor-console_io.adb:255:14: no selector "Wrap_Limit" for
type "Console_IO_Type" defined at gnoga-gui-plugin-ace_editor-console_io.ads:167
gnoga-gui-plugin-ace_editor-console_io.adb:266:10: warning: Set_Page_Length
unimplemented
gnoga-gui-plugin-ace_editor-console_io.adb:277:21: no selector "Wrap_Limit" for
type "Console_IO_Type" defined at gnoga-gui-plugin-ace_editor-console_io.ads:167
gnoga-gui-plugin-ace_editor-console_io.adb:286:21: no selector
"Last_Visible_Row" for type "Console_IO_Type" defined at
gnoga-gui-plugin-ace_editor-console_io.ads:167
gnoga-gui-plugin-ace_editor-console_io.adb:286:48: no selector
"First_Visible_Row" for type "Console_IO_Type" defined at
gnoga-gui-plugin-ace_editor-console_io.ads:167
gnoga-gui-plugin-ace_editor-console_io.adb:356:36: warning: Skip_Page 
unimplemented
gnoga-gui-plugin-ace_editor-console_io.adb:367:36: warning: End_Of_Page
unimplemented
gnoga-gui-plugin-ace_editor-console_io.adb:377:22: "Position_Type" is not 
visible
gnoga-gui-plugin-ace_editor-console_io.adb:377:22: non-visible declaration at
gnoga-gui-element.ads:278
gnoga-gui-plugin-ace_editor-console_io.adb:390:22: "Position_Type" is not 
visible
gnoga-gui-plugin-ace_editor-console_io.adb:390:22: non-visible declaration at
gnoga-gui-element.ads:278
gnoga-gui-plugin-ace_editor-console_io.adb:530:22: "Position_Type" is not 
visible
gnoga-gui-plugin-ace_editor-console_io.adb:530:22: non-visible declaration at
gnoga-gui-element.ads:278
gnoga-gui-plugin-ace_editor-console_io.adb:531:42: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:532:42: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:543:19: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:549:19: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:561:25: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:562:25: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:562:39: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:563:46: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:563:55: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:569:25: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:570:25: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:570:39: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:571:46: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:571:55: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:580:43: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:580:52: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:581:25: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:589:37: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:589:46: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:590:19: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:606:37: invalid prefix in selected
component "Pos"
gnoga-gui-plugin-ace_editor-console_io.adb:610:21: no selector "Text_Range" for
type "Console_IO_Type" defined at gnoga-gui-plugin-ace_editor-console_io.ads:167
gnoga-gui-plugin-ace_editor-console_io.ads:168:16: "Anchor_Type" is undefined
gnoga-gui-base.adb:128:07: warning: named number "No_Button" is not referenced

   compilation of gnoga-gui-plugin-ace_editor-console_io.adb failed

gprbuild: *** compilation phase failed
Makefile:189: recipe for target 'gnoga' failed
make: *** [gnoga] Error 4

Xubuntu 18.04, GNAT 8.0.1

-- 
Jeff Carter
"All citizens will be required to change their underwear
every half hour. Underwear will be worn on the outside,
so we can check."
Bananas
29

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


[Gnoga-list] V1.4-beta release.

2018-08-12 Thread Pascal via Gnoga-list
Hello,

Version V1.4-beta has been released on SF GIT branch Dev_1.4:
https://sourceforge.net/p/gnoga/code/ci/dev_1.4/tree/

V1.4 will no more change for new features.
See HISTORY for features added.
V1.4 has been tested (demos, tests, tutorials) with GNAT Community 2018 on 
macOS 10.13 with Safari 11.

Volunteers are welcome to test it further more on their own configuration.
Some testing on Windows and Linux configuration will be appreciated.

Just get last commit on https://sourceforge.net/p/gnoga, do:
$ git clone https://git.code.sf.net/p/gnoga/code gnoga-code
$ git checkout dev_1.4
$ make all
and for courageous:
$ make tests
then:
$ cd bin
and test.

Feel free to report detailed issues on this list or create tickets on SF.

Thanks, Pascal.
http://blady.pagesperso-orange.fr



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