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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,29a007c84cce183d X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.185.79 with SMTP id cn15mr3537214qab.4.1363375168320; Fri, 15 Mar 2013 12:19:28 -0700 (PDT) X-Received: by 10.49.17.129 with SMTP id o1mr725711qed.9.1363375168239; Fri, 15 Mar 2013 12:19:28 -0700 (PDT) Path: k8ni188qas.0!nntp.google.com!dd2no1484765qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 15 Mar 2013 12:19:27 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=190.198.158.55; posting-account=sXXPOwoAAACA_qJtnyEDkwXMbkuy9sft NNTP-Posting-Host: 190.198.158.55 References: <0e77c6ac-c333-45b9-b147-76b1288255d4@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: There is something wrong with using libpq5 with -FdUMP-ada-spec-C ? From: Multiplayer1080 Injection-Date: Fri, 15 Mar 2013 19:19:28 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-03-15T12:19:27-07:00 List-Id: I found the problem. 1) I have not configured the project properties > languages to C. 2) The source /usr/share/ada/adainclude/notices.c has: #include "libpq-fe.h" And i change it for: #include "postgresql/libpq-fe.h" and with this, the building is complete normally.