Opened 2 years ago

Closed 2 years ago

#65287 closed defect (fixed)

bluefish @2.2.10_1 +python27+quartz: fatal error: 'gtk-mac-menu.h' file not found

Reported by: cooljeanius (Eric Gallager) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc:
Port: bluefish

Description

My latest attempt to upgrade bluefish resulted in this error:

bfwin.c:26:10: fatal error: 'gtk-mac-menu.h' file not found
#include <gtk-mac-menu.h>
         ^~~~~~~~~~~~~~~~

Attachments (1)

bluefish_main.log (1.7 MB) - added by cooljeanius (Eric Gallager) 2 years ago.
main.log for bluefish

Download all attachments as: .zip

Change History (4)

Changed 2 years ago by cooljeanius (Eric Gallager)

Attachment: bluefish_main.log added

main.log for bluefish

comment:1 Changed 2 years ago by mascguy (Christopher Nielsen)

Owner: set to mascguy
Status: newassigned

comment:2 Changed 2 years ago by mascguy (Christopher Nielsen)

Header file gtk-mac-menu.h was eliminated when gtkmacintegration 3.0 was released, so upstream's code is definitely out-of-date. (Even the latest release - 2.2.12 - still has the reference.)

Easy enough to patch though, and fix will be pushed momentarily.

comment:3 Changed 2 years ago by Christopher Nielsen <mascguy@…>

Resolution: fixed
Status: assignedclosed

In 5f091aefec230233b32e2b72c8ee4628f6ac94f5/macports-ports (master):

bluefish: eliminate reference to obsolete header 'gtk-mac-menu.h'
Fixes: #65287

Note: See TracTickets for help on using tickets.