Describe the problem
i downloaded zip from master branch and according to forum i understand that configure isnt necessary ..
i executed
cd wxwidgets\build\msw
mingw32-make -f makefile.gcc
and result is
if not exist gcc_mswud mkdir gcc_mswud
if not exist ....\lib\gcc_lib mkdir ....\lib\gcc_lib
if not exist ....\lib\gcc_lib\mswud mkdir ....\lib\gcc_lib\mswud
if not exist ....\lib\gcc_lib\mswud\wx mkdir ....\lib\gcc_lib\mswud\wx
if not exist ....\lib\gcc_lib\mswud\wx\setup.h copy ....\include\wx\msw\setup.h ....\lib\gcc_lib\mswud\wx\setup.h
1 file(s) copied.
if not exist ....\lib\gcc_lib\mswud\wx\msw mkdir ....\lib\gcc_lib\mswud\wx\msw
gcc -E "....\include\wx\msw\genrcdefs.h" > "....\lib\gcc_lib\mswud\wx\msw\rcdefs.h"
mingw32-make: *** No rule to make target '../../3rdparty/pcre/src/pcre2_auto_possess.c', needed by 'gcc_mswud\wxregex_pcre2_auto_possess.o'. Stop.
Platform and version information
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
You cannot just download wxWidgets code from GitHub as a zip, the archive unfortunately does not contain code for the GIT submodules (this is a GitHub feature).
If you want to use the master, you need to use GIT (and make sure to checkout submodules),see https://github.com/wxWidgets/wxWidgets/blob/master/README-GIT.md.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
--
You received this message because you are subscribed to the Google Groups "wx-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wx-dev+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wx-dev/wxWidgets/wxWidgets/issues/22332/1101743890%40github.com.
Closed #22332.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()