--prefix="/Program\ Files" and build failures

From: Darcy Buskermolen <darcy(at)wavefire(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: --prefix="/Program\ Files" and build failures
Date: 2004-12-04 00:19:23
Message-ID: 200412031619.23433.darcy@wavefire.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


While monkeying around with configure --prefix I fond the following. (there
may be more but this one was still in my scroll back...

[.......snip......]
/usr/local/bin/gmake -C ecpglib install
gmake[4]: Entering directory `/usr/local/src/postgresql-8.0.0/src/interface
s/ecpg/ecpglib'
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fpic
-DPIC -DFRONTEND -I../../../../src/interfaces/ecpg/include
-I../../../../src/interfaces/libpq -I../../../../src/port
-I../../../../src/include -c -o path.o path.c
path.c: In function `get_share_path':
path.c:375: warning: unknown escape sequence `\ '
path.c:375: warning: unknown escape sequence `\ '
path.c: In function `get_etc_path':
path.c:384: warning: unknown escape sequence `\ '
path.c:384: warning: unknown escape sequence `\ '
path.c: In function `get_include_path':
path.c:393: warning: unknown escape sequence `\ '
path.c:393: warning: unknown escape sequence `\ '
path.c: In function `get_pkginclude_path':
path.c:402: warning: unknown escape sequence `\ '
path.c:402: warning: unknown escape sequence `\ '
path.c: In function `get_includeserver_path':
path.c:411: warning: unknown escape sequence `\ '
path.c:411: warning: unknown escape sequence `\ '

--
Darcy Buskermolen
Wavefire Technologies Corp.
ph: 250.717.0200
fx: 250.763.1759
http://www.wavefire.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-12-04 01:43:45 Re: --prefix="/Program\ Files" and build failures
Previous Message Tom Lane 2004-12-04 00:00:19 Re: rc1 packaged ...