BitShares Forum

Main => Technical Support => Topic started by: 38PTSWarrior on February 02, 2015, 11:07:53 pm

Title: Is this build error a problem?
Post by: 38PTSWarrior on February 02, 2015, 11:07:53 pm
tests/drltc_tests/fc_math/CMakeFiles/multest.dir/build.make:54: recipe for target 'tests/drltc_tests/fc_math/CMakeFiles/multest.dir/multest.cpp.o' failed
make[2]: *** [tests/drltc_tests/fc_math/CMakeFiles/multest.dir/multest.cpp.o] Error 1
CMakeFiles/Makefile2:2424: recipe for target 'tests/drltc_tests/fc_math/CMakeFiles/multest.dir/all' failed
make[1]: *** [tests/drltc_tests/fc_math/CMakeFiles/multest.dir/all] Error 2
Makefile:72: recipe for target 'all' failed
make: *** [all] Error 2
Title: Re: Is this build error a problem?
Post by: 38PTSWarrior on February 02, 2015, 11:17:59 pm
Someone said in another thread that his client works stable with these errors.
Title: Re: Is this build error a problem?
Post by: arhag on February 02, 2015, 11:57:07 pm
I don't know why the build for multest failed (it compiled fine for me on both the bts/0.5.3 tag and the various latest commits of the devshares branch over the past week) but it should not affect the client if the rest compiled properly. The last things that get built at the end of the make command are a bunch of test programs that are stored in the tests/ directory within your build folder. You don't need them for the client to function.
Title: Re: Is this build error a problem?
Post by: vikram on February 03, 2015, 12:13:58 am
Not a problem. Accidentally let this slip in to the official release tag; it's been fixed for a while on all other branches.

To build only the CLI client you can always do "make bitshares_client" or "make devshares_client".
Title: Re: Is this build error a problem?
Post by: 38PTSWarrior on February 03, 2015, 12:26:15 pm
Good news, thanks