Error building Cog on windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Error building Cog on windows

Igor Stasenko
 
Looks like merging the win32 plugins codebase not went well:

Building C object
SecurityPlugin/CMakeFiles/SecurityPlugin.dir/c_/hudson/workspace/CogWin32/cog/platforms/win32/plugins/SecurityPlugin/sqWin32Security.c.obj
c:/hudson/workspace/CogWin32/cog/platforms/win32/plugins/SecurityPlugin/sqWin32Security.c:40:20:
error: static declaration of 'U_BACKSLASH' follows non-static
declaration c:/hudson/workspace/CogWin32/cog/platforms/win32/vm/sqWin32.h:265:20:
note: previous declaration of 'U_BACKSLASH' was here


--
Best regards,
Igor Stasenko AKA sig.
Reply | Threaded
Open this post in threaded view
|

Re: Error building Cog on windows

Igor Stasenko
 
I fixed this error by simply removing the definition in sqWin32Security.c ,
 since its already defined in sqWin32.h

see
https://gitorious.org/~abrabapupa/cogvm/sig-cog/commit/0e41141c7430f21c8c279dd8c41f2a94b34233bf

On 30 June 2011 18:23, Igor Stasenko <[hidden email]> wrote:

> Looks like merging the win32 plugins codebase not went well:
>
> Building C object
> SecurityPlugin/CMakeFiles/SecurityPlugin.dir/c_/hudson/workspace/CogWin32/cog/platforms/win32/plugins/SecurityPlugin/sqWin32Security.c.obj
> c:/hudson/workspace/CogWin32/cog/platforms/win32/plugins/SecurityPlugin/sqWin32Security.c:40:20:
> error: static declaration of 'U_BACKSLASH' follows non-static
> declaration c:/hudson/workspace/CogWin32/cog/platforms/win32/vm/sqWin32.h:265:20:
> note: previous declaration of 'U_BACKSLASH' was here
>
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>



--
Best regards,
Igor Stasenko AKA sig.