create account

RE: [Tutorial] [Mining] Get rich the old fashioned way! by sevcsik

View this thread on: hive.blogpeakd.comecency.com

Viewing a response to: @sevcsik/re-picokernel-tutorial-mining-get-rich-the-old-fashioned-way-20160712t164124780z

· @sevcsik · (edited)
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```
👍  
properties (23)
authorsevcsik
permlinkre-sevcsik-re-picokernel-tutorial-mining-get-rich-the-old-fashioned-way-20160712t164658939z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-12 16:46:57
last_update2016-07-12 17:30:09
depth2
children2
last_payout2016-08-25 07:43:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length167
author_reputation70,278,902,050
root_title"[Tutorial] [Mining] Get rich the old fashioned way!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id86,377
net_rshares116,822,547
author_curate_reward""
vote details (1)
@heimindanger ·
That saved me some time. Cheers
👍  
properties (23)
authorheimindanger
permlinkre-sevcsik-re-sevcsik-re-picokernel-tutorial-mining-get-rich-the-old-fashioned-way-20160713t231413054z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 23:14:12
last_update2016-07-13 23:14:12
depth3
children0
last_payout2016-08-25 07:43:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation-16,507,408,909,111
root_title"[Tutorial] [Mining] Get rich the old fashioned way!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,274
net_rshares652,594,950
author_curate_reward""
vote details (1)
@mjpdejong · (edited)
<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
👍  
properties (23)
authormjpdejong
permlinkre-sevcsik-re-sevcsik-re-picokernel-tutorial-mining-get-rich-the-old-fashioned-way-20160802t193448193z
categorysteem
json_metadata{"tags":["steem"],"users":["edit"]}
created2016-08-02 19:34:48
last_update2016-08-02 19:57:15
depth3
children0
last_payout2016-08-25 07:43:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length417
author_reputation3,171,304,559
root_title"[Tutorial] [Mining] Get rich the old fashioned way!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id565,707
net_rshares665,646,849
author_curate_reward""
vote details (1)