X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=bUDjDQQW+FdEMaIHmrXhZYcAXPIbJ24LD8mtfCGB8q8=; b=Smm+uOINDfnygqHWLdg9BSAJ7svpHE0HONVSOrv1P0KnljRMn02Frg5wgpJoBqYCbr rauyD/SjYvYyzbvgTYAIoM3prbaWoEj9Sd7Xk0XKa5g/eCllz2tleZ3bChDhHOjaodZd GStzkWGF/Y08U+1nWzYH0/S0fTufnii8jVrS00yClzNRSGMVsICyoV5fIpqtdOCsJK24 g02neVYjr89ZlC7PHtHIw5pQcdZnTC6W13HwMsQ8Lrcmwwz+O/W3ZQO/BdkGFRr0M+kv lw3oVqPF6S72J9DcrOI9KVixoo0tPoQbjSc9SQETOiLKDe0ZQcMHzM7aoDe4nw0yMdL7 R8/w== MIME-Version: 1.0 X-Received: by 10.14.173.69 with SMTP id u45mr54052779eel.21.1359838264455; Sat, 02 Feb 2013 12:51:04 -0800 (PST) Date: Sat, 2 Feb 2013 15:51:04 -0500 Message-ID: Subject: [geda-user] Building gEDA From: JAMES HARIG To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=047d7b6039f4b4722704d4c40437 Reply-To: geda-user AT delorie DOT com --047d7b6039f4b4722704d4c40437 Content-Type: text/plain; charset=ISO-8859-1 Hello everyone, I'm in the process of setting up my development environment, so that I can help contribute to gEDA. Please forgive me if this issue has already been brought up. I've pulled down the latest from git, and ran ./autogen.sh, and got stopped with an error indicating that I need to have gettext installed: > checking for autopoint ... no > > autogen.sh: You must have GNU gettext installed. > > If your operating system distribution doesn't provide a package, you > can get download it from . I verified that I had gettext installed, but still got the error. Digging into ./autogen.sh, I found that it's failing because it can't find autopoint, not gettext. > AUTOPOINT=`check_tool autopoint "GNU gettext" " http://www.gnu.org/software/gettext"` 2>&1 || die=1 So, I installed autopoint, and everything works great! What I'm wondering is, in some instances is autopoint just included in gettext? Maybe, it used to be included? If autopoint and gettext are no longer packaged together, then would this be a good candidate for a patch? Thanks! -James --047d7b6039f4b4722704d4c40437 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello everyone,

I'm in the= process of setting up my development environment, so that I can help contr= ibute to gEDA.=A0 Please forgive me if this issue has already been brought = up.

I've pulled down the latest from git, and ran ./autogen.sh, a= nd got stopped with an error indicating that I need to have gettext install= ed:

> checking for autopoint ... no
>
> a= utogen.sh: You must have GNU gettext installed.
>
> If your operating system distribution doesn't provide a p= ackage, you
> can get download it from <http://www.gnu.org/software/gettext>.

I verified that I had gettext installed, but still got the error= .

Digging into ./autogen.sh, I found that it's failin= g because it can't find autopoint, not gettext.=A0

> AUTOPOI= NT=3D`check_tool autopoint "GNU gettext" "http://www.gnu.org/software/gettext"= ` 2>&1 || die=3D1

So, I installed autopoint, and everything works great!
<= br>
What I'm wondering is, in some instances is autopoint jus= t included in gettext?=A0 Maybe, it used to be included?=A0

<= div> If autopoint and gettext are no longer packaged together, then would this b= e a good candidate for a patch?

Thanks!

-James




--047d7b6039f4b4722704d4c40437--