xmake-io / xmake-repo

📦 An official xmake package repository
https://xrepo.xmake.io
Apache License 2.0
688 stars 403 forks source link

Cannot install `drogon` #2665

Closed Chi-EEE closed 1 year ago

Chi-EEE commented 1 year ago

Xmake Version

2.8.3

Operating System Version and Architecture

Windows 10 Home 22H2

Describe Bug

Cannot install drogon because c-ares's method is not linked and is referenced in trantor

Expected Behavior

Installs drogon with no error

Project Configuration

The following command does not work: xrepo install drogon

Additional Information and Error Logs

Log from xrepo install drogon: https://pastebin.com/MNmykYhG (over 65536 characters)

waruqi commented 1 year ago

it need patch drogon's cmakelists and pass c-ares links into it.