Ticket #38278

Error occured with running ./configrure on macOS

Open Date: 2018-05-21 00:24 Last Update: 2018-05-25 23:50

Reporter:
Owner:
(None)
Type:
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Invalid
File:
None
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

Details

An error occurred when I try to run ./configure. I installed gettext by homebrew

https://osdn.net/users/is2ei/pastebin/5814

Ticket History (3/4 Histories)

2018-05-21 00:24 Updated by: is2ei
  • New Ticket "Error occured with running ./configrure on macOS" created
2018-05-21 09:44 Updated by: magicant
  • Resolution Update from None to Invalid
Comment

Homebrew does not install the gettext library in the default location. You have to specify the path to gettext like this:

./configure CPPADDS=-I/usr/local/opt/gettext/include LDADDS=-L/usr/local/opt/gettext/lib

Run brew info gettext for details.

2018-05-23 11:50 Updated by: is2ei
  • Status Update from Open to Closed
Comment

Thanks! The command works and I got another error. https://osdn.net/users/is2ei/pastebin/5815

Is it known issue for macOS?

2018-05-25 23:50 Updated by: magicant
Comment

Maybe you are using the default gettext that comes with macOS. Update your $PATH so that you can use the one you have installed with brew.

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login