Opened 18 years ago

Closed 18 years ago

#9490 closed defect (fixed)

BUG: gettext won't build without patching on intel macs

Reported by: jsiegel@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port:

Description

The error when building looks like:

make all-am /bin/sh ../lib/csharpcomp.sh -O -g -o msgunfmt.net.exe -L ../../gettext-runtime/intl-csharp -l GNU.Gettext ./msgunfmt.cs warning CS8029: Compatibility: Use -debug option instead of -g or --debug warning CS8029: Compatibility: Use -out:FILE instead of --output FILE or -o FILE warning CS8029: Compatibility: Use -lib:ARG instead of --L arg warning CS8029: Compatibility: Use -r:LIBRARY instead of -r library ../lib/csharpcomp.sh: line 159: 7712 Illegal instruction mcs $options_mcs $sources >"$tmp"/mcs.err make[3]: * [msgunfmt.net.exe] Error 132

I worked around this by commenting out in the Makefiles all references to msgunfmt and intl-csharp. This was a dependency for rrdtool, which appears to work fine with these major modifications.

Change History (1)

comment:1 Changed 18 years ago by mww@…

Resolution: fixed
Status: newclosed
Summary: gettext won't build without patching on intel macsBUG: gettext won't build without patching on intel macs

updated gettext to 0.14.6 and disabled c-sharp support (at least for now); if problem persists, please re-open bug!

(btw. see http://wiki.opendarwin.org/index.php/Darwinports:Bug_reports)

Note: See TracTickets for help on using tickets.