Re: Error building SID
Dave Brolley <[email protected]> Wed, 31 Oct 2007 13:22:55 -0400
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
badiu raz wrote: > Hy, > I am trying to build SID but I still get errors no matter what I do. > edefinition of `struct _fpstate' > /usr/include/cygwin/signal.h > :18: error: previous definition of `struct _fpstate' > > Apparently sigcontext.h is just a stub header and using _fpstate from signal.h should be just fine. The suggestion is to try defining _ASMi386_SIGCONTEXT_H during your build to exclude the contents of sigcontext.h. Dave