compiling 9.2 : WinXp+mingw

Started by pasman pasmańskiover 14 years ago4 messageshackers
Jump to latest
#1pasman pasmański
pasman.p@gmail.com

Hi.

Compiling 9.1 sources from packed tgz file works ok.

When compile sources loaded from git repository,
configure pass without errors, config.log looks ok,
but in src/include/pg_config.h aren't any defines, only undefines.
It seems like src/include/pg_config.h.in.
And make generates errors.

What going on ?

------------
pasman

Attachments:

config.log.diffapplication/octet-stream; name=config.log.diffDownload+19-20
pg_config.h.diffapplication/octet-stream; name=pg_config.h.diffDownload+870-879
#2Andrew Dunstan
andrew@dunslane.net
In reply to: pasman pasmański (#1)
Re: compiling 9.2 : WinXp+mingw

On 08/11/2011 08:58 AM, pasman pasmański wrote:

Hi.

Compiling 9.1 sources from packed tgz file works ok.

When compile sources loaded from git repository,
configure pass without errors, config.log looks ok,
but in src/include/pg_config.h aren't any defines, only undefines.
It seems like src/include/pg_config.h.in.
And make generates errors.

What going on ?

This works fine for me, and on the build farm:
<http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=frogmouth&amp;dt=2011-08-11%2000%3A30%3A01&gt;
So somehow it appears you have not set things up right.

cheers

andrew

#3pasman pasmański
pasman.p@gmail.com
In reply to: pasman pasmański (#1)
Re: compiling 9.2 : WinXp+mingw

Its problem on my computer. But prepacked souces compile good.

Maybe git need specific configuration for postgres ?

Or some buggy sed/gawk/grep skip pg_config.h file?

2011/8/11, pasman pasmański <pasman.p@gmail.com>:

Hi.

Compiling 9.1 sources from packed tgz file works ok.

When compile sources loaded from git repository,
configure pass without errors, config.log looks ok,
but in src/include/pg_config.h aren't any defines, only undefines.
It seems like src/include/pg_config.h.in.
And make generates errors.

What going on ?

------------
pasman

--
------------
pasman

#4Andrew Dunstan
andrew@dunslane.net
In reply to: pasman pasmański (#3)
Re: compiling 9.2 : WinXp+mingw

On 08/11/2011 09:42 AM, pasman pasma�ski wrote:

Its problem on my computer. But prepacked souces compile good.

Maybe git need specific configuration for postgres ?

Or some buggy sed/gawk/grep skip pg_config.h file?

1.

A: Because we read from top to bottom, left to right.
Q: Why should I start my reply below the quoted text?

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

A: The lost context.
Q: What makes top-posted replies harder to read than bottom-posted?

2. git does not need anything special for use with postgres. A standard "git clone" should give you what you need. to build.

cheers

andrew