Ticket #45819

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

Date d'ouverture: 2022-10-10 13:03 Dernière mise à jour: 2022-10-16 14:47

Rapporteur:
Propriétaire:
(Aucun)
Type:
État:
Atteints
Composant:
Priorité:
4
Sévérité:
4
Résolution:
Fixed
Fichier:
Aucun
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

Détails

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

コードの確認: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
Commentaire

対応しました。r10304です。

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

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

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
  • État Update from Ouvert to Atteints
  • Résolution Update from Aucun to Fixed
Commentaire

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

クローズします。

Attachment File List

No attachments

Modifier

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