bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gettext-0.14.1 build fails to run csc


From: Bruno Haible
Subject: Re: gettext-0.14.1 build fails to run csc
Date: Mon, 24 May 2004 14:10:01 +0200
User-agent: KMail/1.5

Alexandre Duret-Lutz wrote:

> Making all in intl-csharp
> make[3]: Entering directory
> `/home/adl/projs/src/gettext-0.14.1/gettext-runtime/intl-csharp' /bin/sh 
> ../lib/csharpcomp.sh -O -g -o GNU.Gettext.dll ./intl.cs
> csc: invalid option `-n'
> make[3]: *** [GNU.Gettext.dll] Error 64
>
> The problem is that on my host csc is not what you think it is.  See also
> http://www.opendarwin.org/pipermail/darwinports-bugs/2004-April/007637.html
>
> Using ./configure --disable-csharp did the trick.

Thanks for the report. The appended patch will be in the next release.

Bruno

*** gettext-tools/m4/csharpcomp.m4      30 Jan 2004 11:01:18 -0000      1.4
--- gettext-tools/m4/csharpcomp.m4      8 Mar 2004 15:04:13 -0000       1.5
***************
*** 43,49 ****
          ;;
        sscli)
          if test -n "$HAVE_CSC_IN_PATH" \
!            && csc -help >/dev/null 2>/dev/null; then
            HAVE_CSC=1
            ac_result="csc"
            break
--- 43,50 ----
          ;;
        sscli)
          if test -n "$HAVE_CSC_IN_PATH" \
!            && csc -help >/dev/null 2>/dev/null \
!            && ! { csc -help 2>/dev/null | grep -i chicken > /dev/null; }; then
            HAVE_CSC=1
            ac_result="csc"
            break





reply via email to

[Prev in Thread] Current Thread [Next in Thread]