Opened 12 years ago

Last modified 12 years ago

#36313 closed defect

Missing installed header file — at Initial Version

Reported by: smirolo@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: elftoolchain

Description

When you include /opt/local/include/elftoolchain/libdwarf.h header, the compiler tries to include transitively elfdefinitions.h which is missing.

I used the following workaround for now: $ port fetch elftoolchain $ tar jxvf /opt/local/var/macports/distfiles/elftoolchain/elftoolchain-0.5.1.tar.bz2 $ find elftoolchain-0.5.1 -name 'elfdefinitions.h' $ sudo install elftoolchain-0.5.1/common/elfdefinitions.h /opt/local/include/elftoolchain

Change History (0)

Note: See TracTickets for help on using tickets.