Обсуждение: trying to build on Windows: Makefile.global not found

Поиск
Список
Период
Сортировка

trying to build on Windows: Makefile.global not found

От
Pierre Abbat
Дата:
I ran "nmake win32.mak" on a freshly untarred download of 7.4.3 and got the
following:
makefile(13) : fatal error U1052: file 'Makefile.global' not found
This is on a WinME box with VC6. Makefile.global.in exists. Do I have to
install Cygwin and run autoconf?

phma
--
li fi'u vu'u fi'u fi'u du li pa

Re: trying to build on Windows: Makefile.global not found

От
"Magnus Hagander"
Дата:
>I ran "nmake win32.mak" on a freshly untarred download of
>7.4.3 and got the
>following:
>makefile(13) : fatal error U1052: file 'Makefile.global' not found
>This is on a WinME box with VC6. Makefile.global.in exists. Do
>I have to
>install Cygwin and run autoconf?

That should be
nmake /f win32.mak

(notice the /f part).

And no, cygwin is not necessary to get the client side stuff.


//Magnus

Re: trying to build on Windows: Makefile.global not found

От
Pierre Abbat
Дата:
On Friday 23 July 2004 17:17, Magnus Hagander wrote:
> >I ran "nmake win32.mak" on a freshly untarred download of
> >7.4.3 and got the
> >following:
> >makefile(13) : fatal error U1052: file 'Makefile.global' not found
> >This is on a WinME box with VC6. Makefile.global.in exists. Do
> >I have to
> >install Cygwin and run autoconf?
>
> That should be
> nmake /f win32.mak

Okay, now I get a message box:
A required .DLL file, MSPDB60.DLL, was not found.

phma
--
li fi'u vu'u fi'u fi'u du li pa

Re: trying to build on Windows: Makefile.global not found

От
"Magnus Hagander"
Дата:
>> >I ran "nmake win32.mak" on a freshly untarred download of
>> >7.4.3 and got the
>> >following:
>> >makefile(13) : fatal error U1052: file 'Makefile.global' not found
>> >This is on a WinME box with VC6. Makefile.global.in exists. Do
>> >I have to
>> >install Cygwin and run autoconf?
>>
>> That should be
>> nmake /f win32.mak
>
>Okay, now I get a message box:
>A required .DLL file, MSPDB60.DLL, was not found.

That sounds like something is not correct with your VC installation -
that is a VC file. Make sure you are running the command from the
"Visual Studio Command Prompt", and not from the normal one. If it still
not working, try a repair/reinstall of VC.

//Magnus

Re: trying to build on Windows: Makefile.global not found

От
Pierre Abbat
Дата:
On Saturday 24 July 2004 15:36, Magnus Hagander wrote:
> That sounds like something is not correct with your VC installation -
> that is a VC file. Make sure you are running the command from the
> "Visual Studio Command Prompt", and not from the normal one. If it still
> not working, try a repair/reinstall of VC.

The file exists, and when I added its directory to PATH, nmake went further,
but conked out on something else.

How do I get the Visual Studio command prompt? I looked all over the VC++ menu
and the Visual Studio part of the Start menu and didn't find it. I looked in
the help file and got lost.

Or can I download it already compiled? I really need to add Postgres
capability to another program.

phma
--
li fi'u vu'u fi'u fi'u du li pa

Re: trying to build on Windows: Makefile.global not found

От
Pierre Abbat
Дата:
On Sunday 25 July 2004 22:39, Pierre Abbat wrote:
> How do I get the Visual Studio command prompt? I looked all over the VC++
> menu and the Visual Studio part of the Start menu and didn't find it. I
> looked in the help file and got lost.

I found it. It's called vcvars32.bat and I ran that and nmake and it built.
Now where do I find what it built?

phma
--
li fi'u vu'u fi'u fi'u du li pa