From: | Joe Conway <mail(at)joeconway(dot)com> |
---|---|
To: | Al Sutton <al(at)alsutton(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Missing file from CVS? |
Date: | 2002-11-17 04:17:46 |
Message-ID: | 3DD7186A.7060000@joeconway.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Al Sutton wrote:
> All,
>
> I've just tried to build the Win32 components under Visual Studio's C++
> compiler from the win32.mak CVS archive at
> :pserver:anoncvs(at)anoncvs(dot)postgresql(dot)org:/projects/cvsroot and found that the
> following file was missing;
>
> src\bin\psql\sql_help.h
>
> I've copied the file from the the source tree of version 7.2.3 and the
> compile works with out any problems.
>
> Should the file be in CVS?
>
I'm not seeing a problem here with cvs tip and VS .Net's C++, although I am
now getting a few pedantic warnings that I wasn't seeing a few weeks ago.
Where exactly are you getting an error?
Joe
p.s. here's my output:
C:\Documents and Settings\jconway\My Documents\Visual Studio
Projects\pgsql\src>nmake -f win32.mak
Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Corporation. All rights reserved.
cd include
if not exist pg_config.h copy pg_config.h.win32 pg_config.h
1 file(s) copied.
cd ..
cd interfaces\libpq
nmake /f win32.mak
Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Corporation. All rights reserved.
Building the Win32 static library...
if not exist ".\Release/" mkdir ".\Release"
cl.exe @C:\DOCUME~1\jconway\LOCALS~1\Temp\nm1A.tmp
dllist.c
cl.exe @C:\DOCUME~1\jconway\LOCALS~1\Temp\nm1B.tmp
md5.c
cl.exe @C:\DOCUME~1\jconway\LOCALS~1\Temp\nm1C.tmp
wchar.c
cl.exe @C:\DOCUME~1\jconway\LOCALS~1\Temp\nm1D.tmp
encnames.c
cl.exe @C:\DOCUME~1\jconway\LOCALS~1\Temp\nm1E.tmp
win32.c
fe-auth.c
fe-connect.c
fe-exec.c
fe-lobj.c
fe-misc.c
fe-print.c
fe-secure.c
pqexpbuffer.c
link.exe -lib @C:\DOCUME~1\jconway\LOCALS~1\Temp\nm1F.tmp
cl.exe @C:\DOCUME~1\jconway\LOCALS~1\Temp\nm20.tmp
libpqdll.c
rc.exe /l 0x409 /fo".\Release\libpq.res" libpq.rc
link.exe @C:\DOCUME~1\jconway\LOCALS~1\Temp\nm21.tmp
Creating library .\Release\libpqdll.lib and object .\Release\libpqdll.exp
cd ..\..\bin\psql
nmake /f win32.mak
Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Corporation. All rights reserved.
if not exist ".\Release/" mkdir ".\Release"
cl.exe @C:\DOCUME~1\jconway\LOCALS~1\Temp\nm27.tmp
getopt.c
cl.exe @C:\DOCUME~1\jconway\LOCALS~1\Temp\nm28.tmp
command.c
command.c(497) : warning C4244: 'function' : conversion from 'unsigned short'
to 'bool', possible loss of data
common.c
help.c
help.c(166) : warning C4244: 'function' : conversion from 'unsigned short' to
'bool', possible loss of data
input.c
stringutils.c
mainloop.c
copy.c
startup.c
prompt.c
sprompt.c
variables.c
large_obj.c
print.c
print.c(1009) : warning C4244: 'function' : conversion from 'const unsigned
short' to 'bool', possible loss of data
describe.c
tab-complete.c
mbprint.c
link.exe @C:\DOCUME~1\jconway\LOCALS~1\Temp\nm29.tmp
cd ..\..
echo All Win32 parts have been built!
All Win32 parts have been built!
From | Date | Subject | |
---|---|---|---|
Next Message | Frank Miles | 2002-11-17 05:46:41 | Re: DECLARE CURSOR |
Previous Message | Bruce Momjian | 2002-11-17 01:11:28 | Re: [HACKERS] ipc-daemon |