Ticket #35101

ソースからのビルドが通らない

Date d'ouverture: 2015-05-01 18:27 Dernière mise à jour: 2015-05-01 20:46

Rapporteur:
Propriétaire:
(Aucun)
Type:
État:
Atteints
Composant:
Priorité:
5 - moyen
Sévérité:
5 - moyen
Résolution:
Fixed
Fichier:
Aucun

Détails

本家 master をマージしたら下記のエラーでビルドが通らない:

# Generating comtypes.gen._CE3F726E_D1D3_44FE_B995_FF1DB3B48B2B_0_1_3
# Generating comtypes.gen._1EA4DBF0_3C3B_11CF_810C_00AA00389B71_0_1_1
# Generating comtypes.gen.Accessibility
# Generating comtypes.gen.IAccessible2Lib
scons: *** [build\x86\ISimpleDOMNode.idl] Source `miscDeps\include\ISimpleDO
M\ISimpleDOMNode.idl' not found, needed by target `build\x86\ISimpleDOMNode.
idl'.
scons: building terminated because of errors.
nvdajp build error 2

Ticket History (3/4 Histories)

2015-05-01 18:27 Updated by: nishimoto
  • New Ticket "ソースからのビルドが通らない" created
2015-05-01 18:29 Updated by: nishimoto
  • Composant Update from (Aucun) to 本家
Commentaire

本家 master も同じ状況。 ビルドに必要なファイルが miscDeps に追加されていない? 本家にバグレポートするか。。

2015-05-01 20:19 Updated by: nishimoto
  • Résolution Update from Aucun to Fixed
  • État Update from Ouvert to Atteints
  • Ticket Close date is changed to 2015-05-01 20:19
Commentaire

本家 master は下記でビルド成功した:

> cd miscDeps
> git fetch -t
> cd ..
> git submodule update --init --recursive
> scons
2015-05-01 20:46 Updated by: nishimoto
Commentaire

同じことを jpbeta でやってみたが解決せず。

どうやら git merge --no-commit の後始末を間違えたらしい。

master の状態をみて

> cd miscDeps
> git checkout 6ae89fa504b1cad4d15d74f64dc8b7cae200e5b2
> cd ..

これで同じようにファイルが出てくる:

> dir miscDeps\include

2015/05/01  20:38    <DIR>          .
2015/05/01  20:38    <DIR>          ..
2014/09/28  18:35    <DIR>          AcrobatAccess
2014/09/28  18:35    <DIR>          ia2
2015/05/01  20:38    <DIR>          ISimpleDOM
2015/05/01  20:38    <DIR>          mathPlayer

まだビルドは終わってないがこれでよさそう。

Attachment File List

No attachments

Modifier

Please login to add comment to this ticket » Connexion