LoopPerfect / buckaroo

The decentralized package manager for C++ and friends 🏝️
https://buckaroo.pm
MIT License
933 stars 33 forks source link

buck run :app is not working as it should. When I run the command (after quickstart) parsing of buck files and building is successful. But after that instead of showing the output it shows "file not found : link" #372

Closed AyusDas closed 4 years ago

nikhedonia commented 4 years ago

Not able to reproduce, can we have more info about your system?

I suspect that this is an issue with your buck installation. A screen shot of your console would also be helpful

AyusDas commented 4 years ago

Screenshot (100)

The OS is windows 10 buck version: 2020.05.14.01 I installed buck using Chocolatey ( choco version 0.10.15 ) jvm version "1.8.0_151"

nikhedonia commented 4 years ago

thanks. My guess is it cant find your linker. If I recall correctly the linker under windows is just called "link". I'd suggest you open an issue at https://github.com/facebook/buck.

Edit: typo

AyusDas commented 4 years ago

Okay, thanks.