Re: Building APR using cmake on Windows

2014-11-06 Thread Jeff Trawick
On Thu, Oct 30, 2014 at 1:53 PM, Edward Lu chaos...@gmail.com wrote: Using Visual Studio 2013 command line tools, on Windows Server 2012 rc2. Running everything from batch files through Cygwin. I cloned the APR repo from here: https://github.com/apache/apr I downloaded some prebuilt libxml2

Re: Building APR using cmake on Windows

2014-11-06 Thread Edward Lu
Thanks Jeff. Will move further discussion to the bug/proper mailing list. On Thu, Nov 6, 2014 at 10:15 AM, Jeff Trawick traw...@gmail.com wrote: On Thu, Oct 30, 2014 at 1:53 PM, Edward Lu chaos...@gmail.com wrote: Using Visual Studio 2013 command line tools, on Windows Server 2012 rc2.

Re: Building APR using cmake on Windows

2014-11-04 Thread Edward Lu
On Thu, Oct 30, 2014 at 2:09 PM, Jeff Trawick traw...@gmail.com wrote: I guess this is actually the right tarball: https://sites.google.com/a/unimrcp.org/unimrcp/dependencies/apr-1.5.1-patches.zip?attredirects=0d=1 Right, sorry. See

Building APR using cmake on Windows

2014-10-30 Thread Edward Lu
Using Visual Studio 2013 command line tools, on Windows Server 2012 rc2. Running everything from batch files through Cygwin. I cloned the APR repo from here: https://github.com/apache/apr I downloaded some prebuilt libxml2 and iconv binaries for Windows. Then, I ran the commands: C:\Program

Re: Building APR using cmake on Windows

2014-10-30 Thread Jeff Trawick
On Thu, Oct 30, 2014 at 1:53 PM, Edward Lu chaos...@gmail.com wrote: Using Visual Studio 2013 command line tools, on Windows Server 2012 rc2. Running everything from batch files through Cygwin. I cloned the APR repo from here: https://github.com/apache/apr I downloaded some prebuilt libxml2

Re: Building APR using cmake on Windows

2014-10-30 Thread William A. Rowe Jr.
Have you determined that kernel32.lib is in the link list? Wondering also about double vs. single underscore. Something might just be downright strange in the win32 api headers in use. Edward Lu chaos...@gmail.com wrote: Using Visual Studio 2013 command line tools, on Windows Server 2012