Skip to content
Discussion options

You must be logged in to vote

.exe: g:\Project\xmake\packages\w\wx\3.2.1\1f0abe9e0a4947ea85d2c9be433d95c6\lib\libwx_mswu-3.2-x86_64-w64-mingw32.
把这行注释了,结果自动找到lib了,但是链接顺序出问题了。迷茫

看自动找到的库名 不是很明显么,你 add_links 里面没写对,明明安装后 lib 目录下是 wx_mswu-3.2-x86_64-w64-mingw32

你去配置 wx_mswu-3.2-i686-w64-mingw32 ,注意 x86_64 不是 i686

add_links("wx_mswu-3.2-i686-w64-mingw32",“wxtiff-3.2-i686-w64-mingw32" ,"wxjpeg-3.2-i686-w64-mingw32","wxpng-3.2-i686-w64-mingw32", "wxregexu-3.2-i686-w64-mingw32", "wxscintilla-3.2-i686-w64-mingw32")

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@augustheart
Comment options

@waruqi
Comment options

Answer selected by augustheart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants