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

2018-06-20 Thread Oleg Sivokon
:38:16 PM To: Gregg Smith; dev@apr.apache.org Subject: Re: Linking with libapr-1.lib on MS Windows using MSVC 19 > 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

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 William A Rowe Jr
On Tue, Jun 19, 2018 at 9:17 AM, Oleg Sivokon wrote: > Hello list! > > Later, in Release directory I discovered libapr-1.lib which, as far as I > understand is analogous to an *.a file (archive), and is used by MSVC to > look up symbol definitions. > Note, it looks them up, but the code exists

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

2018-06-19 Thread Gregg Smith
kon 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 library. I could do this on Linux, but on MS Windows... well, I really know very little about M

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