Opened 21 years ago
Closed 20 years ago
#1712 closed defect (fixed)
BUG: gettext
Reported by: | lambda@… | Owned by: | mij@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
When I try to install gettext, or programs which depend on it, the build dies with the following error:
/bin/sh ../lib/csharpcomp.sh -O -g -o GNU.Gettext.dll ./intl.cs csc: invalid option `-n'
It seems that csharpcomp.sh is trying to call a C# compiler called csc. The problem is that I have a scheme compiler called csc (from <http://www.call-with-current-continuation.org/>) which is installed in /usr/local/bin, which appears before /opt/local/bin in my path. I would rather not delete, move, or rename my chicken scheme compiler. Is there any way the gettext build process could call the correct csc?
Change History (2)
comment:1 Changed 20 years ago by snu@…
Owner: | changed from darwinports-bugs@… to mij@… |
---|---|
Summary: | Cannot install gettext with chicken scheme compiler installed → BUG: gettext |
comment:2 Changed 20 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I assume this bug is gone, as port(1) currently comes along with its own PATH settings? (if still valid, please reopen)