Ticket #11617 (closed optimization: fixed)

Opened 3 years ago

Last modified 3 years ago

wxEventLoop not available with ./configure ... --disable-gui ...

Reported by: MaDsTyLe Owned by:
Priority: normal Milestone:
Component: build Version: 2.9.0
Keywords: Cc:
Blocked By: Patch: no
Blocking:

Description

I installed wxWidgets on Linux without using gui and there is no /include/wx-2.9/wx/evtloop.h

The possibility to use Events in an wxAppConsole application is useless this way, because you have to install the gui-part of wxWidgets.

Change History

Changed 3 years ago by MaDsTyLe

Just add evtloop.h to the file-copy-calls for 'make install' and everything will work.

Changed 3 years ago by VZ

  • status changed from new to closed
  • resolution set to fixed

(In [63239]) Move wx/evtloop.h from GUI_CMN_HDR to BASE_CMN_HDR in files.bkl.

And rebake.

Now that wxEventLoop can be used in wxBase as well, we need this file to be
installed as part of wxBase too.

Closes #11617.

Note: See TracTickets for help on using tickets.