From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
---|---|
To: | "Brian J(dot) Erickson" <ericksbr(at)infocon-inc(dot)com>, <pgsql-hackers-win32(at)postgresql(dot)org> |
Subject: | Re: Install Question |
Date: | 2005-05-05 11:39:49 |
Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCE6C7411@algol.sollentuna.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers-win32 |
>Hello,
>
>I am trying to build an install:
>
>Command: C:\MinGW\bin\mingw32-make Makefile.paths
>Message:
>makefile:11: Makefile.paths: No such file or directory
>cp Makefile.paths.in Makefile.paths
>process_begin: CreateProcess((null), cp Makefile.paths.in
>Makefile.paths,
>...) f
>ailed.
>make (e=2): The system cannot find the file specified.
>C:\MinGW\bin\mingw32-make: *** [Makefile.paths] Error 2
>
>The instructions state:
>1. Run "make Makefile.paths" to get a template of this file.
>Then edit the
> Makefile.paths file and set the correct paths.
>
>What am I doing wrong?
I beleive you need to run the build from the msys console, not from the
standard commandprompt. It looks like "make" can't find "cp", which
probably means you are missing all the msys directories in your PATH.
//Magnus
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-05-05 21:03:11 | Re: [pgsql-hackers-win32] snprintf causes regression tests |
Previous Message | Brian J. Erickson | 2005-05-04 23:30:01 | Install Question |