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

[wt] Fix XML file installation path #6925

Merged
merged 1 commit into from
Jun 17, 2019

Conversation

LilyWangL
Copy link
Contributor

@LilyWangL LilyWangL commented Jun 17, 2019

The file wt_config.xml was installed in the c:/witty, change the installation path to vcpkg/downloads. Code in CMakeLists.txt:

IF(WIN32)
  SET(RUNDIR "c:/witty") # Does not apply to win32

From log:

Process failed because: Das System kann die angegebene Datei nicht finden

for command: mkdir -p c:/witty 

Process failed because: Das System kann die angegebene Datei nicht finden

for command: chown apache:apache c:/witty 

Related issue: #6908

@LilyWangL LilyWangL marked this pull request as ready for review June 17, 2019 08:33
@Rastaban Rastaban merged commit 1dbb588 into microsoft:master Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants