MantisBT - VCMI
View Issue Details
0001107VCMIOtherpublic2012-09-29 17:422014-05-30 17:41
douggie_m 
Ivan 
normalminoralways
closedfixed 
 
 
0001107: [PATCH] Add AI/BattleAI to configure.ac to make possible it to build
Index: configure.ac
===================================================================
--- configure.ac (revision 2952)
+++ configure.ac (working copy)
@@ -110,4 +110,5 @@
 VCMI_SCRIPTING_LIBS_DIR="$libdir/vcmi/Scripting"
 AC_SUBST(VCMI_SCRIPTING_LIBS_DIR)
 
-AC_OUTPUT(Makefile lib/Makefile client/Makefile server/Makefile AI/FuzzyLite/Makefile AI/Makefile AI/StupidAI/Makefile AI/EmptyAI/Makefile AI/VCAI/Makefile Scripting/ERM/Makefile)
+AC_OUTPUT(Makefile lib/Makefile client/Makefile server/Makefile AI/FuzzyLite/Makefile AI/Makefile AI/StupidAI/Makefile AI/EmptyAI/Makefile AI/VCAI/Makefile AI/BattleAI/Makefile Scripting/ERM/Makefile)
+
No tags attached.
Issue History
2012-09-29 17:42douggie_mNew Issue
2012-09-29 17:43douggie_mNote Added: 0003115
2012-09-29 17:46IvanAssigned To => Ivan
2012-09-29 17:46IvanStatusnew => assigned
2012-09-29 19:19IvanNote Added: 0003120
2012-09-29 19:19IvanStatusassigned => resolved
2012-09-29 19:19IvanResolutionopen => fixed
2014-05-30 17:41beegeeStatusresolved => closed

Notes
(0003115)
douggie_m   
2012-09-29 17:43   
Without this, build fails:

  CXXLD libVCAI.la
make[3]: Leaving directory `/home/username/Development/VCMI/vcmi-svn/AI/VCAI'
make[2]: Leaving directory `/home/username/Development/VCMI/vcmi-svn/AI/VCAI'
Making all in BattleAI
make[2]: Entering directory `/home/username/Development/VCMI/vcmi-svn/AI/BattleAI'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory `/home/username/Development/VCMI/vcmi-svn/AI/BattleAI'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/username/Development/VCMI/vcmi-svn/AI'
make: *** [all-recursive] Error 1
(0003120)
Ivan   
2012-09-29 19:19   
Done. Rev 2955