Anonymous | Login | 2024-11-21 14:44 UTC |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001107 | VCMI | Other | public | 2012-09-29 17:42 | 2014-05-30 17:41 | ||||
Reporter | douggie_m | ||||||||
Assigned To | Ivan | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001107: [PATCH] Add AI/BattleAI to configure.ac to make possible it to build | ||||||||
Description | 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) + | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0003115) douggie_m (reporter) 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 (developer) 2012-09-29 19:19 |
Done. Rev 2955 |
Issue History | |||
Date Modified | Username | Field | Change |
2012-09-29 17:42 | douggie_m | New Issue | |
2012-09-29 17:43 | douggie_m | Note Added: 0003115 | |
2012-09-29 17:46 | Ivan | Assigned To | => Ivan |
2012-09-29 17:46 | Ivan | Status | new => assigned |
2012-09-29 19:19 | Ivan | Note Added: 0003120 | |
2012-09-29 19:19 | Ivan | Status | assigned => resolved |
2012-09-29 19:19 | Ivan | Resolution | open => fixed |
2014-05-30 17:41 | beegee | Status | resolved => closed |
Copyright © 2000 - 2024 MantisBT Team |