Ticket #10167 (closed defect: fixed)

Opened 15 months ago

Last modified 15 months ago

wx/db.h undefines BOOL

Reported by: dirtyepic@… Owned by:
Priority: normal Milestone:
Component: wxUniv (any port) Version: 2.8.9
Keywords: Cc:
Blocked By: Patch: yes
Blocking:

Description

db.h in 2.8.9 unconditionally undefines BOOL, which causes build failures with packages like truecrypt where the build system passes -DBOOL=int to the compiler. db.h should define BOOL if needed, and undefine it only when it defined it in the first place.

 https://bugs.gentoo.org/show_bug.cgi?id=245973

Attachments

wxGTK-2.8.9-BOOL.patch download (0.8 KB) - added by dirtyepic@… 15 months ago.

Change History

Changed 15 months ago by dirtyepic@…

Changed 15 months ago by VZ

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

(In [56697]) don't undefine BOOL if it's already defined (closes #10167)

Note: See TracTickets for help on using tickets.