Hi,

I have also encountered this problem, when building with MS VC++ 6.  It
would appear there has been a change in method signature between v6 and
v7+.

Fred has now included a change to allow this to work on v6 and v7
compilers, which is working nicely for me.

Regards,
Adrian
_______________________________________
Adrian Dick ([EMAIL PROTECTED])


Franz Fehringer <[EMAIL PROTECTED]> wrote on 17/03/2006 09:53:17:

> compileAxisConfiguration:
>        [cc] 2 total files to be compiled.
>        [cc] Befehlszeilenwarnung D4002 : Unbekannte Option '/w44290'
> wird ignoriert
>        [cc] PlatformSpecificWindows.cpp
>        [cc] AxisConfiguration.cpp
>        [cc]
> D:\Quellen\SVN\axis\c\src\configuration\AxisConfiguration.cpp(158) :
> error C2065: 'intptr_t' : nichtdeklarie
> rter Bezeichner
>        [cc]
> D:\Quellen\SVN\axis\c\src\configuration\AxisConfiguration.cpp(158) :
> error C2146: Syntaxfehler : Fehlendes '
> ;' vor Bezeichner 'lFindFile'
>        [cc]
> D:\Quellen\SVN\axis\c\src\configuration\AxisConfiguration.cpp(158) :
> error C2065: 'lFindFile' : nichtdeklari
> erter Bezeichner
>        [cc] Generieren von Code...
>
> BUILD FAILED
>
> $ svn log AxisConfiguration.cpp | head.exe
> ------------------------------------------------------------------------
> r386356 | prestonf | 2006-03-16 16:44:57 +0100 (Thu, 16 Mar 2006) | 1
line
>
> Updates to build to add the new component AxisConfiguration.
> ------------------------------------------------------------------------
>
> This is with MSVC6SP6 on WIN2KSP4.
>
> Regards
>
> Franz
>

Reply via email to