| From: | Andre_Mikulec <Andre_Mikulec(at)Hotmail(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Issues while building PG in MS Windows, using MSYS2 and MinGW-w64 |
| Date: | 2018-09-03 22:42:45 |
| Message-ID: | 1536014565222-0.post@n3.nabble.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
I had this problem.
The solution is to turn off AVG anti-virus.
In the past, I could both compile PostgreSQL and keep 'AVG on' at the same
time.
The case * does not seem that way anymore *
With AVG 'antivirus on' the following occurs.
AnonymousUser(at)ANONYMOUST MSYS /w/R-3.5._/postgres/build
$ /w/R-3.5._/postgres/configure --host=x86_64-w64-mingw32 --prefix=$PWD
--enable-debug --disable-rpath --enable-depend --without-zlib
$ make
Detect problem ... popup window
...
Detect problem ... popup window
...
Protected you ... create exception
...
'make' then dies on the same errors mentioned above
Then I turn off the internet (for my protection)
Next, I turn off AVG anti-virus.
I do . . .
AnonymousUser(at)ANONYMOUST MSYS /w/R-3.5._/postgres/build
$ rm -f -r *
AnonymousUser(at)ANONYMOUST MSYS /w/R-3.5._/postgres/build
$ /w/R-3.5._/postgres/configure --host=x86_64-w64-mingw32 --prefix=$PWD
--enable-debug --disable-rpath --enable-depend --without-zlib
$ make
All of PostgreSQL successfully made.
Ready to install.
AnonymousUser(at)ANONYMOUST MINGW64 /w/R-3.5._/postgres/build
$ make install
ref
Issues while building PG in MS Windows, using MSYS2 and MinGW-w64
https://www.postgresql-archive.org/Issues-while-building-PG-in-MS-Windows-using-MSYS2-and-MinGW-w64-td6018897.html
--
Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andre_Mikulec | 2018-09-03 22:49:11 | Re: Issues while building PG in MS Windows, using MSYS2 and MinGW-w64 |
| Previous Message | Bruce Momjian | 2018-09-03 22:01:29 | Re: Caching query plan costs |