comp.lang.ada
 help / color / mirror / Atom feed
* AdaGide
@ 1998-10-17  0:00 BARDIN Marc
  1998-10-17  0:00 ` AdaGide David C. Hoos, Sr.
  0 siblings, 1 reply; 12+ messages in thread
From: BARDIN Marc @ 1998-10-17  0:00 UTC (permalink / raw)


    Hi all.
1 - How to use correctly AdaGide to compile a data / type package which, by
hypothesis, not need to be link ?
The only button chain compile and link.
2 - Does AdaGide exist for AMc Os ?

Thanks.
Marc






^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: AdaGide
  1998-10-17  0:00 AdaGide BARDIN Marc
@ 1998-10-17  0:00 ` David C. Hoos, Sr.
  0 siblings, 0 replies; 12+ messages in thread
From: David C. Hoos, Sr. @ 1998-10-17  0:00 UTC (permalink / raw)



BARDIN Marc wrote in message <70aneb$1rt$1@platane.wanadoo.fr>...
>    Hi all.
>1 - How to use correctly AdaGide to compile a data / type package which, by
>hypothesis, not need to be link ?
>The only button chain compile and link.

Press the F2 key or select the Run -> Compile file menu selection


>2 - Does AdaGide exist for AMc Os ?


No. -- what is AMc Os, anyway?







^ permalink raw reply	[flat|nested] 12+ messages in thread

* AdaGide
@ 1998-10-22  0:00 BARDIN Marc
  1998-10-23  0:00 ` AdaGide Martin C. Carlisle
  0 siblings, 1 reply; 12+ messages in thread
From: BARDIN Marc @ 1998-10-22  0:00 UTC (permalink / raw)


    Using new AdaGide 6.20 i can't find the old 'ADA_INCLUDE_PATH' of the
previous version.
    Who can help me, an advice would be appreciated.

Thanks
Marc






^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: AdaGide
  1998-10-22  0:00 AdaGide BARDIN Marc
@ 1998-10-23  0:00 ` Martin C. Carlisle
  0 siblings, 0 replies; 12+ messages in thread
From: Martin C. Carlisle @ 1998-10-23  0:00 UTC (permalink / raw)


In article <70o974$hue$1@platane.wanadoo.fr>,
BARDIN Marc <Marc.Bardin@wanadoo.fr> wrote:
>    Using new AdaGide 6.20 i can't find the old 'ADA_INCLUDE_PATH' of the
>previous version.
>    Who can help me, an advice would be appreciated.
>
This functionality was replaced by Tool/GNAT Options in Current Directory
Specify the -Ic:\myinclude1 -Ic:\myinclude2\subdir style GNAT flags
in the box labelled "compiler".  This is on a per directory basis.  

See help for GNAT for more info on GNAT compilation flags.

--Martin

-- 
Martin C. Carlisle, Computer Science, US Air Force Academy
mcc@cs.usafa.af.mil, http://www.usafa.af.mil/dfcs/bios/carlisle.html
DISCLAIMER:  This content in no way reflects the opinions, standard or 
policy of the US Air Force Academy or the United States Government.




^ permalink raw reply	[flat|nested] 12+ messages in thread

* AdaGide
@ 1998-11-23  0:00 BARDIN Marc
  1998-11-24  0:00 ` AdaGide Pascal Obry
  0 siblings, 1 reply; 12+ messages in thread
From: BARDIN Marc @ 1998-11-23  0:00 UTC (permalink / raw)


Hi all,
trying to compile & link AdaGide source code (my goal is to understand and
use windows / windows 95) i have a link problem.
- I have an undefined reference to 'popen' & 'pclose' in mcc-gnat_tools.adb.

- It seems these two C routines aren't present not in Gnat nor in Win32ada.

Any idea ?

Thanks
Marc






^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: AdaGide
  1998-11-23  0:00 AdaGide BARDIN Marc
@ 1998-11-24  0:00 ` Pascal Obry
  1998-11-24  0:00   ` AdaGide Martin C. Carlisle
  0 siblings, 1 reply; 12+ messages in thread
From: Pascal Obry @ 1998-11-24  0:00 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 535 bytes --]


BARDIN Marc a �crit dans le message <73cp5j$o0l$1@platane.wanadoo.fr>...
>Hi all,
>trying to compile & link AdaGide source code (my goal is to understand and
>use windows / windows 95) i have a link problem.
>- I have an undefined reference to 'popen' & 'pclose' in
mcc-gnat_tools.adb.
>
>- It seems these two C routines aren't present not in Gnat nor in Win32ada.
>
>Any idea ?
>
>Thanks
>Marc
>
>

Yes, wait for GNAT 3.11p to be able to build AdaGIDE. It is impossible to
build it
(as you find out) with GNAT 3.10p.

Pascal.






^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: AdaGide
  1998-11-24  0:00 ` AdaGide Pascal Obry
@ 1998-11-24  0:00   ` Martin C. Carlisle
  0 siblings, 0 replies; 12+ messages in thread
From: Martin C. Carlisle @ 1998-11-24  0:00 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1147 bytes --]

In article <73dt20$391$1@cf01.edf.fr>, Pascal Obry <p.obry@der.edf.fr> wrote:
>BARDIN Marc a �crit dans le message <73cp5j$o0l$1@platane.wanadoo.fr>...
>>trying to compile & link AdaGide source code (my goal is to understand and
>>use windows / windows 95) i have a link problem.
>>- I have an undefined reference to 'popen' & 'pclose' in
>mcc-gnat_tools.adb.
>>- It seems these two C routines aren't present not in Gnat nor in Win32ada.
>
>Yes, wait for GNAT 3.11p to be able to build AdaGIDE. It is impossible to
>build it
>(as you find out) with GNAT 3.10p.

Well, this seems a bit overly restrictive.  Note that Pascal has a very good
point (i.e. that the functionality of mcc-gnat_tools.adb really only
works with GNAT 3.11) but meantime one can easily comment out that section.
It only affect the ability to do a "Goto declaration" from the Edit menu.

--Martin


-- 
Martin C. Carlisle, Computer Science, US Air Force Academy
mcc@cs.usafa.af.mil, http://www.usafa.af.mil/dfcs/bios/carlisle.html
DISCLAIMER:  This content in no way reflects the opinions, standard or 
policy of the US Air Force Academy or the United States Government.




^ permalink raw reply	[flat|nested] 12+ messages in thread

* AdaGIDE
@ 2002-09-15 23:15 chris.danx
  2002-09-16  8:43 ` AdaGIDE Preben Randhol
  0 siblings, 1 reply; 12+ messages in thread
From: chris.danx @ 2002-09-15 23:15 UTC (permalink / raw)


Hi,

Has anyone managed to get AdaGIDE running via wine on Linux?  I'm going 
to try tommorrow at some point, but wondered if anyone else had pulled 
it off already.

Will report on progress tommorrow!

Regards,
Chris
-- 
for personal replies change 'spamoff' to 'chris'




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: AdaGIDE
  2002-09-15 23:15 AdaGIDE chris.danx
@ 2002-09-16  8:43 ` Preben Randhol
  2002-09-16 11:32   ` AdaGIDE chris.danx
  0 siblings, 1 reply; 12+ messages in thread
From: Preben Randhol @ 2002-09-16  8:43 UTC (permalink / raw)


On Mon, 16 Sep 2002 00:15:00 +0100, chris.danx wrote:
> Hi,
> 
> Has anyone managed to get AdaGIDE running via wine on Linux?  I'm going 
> to try tommorrow at some point, but wondered if anyone else had pulled 
> it off already.

It works (but is slow on a 750Mhz), but how are you supposed to compile
with it for Linux? Or are you trying to use it to compile windows
executables?

Preben



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: AdaGIDE
  2002-09-16  8:43 ` AdaGIDE Preben Randhol
@ 2002-09-16 11:32   ` chris.danx
  2002-09-16 12:04     ` AdaGIDE Preben Randhol
  0 siblings, 1 reply; 12+ messages in thread
From: chris.danx @ 2002-09-16 11:32 UTC (permalink / raw)


Preben Randhol wrote:
> On Mon, 16 Sep 2002 00:15:00 +0100, chris.danx wrote:
> 
>>Hi,
>>
>>Has anyone managed to get AdaGIDE running via wine on Linux?  I'm going 
>>to try tommorrow at some point, but wondered if anyone else had pulled 
>>it off already.
> 
> 
> It works (but is slow on a 750Mhz), but how are you supposed to compile
> with it for Linux? Or are you trying to use it to compile windows
> executables?

No, Linux executables.  I just wondered if it would work that's all.

-- 
for personal replies change 'spamoff' to 'chris'




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: AdaGIDE
  2002-09-16 11:32   ` AdaGIDE chris.danx
@ 2002-09-16 12:04     ` Preben Randhol
  2002-09-17 22:00       ` AdaGIDE chris.danx
  0 siblings, 1 reply; 12+ messages in thread
From: Preben Randhol @ 2002-09-16 12:04 UTC (permalink / raw)


On Mon, 16 Sep 2002 12:32:00 +0100, chris.danx wrote:
> No, Linux executables.  I just wondered if it would work that's all.

Perhaps I didn't look to careful. I only saw that the setup was talking
about .exe files.

Preben



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: AdaGIDE
  2002-09-16 12:04     ` AdaGIDE Preben Randhol
@ 2002-09-17 22:00       ` chris.danx
  0 siblings, 0 replies; 12+ messages in thread
From: chris.danx @ 2002-09-17 22:00 UTC (permalink / raw)


Preben Randhol wrote:
> On Mon, 16 Sep 2002 12:32:00 +0100, chris.danx wrote:
> 
>>No, Linux executables.  I just wondered if it would work that's all.
> 
> 
> Perhaps I didn't look to careful. I only saw that the setup was talking
> about .exe files.

I couldn't get it to start.  It bombed out with a Registry error 
exception, saying it couldn't find the registry.  Going to try 
installing wine from the sources and see if that helps (the help files 
assume this, but I used an RPM).


> Preben


-- 
for personal replies change 'spamoff' to 'chris'




^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2002-09-17 22:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-23  0:00 AdaGide BARDIN Marc
1998-11-24  0:00 ` AdaGide Pascal Obry
1998-11-24  0:00   ` AdaGide Martin C. Carlisle
  -- strict thread matches above, loose matches on Subject: below --
2002-09-15 23:15 AdaGIDE chris.danx
2002-09-16  8:43 ` AdaGIDE Preben Randhol
2002-09-16 11:32   ` AdaGIDE chris.danx
2002-09-16 12:04     ` AdaGIDE Preben Randhol
2002-09-17 22:00       ` AdaGIDE chris.danx
1998-10-22  0:00 AdaGide BARDIN Marc
1998-10-23  0:00 ` AdaGide Martin C. Carlisle
1998-10-17  0:00 AdaGide BARDIN Marc
1998-10-17  0:00 ` AdaGide David C. Hoos, Sr.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox