Opened 5 years ago
Closed 5 years ago
#15594 closed build error (fixed)
wxWidgets-3.0.0-rc1 fails to compile --with-dataobj
Reported by: | riban | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 3.0.0 |
Component: | wxDFB | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Patch: | no |
Description
Following the instructions in docs/dfb/install.txt:
$ ./configure --with-directfb --with-themes=mono
$ make
fails with error "wxDataObject not supported in wxDFB".
Need to configure with --disable-dataobj
Suggest updating docs to include this until wxDataObject support is added.
Change History (1)
comment:1 Changed 5 years ago by VZ
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [75049]) Disable wxDataObject in wxDFB build at configure level.
Otherwise we'd just get an error when compiling wx/dfb/chkconf.h later.
Closes #15594.