Re: Building tcnative on win32 [x86_64, failing]

2014-07-01 Thread Mark Thomas
On 01/07/2014 17:24, Christopher Schultz wrote: > On 7/1/14, 12:18 PM, Mark Thomas wrote: >>> The IA64 build of OpenSSL *did* complete, but I'm not sure how >>> to check its architecture, etc. What is the "depends" tool you >>> guys have been talking about? >> >> The depends tool ships with v

Re: Building tcnative on win32 [x86_64, failing]

2014-07-01 Thread Christopher Schultz
Mark, On 7/1/14, 12:18 PM, Mark Thomas wrote: > On 01/07/2014 16:40, Christopher Schultz wrote: > >> My script seemed a bit cleaner than what you are documenting on >> the wiki, plus you can get the tools for free (MS VS 12). > > None of the tools documented on the Wiki are paid for. > >> I was

Re: Building tcnative on win32 [x86_64, failing]

2014-07-01 Thread Mark Thomas
On 01/07/2014 16:40, Christopher Schultz wrote: > My script seemed a bit cleaner than what you are documenting on > the wiki, plus you can get the tools for free (MS VS 12). None of the tools documented on the Wiki are paid for. > I was able to build a complete 32-bit statically-linked > libtcna

Re: Building tcnative on win32 [x86_64, failing]

2014-07-01 Thread Christopher Schultz
Mark, On 6/30/14, 4:23 PM, Mark Thomas wrote: > On 30/06/2014 14:45, Mark Thomas wrote: >> I've got OpenSSL and APR building on x64. Currently stuck on the tc >> native build which is complaining about: >> error LNK2001: unresolved external symbol __security_cookie >> >> I'm fairly sure I've hit t

Re: Building tcnative on win32 [x86_64, failing]

2014-06-30 Thread Mark Thomas
On 30/06/2014 21:32, Mladen Turk wrote: > On 06/30/2014 10:23 PM, Mark Thomas wrote: >> On 30/06/2014 14:45, Mark Thomas wrote: >>> I've got OpenSSL and APR building on x64. Currently stuck on the tc >>> native build which is complaining about: >>> error LNK2001: unresolved external symbol __securi

Re: Building tcnative on win32 [x86_64, failing]

2014-06-30 Thread Mladen Turk
On 06/30/2014 10:23 PM, Mark Thomas wrote: On 30/06/2014 14:45, Mark Thomas wrote: I've got OpenSSL and APR building on x64. Currently stuck on the tc native build which is complaining about: error LNK2001: unresolved external symbol __security_cookie I'm fairly sure I've hit this before and ju

Re: Building tcnative on win32 [x86_64, failing]

2014-06-30 Thread Mark Thomas
On 30/06/2014 14:45, Mark Thomas wrote: > I've got OpenSSL and APR building on x64. Currently stuck on the tc > native build which is complaining about: > error LNK2001: unresolved external symbol __security_cookie > > I'm fairly sure I've hit this before and just need to remember how I > fixed it

Re: Building tcnative on win32 [x86_64, failing]

2014-06-30 Thread Mark Thomas
On 30/06/2014 10:47, Mark Thomas wrote: > On 24/06/2014 17:13, Christopher Schultz wrote: >> Konstantin, >> >> On 6/22/14, 1:40 PM, Konstantin Kolinko wrote: >>> 2014-06-19 23:21 GMT+04:00 Christopher Schultz >>> : All, I'm stuck on trying to get tcnative to build for x86_64. >>

Re: Building tcnative on win32 [x86_64, failing]

2014-06-30 Thread Mark Thomas
On 24/06/2014 17:13, Christopher Schultz wrote: > Konstantin, > > On 6/22/14, 1:40 PM, Konstantin Kolinko wrote: >> 2014-06-19 23:21 GMT+04:00 Christopher Schultz >> : >>> All, >>> >>> I'm stuck on trying to get tcnative to build for x86_64. >>> >>> When I run nmake with BUILD_CPU=x86_64, I get

Re: Building tcnative on win32 [x86_64, failing]

2014-06-24 Thread Christopher Schultz
Konstantin, On 6/22/14, 1:40 PM, Konstantin Kolinko wrote: > 2014-06-19 23:21 GMT+04:00 Christopher Schultz : >> All, >> >> I'm stuck on trying to get tcnative to build for x86_64. >> >> When I run nmake with BUILD_CPU=x86_64, I get a bunch of compiler >> warnings followed by a linker failure like

Re: Building tcnative on win32 [x86_64, failing]

2014-06-22 Thread Konstantin Kolinko
2014-06-19 23:21 GMT+04:00 Christopher Schultz : > All, > > I'm stuck on trying to get tcnative to build for x86_64. > > When I run nmake with BUILD_CPU=x86_64, I get a bunch of compiler > warnings followed by a linker failure like this (apologies for the lack > of formatting). > > One problem may

Re: Building tcnative on win32 [x86_64, failing]

2014-06-19 Thread Christopher Schultz
All, I'm stuck on trying to get tcnative to build for x86_64. When I run nmake with BUILD_CPU=x86_64, I get a bunch of compiler warnings followed by a linker failure like this (apologies for the lack of formatting). One problem may be that I am running a 32-bit OS: is it possible to build 64-bit

Re: Building tcnative on win32 [alpha]

2014-06-19 Thread Christopher Schultz
Konstantin, On 6/19/14, 12:20 PM, Konstantin Preißer wrote: > One other thing: Do you know which version of VC++ was used to date > to build Tomcat Native? I tried removing the Windows SDK and I was unable to link the compiled objects. I think there are some required libraries in the SDK. -chris

RE: Building tcnative on win32 [alpha]

2014-06-19 Thread Konstantin Preißer
Hi Christopher, thank you for your reply. > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Thursday, June 19, 2014 6:57 PM > > Konstantin, > > On 6/19/14, 12:20 PM, Konstantin Preißer wrote: > > good work for creating a script to build tcnat

Re: Building tcnative on win32 [alpha]

2014-06-19 Thread Christopher Schultz
Konstantin, On 6/19/14, 12:20 PM, Konstantin Preißer wrote: > good work for creating a script to build tcnative. Below are some > comments/review of it. Thanks for your review. See below for more. FYI I *have* been reading your prior comments. I didn't want to get into Power Shell because of my

RE: Building tcnative on win32 [alpha]

2014-06-19 Thread Konstantin Preißer
Hi Christopher, good work for creating a script to build tcnative. Below are some comments/review of it. > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Thursday, June 19, 2014 3:21 PM > > All, > > I have a first-stab at a Windows batch sc

Re: Building tcnative on win32 [progress!]

2014-06-18 Thread Christopher Schultz
Konstantin, On 6/18/14, 7:40 PM, Konstantin Preißer wrote: > Hi Christopher, > >> -Original Message- >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Sent: Thursday, June 19, 2014 1:31 AM >> To: Tomcat Developers List >> Sub

RE: Building tcnative on win32 [progress!]

2014-06-18 Thread Konstantin Preißer
Hi Christopher, > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Thursday, June 19, 2014 1:31 AM > To: Tomcat Developers List > Subject: Re: Building tcnative on win32 [progress!] > > Konstantin, > > On 6/18/14,

Re: Building tcnative on win32 [progress!]

2014-06-18 Thread Christopher Schultz
Konstantin, On 6/18/14, 5:54 PM, Konstantin Preißer wrote: >> -Original Message- >> From: Konstantin Preißer [mailto:kpreis...@apache.org] >> Sent: Wednesday, June 18, 2014 11:42 PM > >> Although Winrar.exe isn't a command-line tool, you can start it from >> command-line to extract a file

RE: Building tcnative on win32 [progress!]

2014-06-18 Thread Konstantin Preißer
> -Original Message- > From: Konstantin Preißer [mailto:kpreis...@apache.org] > Sent: Wednesday, June 18, 2014 11:42 PM > Although Winrar.exe isn't a command-line tool, you can start it from > command-line to extract a file. Unfortunately, when I try to run this > command from an elevated

RE: Building tcnative on win32 [progress!]

2014-06-18 Thread Konstantin Preißer
Hi Christopher, > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Wednesday, June 18, 2014 9:53 PM > It seems that the OpenSSL source package contains symlinks. I haven't > found a command-line tar program on win32 that can expand an archive >

RE: Building tcnative on win32

2014-06-18 Thread Konstantin Preißer
Hi Christopher, > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Wednesday, June 18, 2014 7:05 PM > >> First, I want the script to fetch as much stuff as possible for the user > >> instead of relying on a great deal of previously-installed sof

Re: Building tcnative on win32 [progress!]

2014-06-18 Thread Christopher Schultz
All, On 6/18/14, 1:58 PM, Christopher Schultz wrote: > I'm getting a lot of crypto-related build (not link) errors, so I'll > have to follow-up on those. Okay, so it seems that OpenSSL's include file is ... broken. C:\Users\IEUser\Desktop>type %MYTEMP%\build\openssl-1.0.1h\include\openssl\opensl

Re: Building tcnative on win32 [progress!]

2014-06-18 Thread Christopher Schultz
All, On 6/18/14, 1:50 PM, Christopher Schultz wrote: > All, > > On 6/13/14, 5:36 PM, Christopher Schultz wrote: >> I've spent some time trying to script a soup-to-nuts repeatable build of >> tcnative on win32. I've made some progress but I'm hitting a few snags >> that perhaps some folks could he

Re: Building tcnative on win32 [progress!]

2014-06-18 Thread Christopher Schultz
All, On 6/13/14, 5:36 PM, Christopher Schultz wrote: > I've spent some time trying to script a soup-to-nuts repeatable build of > tcnative on win32. I've made some progress but I'm hitting a few snags > that perhaps some folks could help with. I've got openssl and libapr patched and built. Now, I

Re: Building tcnative on win32

2014-06-18 Thread Christopher Schultz
Konstantin, On 6/13/14, 5:56 PM, Konstantin Kolinko wrote: > 2014-06-14 1:36 GMT+04:00 Christopher Schultz : >> All, >> >> I've spent some time trying to script a soup-to-nuts repeatable build of >> tcnative on win32. I've made some progress but I'm hitting a few snags >> that perhaps some folks c

RE: Building tcnative on win32

2014-06-13 Thread Konstantin Preißer
Hi Christopher, > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Friday, June 13, 2014 11:36 PM > To: dev@tomcat.apache.org > Subject: Building tcnative on win32 > > All, > > I've spent some time trying to script a soup-to-nuts repeatable bui

Re: Building tcnative on win32

2014-06-13 Thread Konstantin Kolinko
2014-06-14 1:36 GMT+04:00 Christopher Schultz : > All, > > I've spent some time trying to script a soup-to-nuts repeatable build of > tcnative on win32. I've made some progress but I'm hitting a few snags > that perhaps some folks could help with. > > First, I want the script to fetch as much stuff