-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maybe use wx-config when gcc is found in wxCompile.nim #12
Comments
The |
Any status on this? |
long time passed
firstly
then
so the |
first font.nim should be edited as #13 |
finally I get it work on my Windows, but this is not a good way. Here is the instruction to build in MSYS2 + MingW64 on windows 64 bits
{.passL: " -LE:/msys64/mingw64/lib -Wl,--subsystem,windows -mwindows E:/msys64/mingw64/lib/libwx_mswu-3.1.a -lpng -lz -ljpeg -ltiff -llzma -lwxregexu-3.1 -lwxscintilla-3.1 -lz -lexpat -lpng -lz -ljpeg -ltiff -llzma -lz -lrpcrt4 -loleaut32 -lole32 -luuid -llzma -luxtheme -lwinspool -lwinmm -lshell32 -lshlwapi -lcomctl32 -lcomdlg32 -ladvapi32 -lversion -lwsock32 -lgdi32 -loleacc ".}
{.passC: " -static-libstdc++ -IE:/msys64/mingw64/lib/wx/include/msw-unicode-static-3.1 -IE:/msys64/mingw64/include/wx-3.1 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -D__WXMSW__ ".} then you can compile all the 4 demos with |
on my sys2+mingw, the make file runs exactly
to build binary files. The wx-config can handle all kinds of compile/link situation while considering real wxwidget's installation (for example, shared/static lib, monolithic build, libtiff...)
The text was updated successfully, but these errors were encountered: