Re: Where's the "-libs" package for MinGW-w64?
PB <[email protected]>
| Newsgroups | gmane.comp.lib.wxwindows.general |
|---|---|
| Message-ID | <[email protected]> |
The header files and binary files are separate archives, since the header files can be used with any compiler but the binaries (*.a and *.dll) are compiler-specific. So, the download pop-up on the for each supported compiler website offers "Header Files" (which are always needed) and then you need to download "Development files" for 32-/64-bit compiler ( *.a and *.dll ). Archive "Release DLLs" contains DLLs only, this archive is for people who want to run wxWidgets executables and don't need to build programs link against wxWidgets. Regarding, the setup.h issue, you are doing something wrong. MSVC-only setup.h is in include/msvc folder, which obviously cannot be passed to GCC as an include folder. I think you did not read the docs/forgot that wxWidgets uses two include folders, the main (WXDIR/wx/include) and the build-specific one (e.g., WXDIR/lib/gcc810_x64_dll/mswud for Debug DLL build). -- Please read https://www.wxwidgets.org/support/mlhowto.htm before posting. --- You received this message because you are subscribed to the Google Groups "wx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wx-users/284441d8-6ce4-4429-81a2-6a4c504665e7n%40googlegroups.com.