-
Notifications
You must be signed in to change notification settings - Fork 873
Build Error on a Mac #12
Comments
Related log file: 2020-04-10T19_23_38_809Z-debug.log |
Hi @brianlong, thanks for the issue! What version of This should fix it: solana-labs/solana#9437 |
Hi @jackcmay cargo 1.42.0 |
Strange, same version as me, wonder why I don't see it on my mac :-( If you try that patch out let me know if it works for you |
@brianlong btw, you can make that change in the helloworld project here: |
Thanks, @jackcmay. That help me get a little further down the road. After running
|
Here's that log: 2020-04-10T22_49_45_861Z-debug.log |
@jackcmay I just updated my Solana version to 1.0.15 and I am making progress. Stay tuned... |
@brianlong Not Solana v1.1.2? Did it work for you in gitpod? |
@jackcmay The funny thing is that I updated my default Solana from 1.0.7 to 1.0.15 and then I could move past that error. Hidden dependency? I do see 1.1.2 being downloaded via npm. Current status:
I don't see 'solana_bpf_helloworld.so' on my system. |
At the moment, port forwarding from Mac OS to the Docker is only for 8899. Should I add forwarding for 8900 & 9900? |
I went back to the beginning for a clean start and this is the current status:
FWIW, my installation notes are in this README: https://github.com/brianlong/example-helloworld/tree/202004-bl-changes |
I haven't tried running the local net in virtialbox... |
Hi, I used Mac Homebrew to install rust & docker. I made a little more progress and I now see some errors related to |
@jackcmay Good news! That worked. I uninstalled rust and then installed rustup. (FWIW, I am an experienced Ruby developer, but this is my first time using Rust or Docker.) If you have a few minutes, please take a look at my proposed changes to the README: https://github.com/brianlong/example-helloworld/tree/202004-bl-changes I have started a PR (still WIP) here: #13 and I would like to get some feedback before I send that in for a merge. Finally, your change above still needs to be merged in for this to work. Thanks for your help! |
Great news @brianlong ! |
Hi @jackcmay, Running
Versions
|
Hi,
I am currently working through the "example-helloworld" instructions on a Mac. I have been taking notes along the way and will submit a PR to enhance the README file when I am done.
I am currently stuck on
npm run build:program
. Here is the error:Suggestions? TIA!
The text was updated successfully, but these errors were encountered: