Return-Path: Delivered-To: apmail-incubator-uima-user-archive@locus.apache.org Received: (qmail 61928 invoked from network); 26 Jun 2008 12:53:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 12:53:27 -0000 Received: (qmail 12038 invoked by uid 500); 26 Jun 2008 12:53:29 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 11832 invoked by uid 500); 26 Jun 2008 12:53:28 -0000 Mailing-List: contact uima-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-user@incubator.apache.org Delivered-To: mailing list uima-user@incubator.apache.org Received: (qmail 11821 invoked by uid 99); 26 Jun 2008 12:53:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 05:53:28 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eaepstein@gmail.com designates 74.125.44.154 as permitted sender) Received: from [74.125.44.154] (HELO yx-out-1718.google.com) (74.125.44.154) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 12:52:38 +0000 Received: by yx-out-1718.google.com with SMTP id 36so6367yxh.0 for ; Thu, 26 Jun 2008 05:52:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=RfnNgC9phONdD+EHYihUmneQjYZ+Q+Sg+G8XWC7z28A=; b=frl+xIauNwov/HceWgPvtONYYw1EmqAsKWDZEIgb9Pef7yD77VLCctsVFPnSZObacW 4HsqhK9Club3b3M1kqhqOX664wxpczLRJP0k3jq9Auz7dvhrHmGq4NQ+m9ERRLNHiQdd 3c6NP7fNLTODwv//LFKCMTZN9OjqEWzyc2eJ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=DFGs+AWDFk5SZoejUsMRTgDM4Q82x486ZMR59RMQBdyUHsJ+mpPSYybZfk/ZLTCv7R jbYS6hslc22dNFFIO8naDyLY4NUsUjoIMxNNtAFt9PEnt0BvY4MS1tFqpfhvXuepoKV9 ZC6J+/yjt2aQ00cBl47SaBF3rSkr16lYYgfmc= Received: by 10.114.154.12 with SMTP id b12mr7090857wae.153.1214484775270; Thu, 26 Jun 2008 05:52:55 -0700 (PDT) Received: by 10.114.25.15 with HTTP; Thu, 26 Jun 2008 05:52:55 -0700 (PDT) Message-ID: Date: Thu, 26 Jun 2008 08:52:55 -0400 From: "Eddie Epstein" To: uima-user@incubator.apache.org Subject: Re: Building UIMA C++ on Linux In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2001_29202700.1214484775268" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2001_29202700.1214484775268 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > > Now it says cannot find JDK headers. > > Our JDK location is /usr/java/jdkxxx so now try > > configure --with-apr=/usr/local/apr --with-jdk=/usr/java/jdkxxx > > but configure script still says cannot find JDK headers. > > --with-jdk is slightly confusing. The readme talks about JAVA_INCLUDE pointing at the directory containing the header files. This was done because on Mac OSX the Java headers are not found in $JRE/include. Eddie ------=_Part_2001_29202700.1214484775268--