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

Saves the log file of Windows command execution #168

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

golirev
Copy link

@golirev golirev commented Feb 5, 2023

I saved each message to a log file when executing commands for Windows.
This makes it possible to identify errors.
Various errors can occur depending on the environment, so I think we should keep a log.

In my environment, the following error occurred when executing lib.exe.


** Visual Studio 2019 Developer Command Prompt v16.11.23
** Copyright (c) 2021 Microsoft Corporation


Microsoft (R) Library Manager Version 14.29.30147.0
Copyright (C) Microsoft Corporation. All rights reserved.

exports.def : fatal error LNK1242: '.weak.Init_extra_exts.ruby_push_include' is an invalid export symbol name

Also, in the case of RubyInstaller 3.2.0-1, it had to be "ridk disable".
In the "ridk enable" condition, msys2 GNU toolchain's lib will start.

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.

1 participant