Re: Where's the "-libs" package for MinGW-w64?
Leo28C <[email protected]>
| Newsgroups | gmane.comp.lib.wxwindows.general |
|---|---|
| Message-ID | <CAALhvVYCjLJB_C8CAFN7fC5WHmvxf864tBZEPTZ2dWevM4QYmA@mail.gmail.com> |
There is only include/wx and include/msvc/wx... There's literally nothing anywhere in there about GCC. Moreover, the file that includes setup.h (platform.h) does so outside of an #ifdef so I can't even fix it. Removing the include just causes other problems. I just tried to build from source using the standard command line but apparently my ar.exe and rnlib.exe are "bad images" and potentially not built for Windows. Go figure what the hell that means. I'll try MSYS next but I'm getting scared I'm not gonna be able to pull this off at all. I swear this stuff used to be way easier. Do any of you use CLion as an IDE? That's what I'm trying to get wxWidgets working on On Sat, Nov 4, 2023 at 4:31 PM PB <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/wx-users/284441d8-6ce4-4429-81a2-6a4c504665e7n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAALhvVYCjLJB_C8CAFN7fC5WHmvxf864tBZEPTZ2dWevM4QYmA%40mail.gmail.com.