ec-council-learning / BlackHat-C-C-For-Pentesters

BlackHat C++ : C++ For Pentesters, by EC-Council
MIT License
42 stars 17 forks source link

vcpkg install boost-asio:x64-windows #1

Open silentsword84 opened 8 months ago

silentsword84 commented 8 months ago

error: building boost-system:x64-windows failed with: BUILD_FAILED Elapsed time to handle boost-system:x64-windows: 1.1 s Please ensure you're using the latest port files with git pull and vcpkg update. Then check for known issues at: https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+boost-system You can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?title=[boost-system]+Build+error&body=Copy+issue+body+from+C%3A%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md

Unable to follow video and install boost-asio:x64-windows package

CarsonSallis commented 8 months ago

Hi @silentsword84,

I just ran through the steps with a fresh Windows VM and am not able to replicate the error.

Could you provide the full error logs that you're getting so I can try to troubleshooot? Specifically after running vcpkg.exe install boost-asio:x64-windows

sindhu-nugroho commented 8 months ago

i just follow the tutorial exact the same and i found

Unable to start program 'file destination'

The system cannot find the file specified

CarsonSallis commented 7 months ago

Hi @sindhu-nugroho,

Can you copy and paste the full command that you are running, as well as all the output that you are seeing?