building wxwidgets from master (Issue #22332)

111 views
Skip to first unread message

Stormfinger

unread,
Apr 18, 2022, 4:34:57 PM4/18/22
to wx-...@googlegroups.com, Subscribed

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

  • wxWidgets version you use: [master]
  • wxWidgets port you use: [e.g. wxMSW]
  • OS and its version: [e.g. Windows 10.0]
  • Compiler being used: [gcc]


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/22332@github.com>

PB

unread,
Apr 18, 2022, 4:40:08 PM4/18/22
to wx-...@googlegroups.com, Subscribed

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.Message ID: <wxWidgets/wxWidgets/issues/22332/1101743890@github.com>

Eran Ifrah

unread,
Apr 18, 2022, 4:46:40 PM4/18/22
to wx-...@googlegroups.com, Subscribed
This is not true, there are zip files that do have the submodules...

--
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.


--

Eran Ifrah
Author of CodeLite IDE https://codelite.org

Eran Ifrah

unread,
Apr 18, 2022, 4:53:01 PM4/18/22
to wx-...@googlegroups.com, Subscribed
Sorry, I was quick to reply, I misread the title and thought that he was talking about the latest 3.1.6 release :)

PB

unread,
Apr 18, 2022, 4:57:42 PM4/18/22
to wx-dev
Eran,

you are confusing two archives: (1) the repository code produced by GitHub and (2) the release archive.

The former, obtained by clicking on Code/Download ZIP, does NOT contain the code for GIT submodules (the folders in the "3rd party" folder are empty).

The archives available on the Releases page for a specific release are prepared manually, and thus have all the code.

 Stormfinger clearly specified that they are interested in the current master, which is of course not available as a release.

VZ

unread,
Apr 18, 2022, 6:18:14 PM4/18/22
to wx-...@googlegroups.com, Subscribed

Closed #22332.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issue/22332/issue_event/6450690616@github.com>

Reply all
Reply to author
Forward
0 new messages