This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: <w32api/sql.h> broken?


At 05:04 PM 12/3/2003, Rafael Kitover you wrote:
>Greetings,
>
>Using the latest packages from cygwin, and gcc 3.3.1, and I checked that
>sql.h/sqltypes.h are the same in the CVS tree, the following program:
>
>#include <windows.h>
>#include <w32api/sql.h>
>
>int main() { return 0; }
>
>Compiled as "gcc try.cc -o try" fails with a bunch of errors like:
>
>In file included from try.cc:2:
>/usr/include/w32api/sql.h:343: error: syntax error before `(' token
>/usr/include/w32api/sql.h:344: error: syntax error before `(' token
>..
>


<snip>


>Maybe my test case is too simple and I am forgetting to include

                                                        ^^^^^^^^^

Bingo!


>something, (although that would have compiled at least a few months
>earlier, AFAIK) or something else is broken, but I couldn't yet figure
>it out.
>
>TIA!
>
>-- 
>Rafael
>
>--
>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>Problem reports:       http://cygwin.com/problems.html
>Documentation:         http://cygwin.com/docs.html
>FAQ:                   http://cygwin.com/faq/

--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]