Re: [Gnoga-list] Appearance Under Different Browsers

2014-11-21 Thread Jeffrey R. Carter
On 11/19/2014 02:57 PM, Rabbi David Botton wrote:
> Changes are in git. Please let me know if you are still seeing any 
> communication
> issues.

With git pulled this evening, I still get communication errors often enough to
prevent a complete game at an interesting difficulty level.

-- 
Jeff Carter
"I soiled my armor, I was so scared."
Monty Python & the Holy Grail
71

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Appearance Under Different Browsers

2014-11-21 Thread Jeffrey R. Carter
On 11/18/2014 08:21 PM, Rabbi David Botton wrote:
> 
> Changing to Div_Types instead gives you more precise control and consistent
> results. On_Click, etc. all work just as well for divs as buttons.

I tried Divs instead of buttons, but I didn't like the result. They're not
square, despite setting both min and max width and height to the same value, and
the text cursor appears over them, not the arrow.

-- 
Jeff Carter
"I soiled my armor, I was so scared."
Monty Python & the Holy Grail
71

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] build from git fails on debian jessie 64 with ada GPL 64

2014-11-21 Thread Rabbi David Botton
Happily Gnoga works well on either :) Almost all my devel is on 64bits, but
I use a 32bit VM for the Webserver so I get to make sure all working with
Gnoga there.

David Botton
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] build from git fails on debian jessie 64 with ada GPL 64

2014-11-21 Thread Björn Lundin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2014-11-21 16:29, tony gair wrote:
> I usually use 32 bit for my build s in Debian.  Had to many
> consistency problems with 64 bit with things like poly orb and
> gnade

Actually, I had problems with 32-bit GPL not too long ago.
After that I switched to 64 bit, and problems disappeared.
Now, of course I do not remember what the problem was.
But since then, I've actually had the need of 64 bits.
I do some simulations where I get data from a
large db-table (29 m rows) which I read to a map of lists.

It uses a fair bit of memory.
I dump the map to disk (static data), to reduce
loading time, and it went from 90 minutes
reading from db, to 1 minute reading the already fixed data in the dump.

but the dump is 4 Gb...


I do have problems with stacktraces,
in that I cannot make 64-bit gnat
take an exception occurence as a parameter to a subprogram,
so I need to examine the trace in the body of the program instead of
hidden in a package. But that is ok for my hobby project.

- --
Björn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUb1zCAAoJEGaQZvZiZLyCH68H/0bAjw5OD6iMQIGIXjX8wkkX
yhOHI40kDT6tapWQogjn/PcgkXnomckRsvhhvGU+C5BBwGELTL9S3CVCkjcjZL3N
fT7QMvQkhr3JdwhOqA/x4wuDPTIKX1N4yFwaO1Fti+G3HfAuA4p4zXU5ETP7tnq9
/3bgqOYE/gp4JUYAltTR4NNlb3zabtyAToG4GgbiRkmhBT8hiaqjoDlAToqB/Iq/
vVOFJ1frwfV/IJMa4XoAa4sABoLOJdHOOSB5Ei+sktdjKeKO7cWvXkFqudaj/Gcg
hwFNUVpcMJBRYDn0ZImkIxWKRpVJkiz+XIpepOxoWWbp55vd0eHuCJ2IaTcpZu4=
=P32N
-END PGP SIGNATURE-

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] build from git fails on debian jessie 64 with ada GPL 64

2014-11-21 Thread tony gair
I usually use 32 bit for my build s in Debian.  Had to many consistency
problems with 64 bit with things like poly orb and gnade
On 21 Nov 2014 15:20, "Björn Lundin"  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 2014-11-21 16:03, Rabbi David Botton wrote:
> > This should be in aws-net-websocket.ads
> >
> > procedure Close (Socket  : in out Object; Message : String; Error
> > : Error_Type := Normal_Closure); --  Send a close frame to the
> > WebSocket
> >
> > Very strange error indeed, git annotate shows that even the
> > current version pre-dates the AWS-GPL version:
> >
> > 79a38bab(Pascal Obry2014-02-01 18:53:18 +0100
> > 132) procedure Close 79a38bab(Pascal Obry2014-02-01
> > 18:53:18 +0100   133) (Socket  : in out Object; 79a38bab
> > (Pascal Obry2014-02-01 18:53:18 +0100   134) Message :
> > String; 79a38bab(Pascal Obry2014-02-01 18:53:18 +0100
> > 135) Error   : Error_Type := Normal_Closure); 79a38bab
> > (Pascal Obry2014-02-01 18:53:18 +0100   136) --  Send a
> > close frame to the WebSocket
> >
> > David Botton
> >
> >
>
> I've got
> aws-3.1.0w-20130907-src.tgz
>
> and it does not contain Close.
> I'll upgrade
>
> This I think was a wavefront I got from ACT
> regarding something else, I think smtp and tls
>
>
>
> - --
> Björn
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
>
> iQEcBAEBAgAGBQJUb1hrAAoJEGaQZvZiZLyCeXkH/1vuLiRUUVgc1xLaM6Y7Pvxd
> g04McHlKKMhPmrr1hrGqD7Lr8IGLjIusaqmDvZNsnIj5IF0Z8PyxkaEnLE6KK9ng
> MAni25GCmGg6lA9Bb2gz3Y6n7OyEmAH9Gv5Xr4dt15rvNcWSY69JxuUJ33qVugRH
> uA85Pw8kWsW0eK1+69vjeQ10A+FAgMrYfppS45pbp19ktNw/43AfnUKzl9OjVPaS
> wWI4+3Itg2JkfnuCHxl6cLhHlN2AtVSatUZ9aJC1FUTtFfiGI60IeTsGRTGUFVZK
> 4DyWJ3625NeLZ1SC0NWfFt1Z0Flt1GsLQ1L1yopyjhwgL4okkczXr5NB+tFi01M=
> =jjgf
> -END PGP SIGNATURE-
>
>
> --
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
>
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> ___
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] build from git fails on debian jessie 64 with ada GPL 64

2014-11-21 Thread Rabbi David Botton
Thanks, this issue was helpful, now we know that the minimum version of AWS
is post 2014-02-01.

Thanks!
David Botton
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] build from git fails on debian jessie 64 with ada GPL 64

2014-11-21 Thread Björn Lundin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2014-11-21 16:03, Rabbi David Botton wrote:
> This should be in aws-net-websocket.ads
> 
> procedure Close (Socket  : in out Object; Message : String; Error
> : Error_Type := Normal_Closure); --  Send a close frame to the
> WebSocket
> 
> Very strange error indeed, git annotate shows that even the
> current version pre-dates the AWS-GPL version:
> 
> 79a38bab(Pascal Obry2014-02-01 18:53:18 +0100
> 132) procedure Close 79a38bab(Pascal Obry2014-02-01
> 18:53:18 +0100   133) (Socket  : in out Object; 79a38bab
> (Pascal Obry2014-02-01 18:53:18 +0100   134) Message :
> String; 79a38bab(Pascal Obry2014-02-01 18:53:18 +0100
> 135) Error   : Error_Type := Normal_Closure); 79a38bab
> (Pascal Obry2014-02-01 18:53:18 +0100   136) --  Send a
> close frame to the WebSocket
> 
> David Botton
> 
> 

I've got
aws-3.1.0w-20130907-src.tgz

and it does not contain Close.
I'll upgrade

This I think was a wavefront I got from ACT
regarding something else, I think smtp and tls



- --
Björn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUb1hrAAoJEGaQZvZiZLyCeXkH/1vuLiRUUVgc1xLaM6Y7Pvxd
g04McHlKKMhPmrr1hrGqD7Lr8IGLjIusaqmDvZNsnIj5IF0Z8PyxkaEnLE6KK9ng
MAni25GCmGg6lA9Bb2gz3Y6n7OyEmAH9Gv5Xr4dt15rvNcWSY69JxuUJ33qVugRH
uA85Pw8kWsW0eK1+69vjeQ10A+FAgMrYfppS45pbp19ktNw/43AfnUKzl9OjVPaS
wWI4+3Itg2JkfnuCHxl6cLhHlN2AtVSatUZ9aJC1FUTtFfiGI60IeTsGRTGUFVZK
4DyWJ3625NeLZ1SC0NWfFt1Z0Flt1GsLQ1L1yopyjhwgL4okkczXr5NB+tFi01M=
=jjgf
-END PGP SIGNATURE-

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] build from git fails on debian jessie 64 with ada GPL 64

2014-11-21 Thread Rabbi David Botton
This should be in aws-net-websocket.ads

   procedure Close
 (Socket  : in out Object;
  Message : String;
  Error   : Error_Type := Normal_Closure);
   --  Send a close frame to the WebSocket

Very strange error indeed, git annotate shows that even the current version
pre-dates the AWS-GPL version:

79a38bab(Pascal Obry2014-02-01 18:53:18 +0100   132)
procedure Close
79a38bab(Pascal Obry2014-02-01 18:53:18 +0100   133)
(Socket  : in out Object;
79a38bab(Pascal Obry2014-02-01 18:53:18 +0100   134)
 Message : String;
79a38bab(Pascal Obry2014-02-01 18:53:18 +0100   135)
 Error   : Error_Type := Normal_Closure);
79a38bab(Pascal Obry2014-02-01 18:53:18 +0100   136)   --
 Send a close frame to the WebSocket

David Botton
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] build from git fails on debian jessie 64 with ada GPL 64

2014-11-21 Thread Rabbi David Botton
Which version of AWS are you using and if libre when was it downloaded?

I don't have the error on FSF with AWS from the get repo (although I have
not pulled any time recent) nor GNAT-GPL on Linux with AWS-GPL.

David Botton


On Fri, Nov 21, 2014 at 9:38 AM, Björn Lundin  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> I just cloned the git directory (around 15:30 CET 2014-11-21)
> and it does not build. Any clues
>
> bnl@sebjlun-deb64:~/svn$ git clone git://git.code.sf.net/p/gnoga/code
> gnoga-code
> Klonar till "gnoga-code"...
> remote: Counting objects: 2519, done.
> remote: Compressing objects: 100% (2497/2497), done.
> remote: Total 2519 (delta 1864), reused 0 (delta 0)
> Tar emot objekt: 100% (2519/2519), 799.60 KiB | 323.00 KiB/s, klart.
> Analyserar delta: 100% (1864/1864), klart.
> Kontrollerar anslutning...klart.
> bnl@sebjlun-deb64:~/svn$ cd gnoga-code/
> bnl@sebjlun-deb64:~/svn/gnoga-code$ make
> cd src && gprbuild -p -Pgnoga.gpr
> object directory "/home/bnl/svn/gnoga-code/src/../obj/" created
> library directory "/home/bnl/svn/gnoga-code/src/../lib" created for
> project gnoga
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-pdf.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-font_face.ads
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
> cairo-scaled_font.ads
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-surface.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-region.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
> cairo-font_options.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-pattern.ads
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-svg.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-matrix.ads
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
> cairo-image_surface.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-png.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
> gnoga-gui-location.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
> gnoga-server-database-mysql.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
> gnoga-server-model-table.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
> gnoga-server-model.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
> gnoga-gui-view-card.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
> gnoga-gui-element-iframe.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
> gnoga-server-database.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata gnoga.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata gnoga-gui-window.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
> gnoga-server-template_parser-simple.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
> gnoga-gui-element-svg.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
> gnoga-gui-view-console.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata gnoga-gui-view.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata gnoga-gui-screen.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
> gnoga-server-connection.adb
> gnoga-server-connection.adb:735:20: no selector "Close" for type
> "Socket_Type" defined at line 125
> gprbuild: *** compilation phase failed
> makefile:11: receptet för målet ”gnoga” misslyckades
> make: *** [gnoga] Fel 4
> bnl@sebjlun-deb64:~/svn/gnoga-code$ gnatls -v
>
> GNATLS GPL 2014 (20140331)
> Copyright (C) 1997-2014, Free Software Foundation, Inc.
>
> Source Search Path:
>
>
>
> /usr/local/ada/gnat/gpl2014_64/lib/gcc/x86_64-pc-linux-gnu/4.7.4/rts-native/adainclude
>
>
> Object Search Path:
>
>
>
> /usr/local/ada/gnat/gpl2014_64/lib/gcc/x86_64-pc-linux-gnu/4.7.4/rts-native/adalib
>
>
> Project Search Path:
>
>/usr/local/ada/aws/gpl_2014_3.1.0w/lib/gnat
>/usr/local/ada/gnat/gpl2014_64/x86_64-pc-linux-gnu/lib/gnat
>/usr/local/ada/gnat/gpl2014_64/x86_64-pc-linux-gnu/share/gpr
>/usr/local/ada/gnat/gpl2014_64/share/gpr
>/usr/local/ada/gnat/gpl2014_64/lib/gnat
>
> bnl@sebjlun-deb64:~/svn/gnoga-code$ which gprbuild
> /usr/local/ada/gnat/gpl2014_64/bin/gprbuild
>
>
>
> bnl@sebjlun-deb64:~/svn/gnoga-code$ uname -a
> Linux sebjlun-deb64 3.16-2-amd64 #1 SMP Debian 3.16.3-2 (2014-09-20)
> x86_64 GNU/Linux
>
> - --
> Björn
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
>
> iQEcBAEBAgAGBQJUb05LAAoJEGaQZvZiZLyC3uoIANAXrdithLjnssvdddvgRsRq
> vkPBuiz59DUrs0lw1TSOsMLBLC3SpiDt/vYllUvBwIl7v6oiEeRazGeeaXf+dqWA
> N2clgBn+iD4zbtMCCnWrfBoV1co1Ebu2T5LP/3/XvqdnOEq2jxSRXmidDGs4vrgn
> 6mHBts+b/Kx9fCkymQ0AAmMQqw3g4Vv7Ts9xTqYh7DNPrdC/KrBxwS5x4MVxPz8V
> pLymcPnXvKvmGOK83ejQl/VDBvcSq8dbU7nbPlr2yzOa8gkT5h7ckYf8cUZTtGOH
> Q1RiWmTrvScq8S0ef2Zgi70lnD3k9LTiUISDGGFQUGMwjqjlLc7ry45FndA3K6c=
> =3HJG
> -END PGP SIGNATURE-
>
>
> --

[Gnoga-list] build from git fails on debian jessie 64 with ada GPL 64

2014-11-21 Thread Björn Lundin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


I just cloned the git directory (around 15:30 CET 2014-11-21)
and it does not build. Any clues

bnl@sebjlun-deb64:~/svn$ git clone git://git.code.sf.net/p/gnoga/code
gnoga-code
Klonar till "gnoga-code"...
remote: Counting objects: 2519, done.
remote: Compressing objects: 100% (2497/2497), done.
remote: Total 2519 (delta 1864), reused 0 (delta 0)
Tar emot objekt: 100% (2519/2519), 799.60 KiB | 323.00 KiB/s, klart.
Analyserar delta: 100% (1864/1864), klart.
Kontrollerar anslutning...klart.
bnl@sebjlun-deb64:~/svn$ cd gnoga-code/
bnl@sebjlun-deb64:~/svn/gnoga-code$ make
cd src && gprbuild -p -Pgnoga.gpr
object directory "/home/bnl/svn/gnoga-code/src/../obj/" created
library directory "/home/bnl/svn/gnoga-code/src/../lib" created for
project gnoga
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-pdf.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-font_face.ads
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
cairo-scaled_font.ads
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-surface.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-region.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
cairo-font_options.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-pattern.ads
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-svg.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-matrix.ads
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
cairo-image_surface.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata cairo-png.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
gnoga-gui-location.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
gnoga-server-database-mysql.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
gnoga-server-model-table.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
gnoga-server-model.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
gnoga-gui-view-card.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
gnoga-gui-element-iframe.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
gnoga-server-database.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata gnoga.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata gnoga-gui-window.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
gnoga-server-template_parser-simple.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
gnoga-gui-element-svg.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
gnoga-gui-view-console.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata gnoga-gui-view.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata gnoga-gui-screen.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -g -gnata
gnoga-server-connection.adb
gnoga-server-connection.adb:735:20: no selector "Close" for type
"Socket_Type" defined at line 125
gprbuild: *** compilation phase failed
makefile:11: receptet för målet ”gnoga” misslyckades
make: *** [gnoga] Fel 4
bnl@sebjlun-deb64:~/svn/gnoga-code$ gnatls -v

GNATLS GPL 2014 (20140331)
Copyright (C) 1997-2014, Free Software Foundation, Inc.

Source Search Path:
   

/usr/local/ada/gnat/gpl2014_64/lib/gcc/x86_64-pc-linux-gnu/4.7.4/rts-native/adainclude


Object Search Path:
   

/usr/local/ada/gnat/gpl2014_64/lib/gcc/x86_64-pc-linux-gnu/4.7.4/rts-native/adalib


Project Search Path:
   
   /usr/local/ada/aws/gpl_2014_3.1.0w/lib/gnat
   /usr/local/ada/gnat/gpl2014_64/x86_64-pc-linux-gnu/lib/gnat
   /usr/local/ada/gnat/gpl2014_64/x86_64-pc-linux-gnu/share/gpr
   /usr/local/ada/gnat/gpl2014_64/share/gpr
   /usr/local/ada/gnat/gpl2014_64/lib/gnat

bnl@sebjlun-deb64:~/svn/gnoga-code$ which gprbuild
/usr/local/ada/gnat/gpl2014_64/bin/gprbuild



bnl@sebjlun-deb64:~/svn/gnoga-code$ uname -a
Linux sebjlun-deb64 3.16-2-amd64 #1 SMP Debian 3.16.3-2 (2014-09-20)
x86_64 GNU/Linux

- --
Björn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUb05LAAoJEGaQZvZiZLyC3uoIANAXrdithLjnssvdddvgRsRq
vkPBuiz59DUrs0lw1TSOsMLBLC3SpiDt/vYllUvBwIl7v6oiEeRazGeeaXf+dqWA
N2clgBn+iD4zbtMCCnWrfBoV1co1Ebu2T5LP/3/XvqdnOEq2jxSRXmidDGs4vrgn
6mHBts+b/Kx9fCkymQ0AAmMQqw3g4Vv7Ts9xTqYh7DNPrdC/KrBxwS5x4MVxPz8V
pLymcPnXvKvmGOK83ejQl/VDBvcSq8dbU7nbPlr2yzOa8gkT5h7ckYf8cUZTtGOH
Q1RiWmTrvScq8S0ef2Zgi70lnD3k9LTiUISDGGFQUGMwjqjlLc7ry45FndA3K6c=
=3HJG
-END PGP SIGNATURE-

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/l

[Gnoga-list] Get Ada Now website

2014-11-21 Thread Rabbi David Botton
As part of the drive to advocate Ada to the "Applications" space. I've
created a new domain that I will be putting together next week called
GetAdaNow.com

The site will have a modern look and a tab/page for each platform and how
to install a GMGPL gcc/ada for that platform.

There is a wiki page with much of the info which I'll also link to, but
this will be all about simple new user how to get started with Ada for your
professional projects, etc. Pushing Ada to be as good as any other
language,etc.

David Botton
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list