Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(8) |
Feb
(7) |
Mar
(10) |
Apr
(16) |
May
(36) |
Jun
(38) |
Jul
(10) |
Aug
(12) |
Sep
(2) |
Oct
(5) |
Nov
|
Dec
(2) |
2003 |
Jan
(7) |
Feb
(6) |
Mar
(8) |
Apr
(16) |
May
(21) |
Jun
(5) |
Jul
(3) |
Aug
|
Sep
(8) |
Oct
(21) |
Nov
|
Dec
(9) |
2004 |
Jan
(4) |
Feb
(1) |
Mar
(10) |
Apr
(10) |
May
(18) |
Jun
|
Jul
|
Aug
(11) |
Sep
|
Oct
(1) |
Nov
|
Dec
(10) |
2005 |
Jan
(4) |
Feb
(7) |
Mar
(1) |
Apr
(1) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(3) |
2007 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(1) |
Nov
(1) |
Dec
(5) |
2008 |
Jan
(20) |
Feb
(6) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
(2) |
23
|
24
|
25
|
26
(1) |
27
(3) |
28
(1) |
|
|
|
|
|
From: Olivier Issaly <olivier.issaly@fr...> - 2005-02-28 08:48:32
|
Le dimanche 27 F=E9vrier 2005 12:32, Michael Erdmann a =E9crit=A0: > When i look at the latest CVS contents, this problem seems to be fixed > (1.5.3B) Thanks, I will try a CVS snapshot. Olivier Issaly |
From: Michael Erdmann <michael.erdmann@sn...> - 2005-02-27 19:37:14
|
Olivier Issaly wrote: > Hello, > > I have some troubles with gnade1.5.3a installation. > > In gnu-db-sqlite.adb, line 42, I had to replace > new Interfaces.C.Pointers(C.size_t, > chars_ptr, > chars_ptr_array, > 0); > by > new Interfaces.C.Pointers(C.size_t, > chars_ptr, > chars_ptr_array, > null); > > (I use gnat-5.0.3a-1) > > In gnade-config, line 101, I have: "<not defined>" that produces an error. I > also have -lgnadeodbc although I configured with --no-odbc, is it normal ? > This part has been solved, i guess. I have checked in the solution labeld with the trouble report number. 1152844 > Here is my full configure line: > ./configure --nosamples --no-odbc --unicode > --root=/freeware/linux/redhat-8.0/opt/gnat-5.03a-1 sqlite > > Why are we obliged to be logged as root to complete the install ? I installed > gnade in a non-standard directory, but I haven't the root password... So I > comment the "exit 255" in gnadeinst.sh and... it works well :) > THis will be a feature request, 1153008 > Olivier Issaly > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gnade-develop mailing list > http://gnade.sourceforge.net/ > https://lists.sourceforge.net/lists/listinfo/gnade-develop > |
From: Michael Erdmann <michael.erdmann@sn...> - 2005-02-27 11:32:27
|
Olivier Issaly wrote: > Hello, > > I have some troubles with gnade1.5.3a installation. > > In gnu-db-sqlite.adb, line 42, I had to replace > new Interfaces.C.Pointers(C.size_t, > chars_ptr, > chars_ptr_array, > 0); > by > new Interfaces.C.Pointers(C.size_t, > chars_ptr, > chars_ptr_array, > null); When i look at the latest CVS contents, this problem seems to be fixed (1.5.3B) package Pstring is new Interfaces.C.Pointers(C.size_t, chars_ptr, chars_ptr_array, CS.Null_Ptr); > > (I use gnat-5.0.3a-1) > > In gnade-config, line 101, I have: "<not defined>" that produces an error. I > also have -lgnadeodbc although I configured with --no-odbc, is it normal ? You are rigth, bug: 1152844 ./configure --no-odbc sqlite if test "$echo_libs" = "yes"; then echo -largs -L$libs -lgnadeesql -lgnadeodbc -lgnadeaux <not defined> fi Reason is @odbc_dmlib@ is not set to blank. i will rewrite the compelte chunk of code! > > Here is my full configure line: > ./configure --nosamples --no-odbc --unicode > --root=/freeware/linux/redhat-8.0/opt/gnat-5.03a-1 sqlite > > Why are we obliged to be logged as root to complete the install ? I installed > gnade in a non-standard directory, but I haven't the root password... So I > comment the "exit 255" in gnadeinst.sh and... it works well :) > > Olivier Issaly > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gnade-develop mailing list > http://gnade.sourceforge.net/ > https://lists.sourceforge.net/lists/listinfo/gnade-develop > |
From: Michael Erdmann <michael.erdmann@sn...> - 2005-02-27 10:52:03
|
Nicolas Grepillat wrote: > Hello. I m a student and I have to do a school planning using ada. For this creation I d like to make database but the teacher told me it is very difficult. > But I see on internet the gnade project. I download it on the net but I m not able to install it. > Could you help me please? thanks. > First of all, what kind of problems do you have? Which operating System is used? > ps: sorry for my bad english level > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=click > _______________________________________________ > Gnade-develop mailing list > http://gnade.sourceforge.net/ > https://lists.sourceforge.net/lists/listinfo/gnade-develop > |
From: Michael Erdmann <michael.erdmann@sn...> - 2005-02-26 12:49:45
|
Olivier Issaly wrote: > Hello, Sorry, i was on a business leave. > > I have some troubles with gnade1.5.3a installation. > > In gnu-db-sqlite.adb, line 42, I had to replace > new Interfaces.C.Pointers(C.size_t, > chars_ptr, > chars_ptr_array, > 0); > by > new Interfaces.C.Pointers(C.size_t, > chars_ptr, > chars_ptr_array, > null); > I have to check the preprocessor. > (I use gnat-5.0.3a-1) > > In gnade-config, line 101, I have: "<not defined>" that produces an error. I > also have -lgnadeodbc although I configured with --no-odbc, is it normal ? No this is not normal. I will have look on it tomorrow. > > Here is my full configure line: > ./configure --nosamples --no-odbc --unicode > --root=/freeware/linux/redhat-8.0/opt/gnat-5.03a-1 sqlite > > Why are we obliged to be logged as root to complete the install ? I installed > gnade in a non-standard directory, but I haven't the root password... So I > comment the "exit 255" in gnadeinst.sh and... it works well :) THis is a good argument. I will change this procedure!! > > Olivier Issaly > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gnade-develop mailing list > http://gnade.sourceforge.net/ > https://lists.sourceforge.net/lists/listinfo/gnade-develop > |
From: Olivier Issaly <olivier.issaly@fr...> - 2005-02-22 13:47:07
|
Hello, I have some troubles with gnade1.5.3a installation. In gnu-db-sqlite.adb, line 42, I had to replace new Interfaces.C.Pointers(C.size_t, chars_ptr, chars_ptr_array, 0); by new Interfaces.C.Pointers(C.size_t, chars_ptr, chars_ptr_array, null); (I use gnat-5.0.3a-1) In gnade-config, line 101, I have: "<not defined>" that produces an error. I also have -lgnadeodbc although I configured with --no-odbc, is it normal ? Here is my full configure line: ./configure --nosamples --no-odbc --unicode --root=/freeware/linux/redhat-8.0/opt/gnat-5.03a-1 sqlite Why are we obliged to be logged as root to complete the install ? I installed gnade in a non-standard directory, but I haven't the root password... So I comment the "exit 255" in gnadeinst.sh and... it works well :) Olivier Issaly |
From: <Nicolas.Grepillat@et...> - 2005-02-22 12:32:55
|
Hello. I m a student and I have to do a school planning using ada. For th= is creation I d like to make database but the teacher told me it is very di= fficult. But I see on internet the gnade project. I download it on the net but I m = not able to install it. Could you help me please? thanks. ps: sorry for my bad english level=20 |