From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8038 invoked by alias); 4 Nov 2011 01:12:00 -0000 Received: (qmail 8024 invoked by uid 22791); 4 Nov 2011 01:11:59 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Nov 2011 01:11:45 +0000 Received: by iaae16 with SMTP id e16so694008iaa.0 for ; Thu, 03 Nov 2011 18:11:45 -0700 (PDT) Received: by 10.231.29.79 with SMTP id p15mr2821100ibc.16.1320369105156; Thu, 03 Nov 2011 18:11:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.33.12 with HTTP; Thu, 3 Nov 2011 18:11:24 -0700 (PDT) In-Reply-To: References: From: sandip gangakhedkar Date: Fri, 04 Nov 2011 01:12:00 -0000 Message-ID: Subject: Re: make fails on ubuntu 11.04 VM, To: insight@sourceware.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2011-q4/txt/msg00001.txt.bz2 Hi, I am on Ubuntu 11.04 guest, and trying to install insight, but the make fails with the following error: cc1: warnings being treated as errors linux-nat.c: In function =91linux_nat_info_proc_cmd=92: linux-nat.c:2879:10: error: ignoring return value of =91fgets=92, declared with attribute warn_unused_result make[2]: *** [linux-nat.o] Error 1 make[2]: Leaving directory `/home/sandipg/insight-6.8-1/gdb' make[1]: *** [all-gdb] Error 2 make[1]: Leaving directory `/home/sandipg/insight-6.8-1' make: *** [all] Error 2 sandipg@sandipg-VirtualBox:~/insight-6.8-1$ make > makelog cc1: warnings being treated as errors linux-nat.c: In function =91linux_nat_info_proc_cmd=92: linux-nat.c:2879:10: error: ignoring return value of =91fgets=92, declared with attribute warn_unused_result make[2]: *** [linux-nat.o] Error 1 make[1]: *** [all-gdb] Error 2 make: *** [all] Error 2 Would appreciate any help to get this to work. Thanks. -- -Sandip-