MSVC++ compiling against cygwin headers to link cygwin1.dll

Tim Prince tprince@computer.org
Tue Dec 10 06:08:00 GMT 2002


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/



More information about the Cygwin mailing list