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: MSVC++ compiling against cygwin headers to link cygwin1.dll


On Tuesday 10 December 2002 01:02, Manne Baum wrote:
> Hi,
> Is there a way to use cygwin1.dll by MSVC++ compiler/linker?
>
> I (read FAQ, searched lists and) tried with defines and includes but
> couldn't make MSVC++ compile against cygwin headers like
> 	#include <pthread.h>
> and end up with errors like
> 	...\cygwin\usr\include\sys\_types.h(13) : error C2632: 'long' followed by
> 'long' not allowed
>
>
Lack of support for long long is the least of your problems, but you could 
fix that by hitting the include files with the editor of your choice.

-- 
Tim Prince

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.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]