Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 40425 invoked from network); 20 Oct 2004 19:03:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Oct 2004 19:03:24 -0000 Received: (qmail 84805 invoked by uid 500); 20 Oct 2004 19:03:22 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 84682 invoked by uid 500); 20 Oct 2004 19:03:20 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 84668 invoked by uid 99); 20 Oct 2004 19:03:20 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Message-ID: <4176B74D.7040509@mozdev.org> Date: Wed, 20 Oct 2004 21:06:53 +0200 From: Brian King User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6 (Compatible with Netscape/7.2)) Gecko/20040727 Linspire / L-Suite 1.7 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@apr.apache.org Subject: Re: Win32 project building References: <4176AFBF.8080606@mozdev.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On 20.10.2004 20:34, Cliff Woolley wrote: > Um, well, if you mean "support for building APR on Win32" or "support for > building apps with APR on Win32", then the answer is yes. If you just > need general help with Win32 application development not related to APR, > then no. :-) It's falls closest into the category "support for building apps with APR on Win32". The app I'm working on requires apr and aprutil. For the moment I just need to build them. Ok, here's what I did. Downloaded sources: - APR 1.0 (http://mirrors.mix5.com/apache/apr/apr-1.0.0.tar.gz) - APU 1.0 (http://mirrors.mix5.com/apache/apr/apr-util-1.0.0.tar.gz) While following the build instructions: http://apr.apache.org/compiling_win32.html ... Running from the command line: D:\workbase\apr-util-1.0.0>msdev aprutil.dsp /MAKE "apr - Win32 Debug" "aprutil - Win32 Debug" Warning: ignoring unknown project: aprutil - Win32 Debug Warning: ignoring unknown project: apr - Win32 Debug Error: There are no valid targets to build. When I try to load the project files (*.dsp) directly into the workspace (aprutil.dsw), it prompts me to wrap them in another project because of a makefile incompatibility. Then the projects come up blank. So basically, it doesn't appear to work out of the box. I'm using MSVC++ 6.0. Thanks, -- Brian King www.mozdev.org - free project hosting for the mozilla community