New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #35170 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

pdf2djvu: can't compile on Lion

Reported by: nicos@… Owned by: nicos@…
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc: santiago.caballero.benitez@…
Port: pdf2djvu

Description

Issue originally pointed out by Santiago Caballero, who seems to have issues submitting tickets.

On Lion with XCode 4.3, compilation interrupts with undeclared types errors. The attached main.log file shows similar errors when attempting to circumvent the issue with the command

sudo port install pdf2djvu configure.compiler=llvm-gcc-4.2

Attachments

main.log (105.2 KB) - added by nicos@… 10 months ago.

Change History

Changed 10 months ago by nicos@…

comment:1 Changed 10 months ago by nicos@…

It seems that it is necessary to force the use of system types with -DHAVE_SYS_TYPES_H=1 in the case of llvm-gcc and clang, which was added in the Portfile in r95417.

comment:2 Changed 10 months ago by nicos@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.