From dev-return-24634-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu Jan 26 23:01:36 2012 Return-Path: X-Original-To: apmail-apr-dev-archive@www.apache.org Delivered-To: apmail-apr-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83C919A53 for ; Thu, 26 Jan 2012 23:01:36 +0000 (UTC) Received: (qmail 71047 invoked by uid 500); 26 Jan 2012 23:01:36 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 70863 invoked by uid 500); 26 Jan 2012 23:01:35 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 70855 invoked by uid 99); 26 Jan 2012 23:01:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2012 23:01:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2012 23:01:29 +0000 Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RqYJY-00012L-Ga for dev@apr.apache.org; Thu, 26 Jan 2012 15:01:08 -0800 Message-ID: <33211015.post@talk.nabble.com> Date: Thu, 26 Jan 2012 15:01:08 -0800 (PST) From: sidinsd To: dev@apr.apache.org Subject: Re: Link error with APR In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: sid.schipper@ga.com References: <33210565.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Yes, you are a genius! I was missing a semi-colon separating the two librar= y names. Thank you. Eric Covener wrote: >=20 > On Thu, Jan 26, 2012 at 4:46 PM, sidinsd wrote: >> >> I have a C++ project in Visual Studio that I am using APR with. When I >> link >> the project I get the following error message. >> >> =C2=A0 =C2=A0 =C2=A0 1>LINK : fatal error LNK1104: cannot open file >> 'aprapp-1.libkernel32.lib' >=20 > Missing a space in one of your build files? >=20 >=20 --=20 View this message in context: http://old.nabble.com/Link-error-with-APR-tp3= 3210565p33211015.html Sent from the APR Dev (Apache Portable Runtime) mailing list archive at Nab= ble.com.