Re: OS X Build problems
Tim Bray <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Tim Bray wrote: > I'm surprised not to find other people with the same problem, looking @ > Google & other obvious places doesn't help. I grabbed 1.95.6 and did a > configure and "make" blew up messily and quickly with tons of syntax errors I have verified that the problem is with FASTCALL and PTRFASTCALL, #defining them away inside #if defined(__GNU_C__) in lib/internal.h makes the problem go away. So what's needed is to have a place in internal.h to insert the appropriate incantations for OS X... -Tim