Re: Linking with libapr-1.lib on MS Windows using MSVC 19

2018-06-20 Thread Oleg Sivokon
Actually, while doing the same thing, but with the 1.52 release, it worked! Unfortunately, I cannot swear I didn't change anything in MSVS setup, but I don't think I did... maybe inadvertedly somehow... From: Oleg Sivokon Sent: Wednesday, June 20, 2018 2

Re: Linking with libapr-1.lib on MS Windows using MSVC 19

2018-06-20 Thread Oleg Sivokon
> No not really, but this gives me problems trying to build x86 on a x64 > computer so I just remove it from makefile.win. > Just to make sure this is not an oversight: I'm on a x64 and am trying to > build x64, no 32-bit is desired. > > !IF [$(COMSPEC) /c cl /nologo /? \ > |

Re: Linking with libapr-1.lib on MS Windows using MSVC 19

2018-06-19 Thread Oleg Sivokon
figuration on your side? Thanks! Oleg ____ From: Oleg Sivokon Sent: Tuesday, June 19, 2018 5:17:38 PM To: dev@apr.apache.org Subject: Linking with libapr-1.lib on MS Windows using MSVC 19 Hello list! I'm trying to compile my Python extension which uses APR l

Linking with libapr-1.lib on MS Windows using MSVC 19

2018-06-19 Thread Oleg Sivokon
Hello list! I'm trying to compile my Python extension which uses APR library. I could do this on Linux, but on MS Windows... well, I really know very little about MS tool-chain and how things work, so would appreciate some help. I followed the instructions in the README in the project and