Ticket #45819

ビルド用バッチファイルでwhereの使い方が間違っている

Open Date: 2022-10-10 13:03 Last Update: 2022-10-16 14:47

Reporter:
Owner:
(None)
Type:
Status:
Closed
Component:
Priority:
4
Severity:
4
Resolution:
Fixed
File:
None
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

Details

意図しているコードかもしれませんが、間違っているように見えるので、

コードの確認:trunk/r10301

where の使い方は、 where {ファイル名パターン} または where "{フォルダ名}:{ファイル名パターン}"

■ libs\buildall_cmake.bat 44行目: where %CMAKE% 2> nul

cmake はパスが通っていても "C:\Program Files\CMake\bin\cmake.exe" 以外はエラーになる。

44行目の前に以下が必要と思われる。

set CMAKE=cmake.exe

■ installer\release.bat 217行目: where %CMAKE% > nul 2>&1

cmake は環境変数PATHでパスが通っていても使用されない

217行目の前に以下が必要と思われる。

set CMAKE=cmake.exe

Ticket History (3/5 Histories)

2022-10-10 13:03 Updated by: tomo3136
  • New Ticket "ビルド用バッチファイルでwhereの使い方が間違っている" created
2022-10-11 00:58 Updated by: zmatsuo
Comment

対応しました。r10304です。

CMAKE環境変数が設定されていないときの動作を見直しました。

2022-10-15 14:47 Updated by: tomo3136
Comment

cmake.exe がデフォルト(C:\Program Files\CMake\bin\cmake.exe)以外にインストールしている場合、

環境変数 CMAKE に cmake.exe のフルパスを設定してから buildall_cmake.bat を実行することにより

libs をビルでできることを確認しました。

確認: trunk/r10306

2022-10-16 14:47 Updated by: zmatsuo
  • Status Update from Open to Closed
  • Resolution Update from None to Fixed
Comment

確認ありがとうございます。

クローズします。

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login