From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Jamie Deppeler <jamie(at)doitonce(dot)net(dot)au> |
Cc: | pgsql-hackers-win32(at)postgresql(dot)org |
Subject: | Re: problems building with msys |
Date: | 2004-08-09 03:59:41 |
Message-ID: | 200408090359.i793xfx14405@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers-win32 |
We fixed that in CVS about 12 hours ago.
---------------------------------------------------------------------------
Jamie Deppeler wrote:
> Im having problems building the new snapshot of postgres 8 dev? i keep
> getting this error when i run the make command:
>
> make -C ../../src/port all
> make[4]: Entering directory `/src/postgresql-snapshot/src/port'
> make[4]: Nothing to be done for `all'.
> make[4]: Leaving directory `/src/postgresql-snapshot/src/port'
> make[3]: Leaving directory `/src/postgresql-snapshot/src/timezone'
> dlltool --dllname postgres.exe --output-exp postgres.exp --def postgres.def
> gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
> -Wmissing-declarations -L../../src/port -o postgres.exe
> -Wl,--base-file,postgres.base postgres.exp access/SUBSYS.o
> bootstrap/SUBSYS.o catalog/SUBSYS.o parser/SUBSYS.o commands/SUBSYS.o
> executor/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o
> nodes/SUBSYS.o optimizer/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o
> regex/SUBSYS.o rewrite/SUBSYS.o storage/SUBSYS.o tcop/SUBSYS.o
> utils/SUBSYS.o ../../src/timezone/SUBSYS.o -lpgport -lwsock32 -lm -lws2_32
> ../../src/port/libpgport.a(dirmod.o)(.text+0x33a):dirmod.c: undefined
> reference to `_imp__CurrentMemoryContext'
> ../../src/port/libpgport.a(dirmod.o)(.text+0x39b):dirmod.c: undefined
> reference to `_imp__CurrentMemoryContext'
> make[2]: *** [postgres] Error 1
> make[2]: Leaving directory `/src/postgresql-snapshot/src/backend'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/src/postgresql-snapshot/src'
> make: *** [all] Error 2
>
> I know it must be something im missing any ideas anyone?
> *
> *
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | markir | 2004-08-09 05:37:29 | Re: PITR on Win32 - Archive and Restore |
Previous Message | Jamie Deppeler | 2004-08-09 03:54:33 | problems building with msys |