Created
January 3, 2017 10:50
-
-
Save brlauuu/bc725600c7de6d3e7ef8a673583ee6f4 to your computer and use it in GitHub Desktop.
Build log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building configuration release | |
-- The C compiler identification is MSVC 19.0.24215.1 | |
-- The CXX compiler identification is MSVC 19.0.24215.1 | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Found BISON: C:/GnuWin32/bin/bison.exe (found version "2.4.1") | |
-- Found FLEX: C:/GnuWin32/bin/flex.exe (found version "2.5.4") | |
CMake Warning at search/CMakeLists.txt:25 (message): | |
BuDDy lib was not found. Since this is a Windows build BuDDy will not be | |
included in the build. | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: C:/Users/djord/Desktop/prost-dev/builds/release | |
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
[ 2%] [BISON][parser] Building parser with bison 2.4.1 | |
[ 4%] [FLEX][scanner] Building scanner with flex 2.5.4 | |
Scanning dependencies of target rddl-parser | |
[ 6%] Building CXX object rddl_parser/CMakeFiles/rddl-parser.dir/evaluatables.cc.obj | |
evaluatables.cc | |
[ 9%] Building CXX object rddl_parser/CMakeFiles/rddl-parser.dir/instantiator.cc.obj | |
instantiator.cc | |
[ 11%] Building CXX object rddl_parser/CMakeFiles/rddl-parser.dir/logical_expressions.cc.obj | |
logical_expressions.cc | |
[ 13%] Building CXX object rddl_parser/CMakeFiles/rddl-parser.dir/preprocessor.cc.obj | |
preprocessor.cc | |
[ 15%] Building CXX object rddl_parser/CMakeFiles/rddl-parser.dir/probability_distribution.cc.obj | |
probability_distribution.cc | |
[ 18%] Building CXX object rddl_parser/CMakeFiles/rddl-parser.dir/rddl.cc.obj | |
rddl.cc | |
[ 20%] Building CXX object rddl_parser/CMakeFiles/rddl-parser.dir/states.cc.obj | |
states.cc | |
[ 22%] Building CXX object rddl_parser/CMakeFiles/rddl-parser.dir/task_analyzer.cc.obj | |
task_analyzer.cc | |
[ 25%] Building CXX object rddl_parser/CMakeFiles/rddl-parser.dir/utils/math_utils.cc.obj | |
math_utils.cc | |
[ 27%] Building CXX object rddl_parser/CMakeFiles/rddl-parser.dir/utils/string_utils.cc.obj | |
string_utils.cc | |
[ 29%] Building CXX object rddl_parser/CMakeFiles/rddl-parser.dir/utils/system_utils.cc.obj | |
system_utils.cc | |
[ 31%] Building CXX object rddl_parser/CMakeFiles/rddl-parser.dir/utils/timer.cc.obj | |
timer.cc | |
[ 31%] [BISON][parser] Building parser with bison 2.4.1 | |
[ 34%] Building CXX object rddl_parser/CMakeFiles/rddl-parser.dir/lexer.cc.obj | |
lexer.cc | |
[ 36%] Building CXX object rddl_parser/CMakeFiles/rddl-parser.dir/parser.tab.cc.obj | |
parser.tab.cc | |
[ 38%] Linking CXX executable rddl-parser.exe | |
preprocessor.cc.obj : error LNK2019: unresolved external symbol "public: __thiscall State::State(class std::vector<struct ConditionalProbabilityFunction *,class std::allocator<struct ConditionalProbabilityFunction *> > const &)" (??0State@@QAE@ABV?$vector@PAUConditionalProbabilityFunction@@V?$allocator@PAUConditionalProbabilityFunction@@@std@@@std@@@Z) referenced in function "private: void __thiscall Preprocessor::prepareActions(void)" (?prepareActions@Preprocessor@@AAEXXZ) | |
rddl-parser.exe : fatal error LNK1120: 1 unresolved externals | |
LINK failed. with 1120 | |
NMAKE : fatal error U1077: '"C:\Program Files\CMake\bin\cmake.exe"' : return code '0xffffffff' | |
Stop. | |
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe"' : return code '0x2' | |
Stop. | |
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe"' : return code '0x2' | |
Stop. | |
Built configuration release failed due to CalledProcessError |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment