Author

Topic: Compile cli not working (Read 469 times)

full member
Activity: 192
Merit: 100
September 22, 2016, 11:25:26 PM
#4
Do it compile fine without the "simple name change"?  :-)


Of course it can compile without the change. Smiley


You should show us the source code, preferably on Github with a commit so that we can see all of your changes.


I already find out where I had replaced the code wrongly. There was a stupid typo in the file Makefile.am.

So I finally manage to compile mycoin-cli successfully.

Thanks for your comment anyway.  Smiley
legendary
Activity: 4228
Merit: 1313
September 09, 2016, 07:48:09 AM
#3
Do it compile fine without the "simple name change"?  :-)
staff
Activity: 3458
Merit: 6793
Just writing some code
September 09, 2016, 07:30:04 AM
#2
You should show us the source code, preferably on Github with a commit so that we can see all of your changes.
full member
Activity: 192
Merit: 100
September 09, 2016, 12:43:05 AM
#1
I am trying to compile the latest Bitcoin source code for my own testing purpose.

The only changes I made was to make a simple name change, ie: change Bitcoin to Mycoin. Nothing else.

The compile process runs well, except that mycoin-cli executable is not working on Windows. Qt and tx are both working fine. But there was no compile error shown during the compile process for cli.

The mycoin-cli file size is abnormally small (only ~37Kb). And when I try to run it, it does nothing and also shows no error code.

I guess I should have replaced something wrongly when I make the simple name change. But I have no clue which part of the code I must keep no change to make the cli work.

Anyone can help, please?
Jump to: