BitShares Forum

Main => Technical Support => Topic started by: maqifrnswa on October 30, 2014, 04:02:59 pm

Title: 0.4.23.1 comiling error (libraries/cli/pretty.cpp)
Post by: maqifrnswa on October 30, 2014, 04:02:59 pm
Got this while trying to build the most recent release:

Code: [Select]
/home/showard/bitcoin/bitsharesx/libraries/cli/pretty.cpp: In function ‘std::string bts::cli::pretty_timestamp(const fc::time_point_sec&)’:
/home/showard/bitcoin/bitsharesx/libraries/cli/pretty.cpp:29:36: error: ‘const class fc::time_point_sec’ has no member named ‘to_iso_extended_string’
       return "<d-ign>" + timestamp.to_iso_extended_string() + "</d-ign>";
                                    ^
/home/showard/bitcoin/bitsharesx/libraries/cli/pretty.cpp:30:22: error: ‘const class fc::time_point_sec’ has no member named ‘to_iso_extended_string’
     return timestamp.to_iso_extended_string();
Title: Re: 0.4.23.1 comiling error (libraries/cli/pretty.cpp)
Post by: xeroc on October 30, 2014, 04:56:28 pm
Git submodule update
 ?
Title: Re: 0.4.23.1 comiling error (libraries/cli/pretty.cpp)
Post by: emf on October 30, 2014, 06:22:10 pm
I think this was fixed an hour or two ago in hxxps://github.com/dacsunlimited/bitsharesx/commit/f576715a9787a4a4078aab8d524a9e580342f86f
(fc revision was accidentally bumped when it shouldn't have been, this rolls it back a few commits)
Title: Re: 0.4.23.1 comiling error (libraries/cli/pretty.cpp)
Post by: sva_h4cky0 on October 31, 2014, 02:20:47 am
I think this was fixed an hour or two ago in hxxps://github.com/dacsunlimited/bitsharesx/commit/f576715a9787a4a4078aab8d524a9e580342f86f
(fc revision was accidentally bumped when it shouldn't have been, this rolls it back a few commits)

yeah, confirm. works now