Re: Succedded compiling gps-cvs with gcc 3.4.2 , gcc-cvs ada source and a bit of tweaking
Arnaud Charlet <[email protected]> Thu, 25 Nov 2004 10:20:30 +0100
| Newsgroups | gmane.comp.ide.gps.devel |
|---|---|
| Message-ID | <[email protected]> |
> It did not compile. The problem seemed to be that when Rident package is > created from System.Rident, not s-rident.ads from the gnat_src is used, but > the one from adainclude of the gcc 3.4.2. Sounds like a configuration/set up problem that we haven't encountered before. > Now I have a problem. In my kernel I do not use BSD ptys. I hoped that if I > compile GPS with a configure --without-ptys, it will use ptmx instead. But it > seems that the debugger still looking for the ptys, i.e. /dev/ptypd. without-ptys is an obsolete option (it was used a long time ago to use pipes instead of ttys). New ttys aren't supported yet in GPS sources, contributions are welcome to add this support, see the file gexpect_tty.c in gvd/gnat directory. Arno