Hello,
I am begginer in PostgreSQL, but I need to develop in Win32.
1. I download file postgresql-snapshot.tar.gz
2. I follow instructions on PostgreSQL documentation
3. cd /src
4. nmake /f win32.mak
but error occured...
describe.c(1680) : warning C4761: integral size mismatch in argument; conversion
supplied
tab-complete.c
mbprint.c
link.exe @C:\DOCUME~1\header\LOCALS~1\Temp\nme02748.
command.obj : error LNK2001: unresolved external symbol _simple_prompt
startup.obj : error LNK2001: unresolved external symbol _simple_prompt
.\Release\psql.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: 'link.exe' : return code '0x460'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\VC98\bin\N
MAKE.EXE"' : return code '0x2'
I don't know, where is problem... thanx, Miso