Ah, ok.  I think the error you are getting appears to be because certain files cannot be found.  Specifically, postgres.h.<br><br>There are configure options that you can use to tell the process where various things are located on your system.  You can see what these options are by typing <br>
"./configure --help".  You'll get back something that looks like this:<br><br>  --with-pgsql[=ARG]      build for a specific pgsql version<br>                          [ARG=path to pg_config]<br>  --with-geos[=ARG]       enable spatial predicates and operators using GEOS<br>
                          [ARG=path to geos-config]<br>  --with-proj[=DIR]       enable reprojection support<br>  --with-proj-libdir=PATH path to PROJ4 libdir<br><br>On my system, I have to build postgis with the following options:<br>
<br>./configure --with-pgsql=/usr/local/pgsql/bin/pg_config --with-geos=/usr/local/bin/geos-config --with-proj=/usr/local --with-proj-libdir=/usr/local/lib<br><br>I'm not totally sure if that's the problem, but you might try looking for where the "postgres.h" is located on your system.<br>
--<br><br><br><br><div class="gmail_quote">On Thu, Apr 23, 2009 at 11:31 AM, Ahmed Dassouki <span dir="ltr"><<a href="mailto:ahmed@elegantdesigns.ca">ahmed@elegantdesigns.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Roger,<br>
<br>
        I'm not sure i quiet understand what a configure line is;<br>
        however, ./configure returned: <a href="http://pastebin.com/d2ac0a983" target="_blank">http://pastebin.com/d2ac0a983</a> .<br>
        The<br>
        output summary is at the bottom of the Summary.<br>
<br>
        cheers,<br>
<font color="#888888">        Ahmed<br>
<br>
</font></blockquote></div><br>