You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Bruce Mitchener (JIRA)" <ji...@apache.org> on 2010/06/01 17:47:39 UTC

[jira] Commented: (INFRA-2588) Avro buildbot on Windows request coming soon

    [ https://issues.apache.org/jira/browse/INFRA-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874079#action_12874079 ] 

Bruce Mitchener commented on INFRA-2588:
----------------------------------------

Should be a duplicate of the C configuration from one of the other platforms:

 * Create a build directory (mkdir build)
 * chdir into it (chdir build)
 * Run cmake with an argument pointing to the srcdir (cmake ..)
 * Run the compiler
 
In this case, I suspect that that may require telling it which version of Visual Studio to generate projects for.  You should be able to run devenv from the command line with some switches to do the build, but I haven't done that myself in ages.

You might also just be able to use nmake-based projects which is fine with me...




> Avro buildbot on Windows request coming soon
> --------------------------------------------
>
>                 Key: INFRA-2588
>                 URL: https://issues.apache.org/jira/browse/INFRA-2588
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>            Reporter: Bruce Mitchener
>            Assignee: Gavin
>
> When gmcdonald set up the current set of Buildbots for Avro-C, I said that we'd want one for Windows eventually and that I'd give him some advance notice on that.
> This is that notice. I'm hoping to get the Win32 support for Avro-C checked in within a week or so.
> We'll need CMake, Visual Studio. VS2005 or 2008 should be okay. 2010 would be too, but it is not quite released yet.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.