From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GdVwX-00009m-9N for garchives@archives.gentoo.org; Fri, 27 Oct 2006 17:56:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9RHs0kl017155; Fri, 27 Oct 2006 17:54:00 GMT Received: from web31806.mail.mud.yahoo.com (web31806.mail.mud.yahoo.com [68.142.207.69]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9RHoptK003201 for ; Fri, 27 Oct 2006 17:50:52 GMT Received: (qmail 56620 invoked by uid 60001); 27 Oct 2006 17:50:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=zHiWMwybLz3wSUf9KV8kDbbQ65ZzpHjycyZvRSXoVSht9Fr549jksUx6ZBOl1dlQ3wW3KpabU+mWqfzK3S4y39JZe4S/n2JK3pADQHNCqx66uYOsjP+swwptliWqgKkoHj1da7J7giWIhnthkZWA0QGseXpSJ5+nbOWQxmv5dQc= ; Message-ID: <20061027175050.56618.qmail@web31806.mail.mud.yahoo.com> X-YMail-OSG: 2UQMBEQVM1kyiGMw5TBvarkEOoOWzPag21BNxZe7sotnH1gpgLH1Ofz.JyADLry8SlQfr14zaJ0FrrMScFNr5L2.zFa_AREFl8eS3jYPkSMRkhymrv1xcdJ2t_ienAZAVFUjS5CpCuGjZO0- Received: from [65.211.203.79] by web31806.mail.mud.yahoo.com via HTTP; Fri, 27 Oct 2006 10:50:50 PDT Date: Fri, 27 Oct 2006 10:50:50 -0700 (PDT) From: Richard Broersma Jr Subject: [gentoo-user] Need help building pg_dumpfile To: Gentoo Users Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Archives-Salt: fb824c57-3f0e-4721-bd8a-4fd5b7394fa4 X-Archives-Hash: 8787610959195e775ff78a6822b64577 Hello list, I am having difficulty configuring the path variables of a MakeFile. I am tring to build pg_filedump with no success. You'll have to forgive me if this is a no-brainer, this is my first attempt at building software without the aid of emerge. Here are the instructions in the README: ************************************************************** There are two makefiles included in this package. Makefile is a standalone makefile for pg_filedump. Alter the include and src variables to point to the proper directories. Makefile.contrib can be used if the package was untarred in the contrib directory of a PostgreSQL/RHDB build tree. make make install (if in the contrib directory) ************************************************************* Here are the paths the path variable that I am using: ************************************************************* #INCLUDE=/usr/include/pgsql/server INCLUDE=/usr/include/postgresql/server # PGSQL MUST POINT TO pgsql SOURCE DIRECTORY #PGSQL=../../../../postgres/pgsql PGSQL=/usr/lib/postgresql ************************************************************* Here is what I am getting when I "make" make: *** No rule to make target `/usr/lib/postgresql/src/backend/utils/hash/pg_crc.c', needed by `pg_crc.o'. Stop. I am pretty sure I specified the correct Include directory. But I really don't have a clue what the SOURCE directory should be. Can anyone give me any pointers? Thanks for any help. Regards, Richard Broersma Jr. -- gentoo-user@gentoo.org mailing list