From: | Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> |
---|---|
To: | 劉大維 <sunshineuyl(at)gmail(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: PQescapeStringConn in C:\Program Files\PostgreSQL\8.3\lib not found" |
Date: | 2008-11-26 13:36:57 |
Message-ID: | 492D50F9.4060909@postnewspapers.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
劉大維 wrote:
> Dear Sir,
>
> I try to make gammu-svn2643.
You're having issues with `cmake' configuration of a project other than
PostgreSQL. This is unlikely to be a PostgreSQL bug.
> "Cmake error: invalid escape sequence \p"
> "Syntax error in cmake code at
> D:/gammu-svn2643/cmake/FindPostgres.cmake:73: syntax error,
> unexpected cal_ERRO, expecting $end (38), when parsing string Looking
> for PQescapeStringConn in C:\Program Files\PostgreSQL\8.3\lib not found"
FindPostgres.cmake is part of the gammu project. You need to contact
them and inform them that their CMake code to detect PostgreSQL is
broken. Make sure to tell them your cmake version, because that is the
first thing they will ask, and also send them your CMakeCache.txt .
This is not a problem with PostgreSQL.
> Then I type make on cmd
That won't work, because CMake configuration didn't work properly. CMake
shouldn't have even generated a Makefile; the fact that it did suggests
that the error handling in the gammu cmake code is far from ideal.
--
Craig Ringer
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Meskes | 2008-11-26 13:49:48 | Re: BUG #4550: ecpg problem with copy command and hostvar |
Previous Message | 劉大維 | 2008-11-26 13:31:13 | PQescapeStringConn in C:\Program Files\PostgreSQL\8.3\lib not found" |