View Issue Details

IDProjectCategoryView StatusLast Update
0004505Spring engineAIpublic2014-08-17 20:03
ReporterjK Assigned Toabma  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Target Version98.0 
Summary0004505: AI: fails to configure when submodules aren't checked out
DescriptionCMake Error at AI/Interfaces/C/CMakeLists.txt:48 (add_library):
  Cannot find source file:

    /mnt/data/repos/spring.git/AI/Wrappers/CUtils/./SSkirmishAISpecifier.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx
Call Stack (most recent call first):
  AI/Skirmish/E323AI/CMakeLists.txt:8 (ConfigureNativeSkirmishAI)
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

abma

2014-08-16 16:30

administrator   ~0013520

is the submodule up to date?

this commit should have already fixed it:
https://github.com/spring/E323AI/commit/53375ed9cf670e7a00ba3fda86a39bc28936414c

i guess

git submodule sync && git submodule update fixes the error

abma

2014-08-17 20:03

administrator   ~0013527

this commit updated submodules:

https://github.com/spring/spring/commit/806e4eaee1c0d0c84423504e48ca8e659590fb5e

git submodule sync && git submodule update

will fix this error, if not please report back!

Issue History

Date Modified Username Field Change
2014-08-13 21:02 jK New Issue
2014-08-16 16:26 abma Assigned To => abma
2014-08-16 16:26 abma Status new => assigned
2014-08-16 16:26 abma Target Version => 98.0
2014-08-16 16:30 abma Note Added: 0013520
2014-08-16 16:30 abma Status assigned => feedback
2014-08-17 20:03 abma Note Added: 0013527
2014-08-17 20:03 abma Status feedback => closed
2014-08-17 20:03 abma Resolution open => no change required