libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MSYS+MSVC for libtool branch-2-0, take 7


From: Ralf Wildenhues
Subject: Re: MSYS+MSVC for libtool branch-2-0, take 7
Date: Sun, 14 Aug 2005 16:53:07 +0200
User-agent: Mutt/1.5.9i

* Ralf Wildenhues wrote on Sat, Aug 13, 2005 at 01:46:25PM CEST:
> * Peter Ekberg wrote on Thu, Aug 11, 2005 at 11:38:59AM CEST:
> 
> Notes to the testsuite output:
> stresstest:
> | libtool: link: creating main
> | lt-main.c
> | ./.libs/lt-main.c(98) : warning C4002: too many actual parameters for macro 
> 'DEBUG'
> | ./.libs/lt-main.c(99) : warning C4002: too many actual parameters for macro 
> 'DEBUG'
> | ./.libs/lt-main.c(105) : warning C4002: too many actual parameters for 
> macro 'DEBUG'
> | ./.libs/lt-main.c(115) : warning C4002: too many actual parameters for 
> macro 'DEBUG'
> | ./.libs/lt-main.c(167) : warning C4002: too many actual parameters for 
> macro 'DEBUG'
> | ./.libs/lt-main.c(200) : warning C4002: too many actual parameters for 
> macro 'DEBUG'
> | ./.libs/lt-main.c(252) : warning C4047: '==' : 'int ' differs in levels of 
> indirection from 'void *'
> | ./.libs/lt-main.c(275) : warning C4047: '==' : 'int ' differs in levels of 
> indirection from 'void *'
> 
> This looks like your change to the cwrappersource in ltmain somehow did
> not work out correctly.  Could you look into this?

Never mind, I did not read carefully.  The DEBUG() warnings are fine,
the last couple should be fixed by using

#ifdef _MSC_VER
# include <direct.h>
#else
# include <unistd.h>
#endif

in cwrappersource.  (Wonder what'll happen on interix..)

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]