From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,48ba00a5782a5595 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!j1g2000yqn.googlegroups.com!not-for-mail From: David Sauvage Newsgroups: comp.lang.ada Subject: Re: Building GtkAda - Ubuntu Date: Tue, 30 Aug 2011 08:15:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 41.136.238.7 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1314717398 27792 127.0.0.1 (30 Aug 2011 15:16:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 30 Aug 2011 15:16:38 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j1g2000yqn.googlegroups.com; posting-host=41.136.238.7; posting-account=RLLoCgoAAAAlrjFze52eMRxLw8Zw6JGC User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.17) Gecko/20110422 Ubuntu/9.10 (karmic) Firefox/3.6.17,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20749 Date: 2011-08-30T08:15:17-07:00 List-Id: On Aug 30, 5:51=A0am, "RasikaSriniva...@gmail.com" wrote: > I am getting the following error message when I try to build GtkAda on > Ubuntu. Turns out I dont have a file called xrender.pc. Any ideas on > how to solve this issue? Where do the GtkAda sources you are building come from ? 1.If you got them from an Ubuntu repository, the answer Ludovic gave you is good. 2. If they are external to Ubuntu, like (libre.adacore.com), I would say installing libxrender-dev or libcairo2-dev could be more appropriate. libcairo2-dev: /usr/lib/pkgconfig/cairo-xlib-xrender.pc libxrender-dev: /usr/lib/pkgconfig/xrender.pc PS: You could install the apt-file package that will help you find the package that provides a specific file. For example, running $ apt-file search xrender.pc returns me the 2 packages I suggested you. to update the apt-file database, run $ apt-file update