Building apr on win32

2014-06-13 Thread Christopher Schultz
Hello, I'm trying to build apr on win32 from the command-line and I'm running into some resistance. I'm using Visual Studio 12 on Windows 8.1. I have installed the Windows SDK as well to try to help, but it doesn't seem to have improved things. I'm following the instructions found here:

Re: Building apr on win32

2014-06-13 Thread Jeff Trawick
On Fri, Jun 13, 2014 at 11:49 AM, Christopher Schultz ch...@christopherschultz.net wrote: Hello, I'm trying to build apr on win32 from the command-line and I'm running into some resistance. I'm using Visual Studio 12 on Windows 8.1. I have installed the Windows SDK as well to try to help,

Re: Building apr on win32

2014-06-13 Thread Gregg Smith
Ugg, this list and using reply in thunderbird. On 6/13/2014 9:24 AM, Gregg Smith wrote: Hello Christopher, Old instrucions for building in IDE really. If you want to build in the IDE just open apr-util.dsw and allow VC to convert. If you want to build at the command line; On 6/13/2014 8:49

Re: Building apr on win32

2014-06-13 Thread Christopher Schultz
Jeff, On 6/13/14, 12:08 PM, Jeff Trawick wrote: On Fri, Jun 13, 2014 at 11:49 AM, Christopher Schultz ch...@christopherschultz.net mailto:ch...@christopherschultz.net wrote: Hello, I'm trying to build apr on win32 from the command-line and I'm running into some resistance.

Re: Building apr on win32

2014-06-13 Thread Christopher Schultz
Greg, On 6/13/14, 12:24 PM, Gregg Smith wrote: Old instrucions for building in IDE really. If you want to build in the IDE just open apr-util.dsw and allow VC to convert. If you want to build at the command line; Yeah, I'd like something that I can script. Right now, there's basically one

Re: Building apr on win32

2014-06-13 Thread Gregg Smith
On 6/13/2014 9:36 AM, Christopher Schultz wrote: Greg, On 6/13/14, 12:24 PM, Gregg Smith wrote: Old instrucions for building in IDE really. If you want to build in the IDE just open apr-util.dsw and allow VC to convert. If you want to build at the command line; Yeah, I'd like something that

Re: Building apr on win32

2014-06-13 Thread Jeff Trawick
On Fri, Jun 13, 2014 at 12:29 PM, Christopher Schultz ch...@christopherschultz.net wrote: Jeff, On 6/13/14, 12:08 PM, Jeff Trawick wrote: On Fri, Jun 13, 2014 at 11:49 AM, Christopher Schultz ch...@christopherschultz.net mailto:ch...@christopherschultz.net wrote: Hello,

Re: Building apr on win32

2014-06-13 Thread Christopher Schultz
Greg, On 6/13/14, 12:57 PM, Gregg Smith wrote: On 6/13/2014 9:36 AM, Christopher Schultz wrote: Greg, On 6/13/14, 12:24 PM, Gregg Smith wrote: Old instrucions for building in IDE really. If you want to build in the IDE just open apr-util.dsw and allow VC to convert. If you want to build

Re: Building apr on win32

2014-06-13 Thread Gregg Smith
On 6/13/2014 10:16 AM, Christopher Schultz wrote: Greg, On 6/13/14, 12:57 PM, Gregg Smith wrote: On 6/13/2014 9:36 AM, Christopher Schultz wrote: Greg, On 6/13/14, 12:24 PM, Gregg Smith wrote: Old instrucions for building in IDE really. If you want to build in the IDE just open apr-util.dsw

Re: Building apr on win32

2014-06-13 Thread Gregg Smith
On 6/13/2014 10:16 AM, Christopher Schultz wrote: Yeah, I'd like something that I can script. Right now, there's basically one guy who knows how to build tcnative on win32. We're trying to change that ;) I'm going to blindly assume scripting using a batch file which something I forgot to

Re: Building apr on win32

2014-06-13 Thread Christopher Schultz
Gregg, On 6/13/14, 2:04 PM, Gregg Smith wrote: On 6/13/2014 10:16 AM, Christopher Schultz wrote: Yeah, I'd like something that I can script. Right now, there's basically one guy who knows how to build tcnative on win32. We're trying to change that ;) I'm going to blindly assume

Re: Building apr on win32

2014-06-13 Thread Christopher Schultz
Gregg, On 6/13/14, 2:04 PM, Gregg Smith wrote: On 6/13/2014 10:16 AM, Christopher Schultz wrote: Yeah, I'd like something that I can script. Right now, there's basically one guy who knows how to build tcnative on win32. We're trying to change that ;) I'm going to blindly assume