Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#2235 closed defect (fixed)

gtk2 build fails on with undefined symbol getc_unlocked on darwin 6

Reported by: namely_void@… Owned by: mij@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

gtk2 cannot be built on darwin because the build fails with undefined symbol getc_unlocked which isn't included in the darwin 6 c library. The function is a faster non-thread-safe version of getc so it can be replaced with getc, and actually is replaced elsewhere in the gtk2 package, so, I'd consider this a bug in gtk2.

Attachments (1)

gtk2-getc_unlocked-darwin6.patch (301 bytes) - added by namely_void@… 20 years ago.
patch to make gtk2 build on darwin 6

Download all attachments as: .zip

Change History (3)

Changed 20 years ago by namely_void@…

patch to make gtk2 build on darwin 6

comment:1 Changed 20 years ago by olegb@…

Owner: changed from darwinports-bugs@… to mij@…

assigning to maintainer

comment:2 Changed 20 years ago by mij@…

Resolution: fixed
Status: newclosed

Committed, thanks!

  • jim
Note: See TracTickets for help on using tickets.