Opened 11 years ago
Closed 17 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)
Change History (10)
Changed 11 years ago by rudloff@…
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added; ryandesign removed |
---|
comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
What version of OS X, Xcode and clang do you have?
comment:5 Changed 11 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 11 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 11 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 11 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 17 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | gpick: fatal error: 'libintl.h' file not found → gpick @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.
The Cc field requires complete email addresses.
Does the file /Users/prudloff/opt/include/libintl.h exist?