Opened 10 years ago

Closed 11 months ago

#42006 closed defect (fixed)

gpick @0.2.5: fatal error: 'libintl.h' file not found

Reported by: rudloff@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: gpick

Description

I can't seem to build gpick anymore, I don't know if something changed in my setup or you broke something when you committed the port.

Attachments (1)

main.log (152.2 KB) - added by rudloff@… 10 years ago.

Download all attachments as: .zip

Change History (10)

Changed 10 years ago by rudloff@…

Attachment: main.log added

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added; ryandesign removed

The Cc field requires complete email addresses.

Does the file /Users/prudloff/opt/include/libintl.h exist?

comment:2 Changed 10 years ago by rudloff@…

Yes, it does exist.

comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

What version of OS X, Xcode and clang do you have?

comment:4 Changed 10 years ago by rudloff@…

Mac OS: 10.7.5
Xcode: 4.6.2
clang: 3.0

comment:5 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

The version of clang that belongs with Xcode 4.6.2 is Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn). Please update your command line tools.

IIRC, clang 3.0 didn't understand CPATH. Maybe that's relevant. Maybe updating to a newer version will fix it.

comment:6 Changed 10 years ago by rudloff@…

I have installed the clang-3.2 port, is there a way to use it for the build ?

comment:7 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Yes, but you should really update your Xcode command line tools.

But to test with MacPorts clang 3.2, you can use:

sudo port clean gpick
sudo port install gpick configure.compiler=macports-clang-3.2

comment:8 Changed 10 years ago by rudloff@…

I know, but I am not root on this computer.

I get the same error with macports-clang-3.2.

comment:9 Changed 11 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Summary: gpick: fatal error: 'libintl.h' file not foundgpick @0.2.5: fatal error: 'libintl.h' file not found

The gpick port has been updated to version 0.3 and switched to the cmake build system so I am hopeful that this is no longer an issue.

Note: See TracTickets for help on using tickets.