Opened 16 years ago

Closed 16 years ago

#4573 closed patch (fixed)

Mytharchivehelper fails to compile on OSX

Reported by: patrickhdonnelly@… Owned by: paulh
Priority: minor Milestone: unknown
Component: mytharchive Version: head
Severity: medium Keywords: mytharchivehelper lz crc32
Cc: Ticket locked: no

Description

Not sure when this started, but I haven't been able to compile SVN head for a while on my OSX frontends, either on Tiger or Leopard; both bomb out linking mytharchivehelper, complaining about crc32 and adler32. Finally got around to looking at it and just adding -lz to the ld lines fixes it right up.

I've attached a trivial patch that just adds "LIBS += -lz" to mytharchivehelper.pro which works for me; not sure if it breaks non-OSX frontend builds as I don't have any to test on.

Attachments (1)

mytharchivehelper.diff (555 bytes) - added by patrickhdonnelly@… 16 years ago.

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by patrickhdonnelly@…

Attachment: mytharchivehelper.diff added

comment:1 Changed 16 years ago by Nigel

Resolution: fixed
Status: newclosed

(In [15737]) OS X (and MinGW) build fix from Patrick Donnelly. Closes #4573. When pxsup2dast.c was added, it created an extra dependance on libz.

Note: See TracTickets for help on using tickets.