From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,15ce5e046cd0b91d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-06 11:23:26 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!skynet.be!dispose.news.demon.net!demon!btnet-peer0!btnet!news.netkonect.net!katana.legend.co.uk!194.164.53.202 From: John Poltorak Newsgroups: comp.lang.ada Subject: Re: ADA for OS/2 Date: Fri, 06 Jul 2001 19:23:13 +0100 Organization: Legend Internet Ltd Message-ID: <3B460210.B6352EFB@eyup.org> References: <3B417021.A68938D2@eyup.org> <3B41A4C7.E819C1E3@eyup.org> <20010704114900.48bc8b38.McCratch@gmx.net> <3B431D22.C20FF8BD@eyup.org> <3B44D4AF.B883627B@eyup.org> NNTP-Posting-Host: katana.legend.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netkonect.net 994444054 28825 194.164.121.252 (6 Jul 2001 18:27:34 GMT) X-Complaints-To: usenet@news.netkonect.net NNTP-Posting-Date: Fri, 6 Jul 2001 18:27:34 +0000 (UTC) X-Mailer: Mozilla 4.61 [en] (OS/2; U) X-Accept-Language: en X-NNTP-Posting-Host: 194.164.53.202 Xref: archiver1.google.com comp.lang.ada:9572 Date: 2001-07-06T19:23:13+01:00 List-Id: "David W. Noon" wrote: > On Sun, 5 Jul 3901 21:57:20, John Poltorak wrote: > > [snip] > > It really does seem unfair... If you use NT everything is on a plate. You > > just download a binary archive and you can be happily using GNAT 3.13p > > within a few minutes without requiring any knowledge of building > > compilers. > > It is only right that software suppliers should have a lower > expectation of the skills of Windows users: they have usually had the > OS foisted on them when they are first "trying the water" in > computing. > > > If you use OS/2, the same task is going to take several weeks > > or months. > > Not necessarily. I don't know if you realise what you are letting yourself in for... > > I don't know anyone who has been successful building OS/2 > > binaries, which kind of begs the question who is the OS/2 patch designed > > for? > > People like me, who have been programming for donkey's years and > programming OS/2 for quite a few years within that period. > > > I note the OS/2 patch is 8000 lines long which is twice as long as > > all the other patches put together, and I think if someone is going to the > > trouble of providing such complicated patches, their work will not be very > > well appreciated if no one can make any use of it. Maybe providing a > > simple build script is all that is necessary to make it work... > > The term "build script" will cause many developers to shudder. The > usual term is "makefile", No, not really. By build script I'm talking about all the processes involved in building an app. This is likely to include retrieving a tarball, unarchiving it, obtaining and applying several patches and then running autoconf and configure before you even have makefile to use with make. Being able to run make means you can see the light at the end of the tunnel. > but the exact nature of this is determined > by the make utility one uses. I use DMAKE 4.0 for OS/2, and when I get > around to building GNAT that will be the maker I use, even if I have > to coerce the makefile a bit. I suspect you will not get very far trying to use DMAKE for building GNAT. > Even so, a makefile is not necessarily > useful to an end-user; but if that end-user fancies himself as a > programmer it *should* be enough. > > Anyhow, watch the OS2PROG echo on Fidonet and see what turns up. I haven't accessed Fidonet for a long time, and most people don't use it much these days. If you have any news can you post it here or on comp.os.os2.programmer.misc? > I > might also post an announcement here. The initial d/l site will be > Pete Norloff's BBS, later Hobbes and Leo. I'm hoping to build up unixos2.org as the major file repository for apps which are normally ported from a Unix environment. I'd like to get it on there if/when you manage to build it. Hope that's OK... > > Regards > > Dave > > [Remove spamtraps to reply by e-mail] -- John