Viewing a response to: @sevcsik/re-picokernel-tutorial-mining-get-rich-the-old-fashioned-way-20160712t164124780z
Adding `-fpermissive` to `CXX_FLAGS` in `flags.cmake` files seems to be a workaround. Command: ```sed -ie 's/CXX_FLAGS = /CXX_FLAGS =-fpermissive /' **/flags.make```
author | sevcsik |
---|---|
permlink | re-sevcsik-re-picokernel-tutorial-mining-get-rich-the-old-fashioned-way-20160712t164658939z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-12 16:46:57 |
last_update | 2016-07-12 17:30:09 |
depth | 2 |
children | 2 |
last_payout | 2016-08-25 07:43:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 167 |
author_reputation | 70,278,902,050 |
root_title | "[Tutorial] [Mining] Get rich the old fashioned way!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,377 |
net_rshares | 116,822,547 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 116,822,547 | 100% |
That saved me some time. Cheers
author | heimindanger |
---|---|
permlink | re-sevcsik-re-sevcsik-re-picokernel-tutorial-mining-get-rich-the-old-fashioned-way-20160713t231413054z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 23:14:12 |
last_update | 2016-07-13 23:14:12 |
depth | 3 |
children | 0 |
last_payout | 2016-08-25 07:43:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | -16,507,408,909,111 |
root_title | "[Tutorial] [Mining] Get rich the old fashioned way!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 102,274 |
net_rshares | 652,594,950 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sevcsik | 0 | 652,594,950 | 100% |
<pre><code>error code</code></pre> I seem to have the same problem, and your workaround does not seem to work.. Any suggestions? @edit: I had a problem allocating the make files..<code>**/flags.make</code> was not working.. Did it this way: <code>find -iname flags.make >> tmp cat ./tmp | while read line; do sed -ie 's/CXX_FLAGS = /CXX_FLAGS =-fpermissive /' $line;done </code> Thank you for the "solution" :D
author | mjpdejong |
---|---|
permlink | re-sevcsik-re-sevcsik-re-picokernel-tutorial-mining-get-rich-the-old-fashioned-way-20160802t193448193z |
category | steem |
json_metadata | {"tags":["steem"],"users":["edit"]} |
created | 2016-08-02 19:34:48 |
last_update | 2016-08-02 19:57:15 |
depth | 3 |
children | 0 |
last_payout | 2016-08-25 07:43:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 417 |
author_reputation | 3,171,304,559 |
root_title | "[Tutorial] [Mining] Get rich the old fashioned way!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 565,707 |
net_rshares | 665,646,849 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sevcsik | 0 | 665,646,849 | 100% |