Re: problems with unistd.h

2006-01-12 Thread Holger Krull

Burcu Ozserim schrieb:


I get the following error while compiling flite. Is
this a Cygwin problem?


You are not using cygwin. Here flite compiles just fine in cygwin, assuming we 
are talking about the speech synthesis program.



Configuration: flite - Win32
Debug
Compiling...
au_none.c
c:\cygwin\usr\include\mingw\unistd.h(23) : error
C2081: 'off_t' : name in formal parameter list illegal



--
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/



Re: problems with unistd.h

2006-01-12 Thread Brian Dessent
Burcu Ozserim wrote:

> c:\cygwin\usr\include\mingw\unistd.h(23) : error
> C2081: 'off_t' : name in formal parameter list illegal

This looks like the error message of MSVC or some other compiler that
isn't gcc.  That's not going to work, you must use gcc.

Brian

--
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/



problems with unistd.h

2006-01-12 Thread Burcu Ozserim
Hi There,

I get the following error while compiling flite. Is
this a Cygwin problem? Any help will be greatly
appreciated.

Thank you.
SBO

Configuration: flite - Win32
Debug
Compiling...
au_none.c
c:\cygwin\usr\include\mingw\unistd.h(23) : error
C2081: 'off_t' : name in formal parameter list illegal
c:\cygwin\usr\include\mingw\unistd.h(24) : error
C2054: expected '(' to follow '__CRT_INLINE'
c:\cygwin\usr\include\mingw\unistd.h(24) : error
C2146: syntax error : missing ')' before identifier
'__length'
c:\cygwin\usr\include\mingw\unistd.h(24) : error
C2081: 'off_t' : name in formal parameter list illegal
c:\cygwin\usr\include\mingw\unistd.h(24) : error
C2082: redefinition of formal parameter 'ftruncate'
c:\cygwin\usr\include\mingw\unistd.h(24) : error
C2146: syntax error : missing ',' before identifier
'__length'
c:\cygwin\usr\include\mingw\unistd.h(24) : error
C2059: syntax error : ')'
c:\cygwin\usr\include\mingw\unistd.h(25) : error
C2143: syntax error : missing ';' before '{'

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
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/