Replies: 1 comment 30 replies
-
try add_requires("wxwidgets", {system = false}) and let me see the verbose logs or look at https://github.com/xmake-examples/wxWidgets-scaffold |
Beta Was this translation helpful? Give feedback.
30 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello, i hope you're doin good. First of all, i would like to thank you very much for your work on xmake, it's an incredible project !
But i have an issue to report :
When i try to install wxwidgets, xmake seams to be unable to install the package. I test over packages with the follwing method in my xmake.lua file, and it work perfectly.
By exemple when i put in my code :
" add_requires("zlib-ng 2.0.6")
add_packages("zlib-ng") "
it works perfectly, xmake in cmd asked me if i want to install the package in the project.
But, when i write :
" add_requires("wxwidgets 3.2.0")
add_packages("wxwidgets") "
it doesn't install the package, and i can't add the include "wx/wx.h" to my projet.
here is my LUA file :
https://github.com/ClementMiermont/Game_Engine_Project/blob/main/RPG_From_Scratch%20project%202/xmake.lua
Am i doing something wrong ?
Beta Was this translation helpful? Give feedback.
All reactions