* Errors compiling cvs version @ 2009-11-06 1:03 daviddoria 2009-11-06 1:29 ` daviddoria 0 siblings, 1 reply; 3+ messages in thread From: daviddoria @ 2009-11-06 1:03 UTC (permalink / raw) To: gdb I get MANY errors in ser-unix.c. The first of which is: ser-unix.c:89: error: ‘struct hardwire_ttystate’ declared inside parameter list Is this a know issue? Dave -- View this message in context: http://old.nabble.com/Errors-compiling-cvs-version-tp26225229p26225229.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Errors compiling cvs version 2009-11-06 1:03 Errors compiling cvs version daviddoria @ 2009-11-06 1:29 ` daviddoria 2009-11-06 1:41 ` Joel Brobecker 0 siblings, 1 reply; 3+ messages in thread From: daviddoria @ 2009-11-06 1:29 UTC (permalink / raw) To: gdb daviddoria wrote: > > I get MANY errors in ser-unix.c. The first of which is: > > ser-unix.c:89: error: ‘struct hardwire_ttystate’ declared inside parameter > list > > Is this a know issue? > > Dave > > In fact, I get the same set of many errors when compiling the 7.0 official release package. Thoughts? Dave -- View this message in context: http://old.nabble.com/Errors-compiling-cvs-version-tp26225229p26225403.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Errors compiling cvs version 2009-11-06 1:29 ` daviddoria @ 2009-11-06 1:41 ` Joel Brobecker 0 siblings, 0 replies; 3+ messages in thread From: Joel Brobecker @ 2009-11-06 1:41 UTC (permalink / raw) To: daviddoria; +Cc: gdb > In fact, I get the same set of many errors when compiling the 7.0 official > release package. You don't even say which platform you're compiling on. But it seems that the compiler is complaining about the lack of definition of struct [...]. A setup issue on your side. For instance, if you were using a MinGW compiler but using a cygwin environment, config.guess would return the wrong triplet, and GDB would think it's being built for cygwin, whereas it's actually being built for mingw... -- Joel ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-11-06 1:41 UTC | newest] Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2009-11-06 1:03 Errors compiling cvs version daviddoria 2009-11-06 1:29 ` daviddoria 2009-11-06 1:41 ` Joel Brobecker
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox