Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to AppVeyor vs2017 image #392

Closed
jwillemsen opened this issue Apr 5, 2017 · 2 comments
Closed

Upgrade to AppVeyor vs2017 image #392

jwillemsen opened this issue Apr 5, 2017 · 2 comments

Comments

@jwillemsen
Copy link
Member

jwillemsen commented Apr 5, 2017

We should upgrade to AppVeyor vs2017 support but looks we have a perl issue. On the vs2017 image we don't get a normal perl (see https://www.appveyor.com/docs/build-environment/#perl), we probably get a Cygwin version which fails to work, MPC doesn't work

Build started
git clone -q --depth=15 https://github.com/DOCGroup/ACE_TAO.git C:\projects\ace-tao-lc76l
git fetch -q origin +refs/pull/391/merge:
git checkout -qf FETCH_HEAD
Running Install scripts
mkdir ext && cd ext
git clone --depth 1 git://github.com/DOCGroup/MPC.git
Cloning into 'MPC'...
cd ..
set MPC_ROOT=%CD%\ext\MPC
set ACE_ROOT=%CD%\ACE
set TAO_ROOT=%CD%\TAO
set PATH=%ACE_ROOT%\lib:%PATH%
$CONTENT='#include "ace/config-win32.h"'
$CONTENT > ACE\ace\config.h
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
**********************************************************************
** Visual Studio 2017 Developer Command Prompt v15.0.26228.12
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
call perl %CD%\ACE\bin\mwc.pl -type vs2017 %CD%\TAO\TAO_ACE.mwc
MPC_ROOT was set to C:\projects\ace-tao-lc76l\ext\MPC.
Generating 'vs2017' output using C:/projects/ace-tao-lc76l/TAO/TAO_ACE.mwc
ace_xtreactor.mpc: line 2:
ERROR: Unable to locate parent: ace_xt
TAO_ACE.mwc: line 22:
ERROR: Unable to process C:/projects/ace-tao-lc76l/ACE/ace/XtReactor/ace_xtreactor.mpc
ERROR: Unable to process: TAO_ACE.mwc
Command exited with code 1
@jwillemsen
Copy link
Member Author

Fixed with PR #398

@jwillemsen
Copy link
Member Author

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant