X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Mon, 19 Jul 2010 10:15:06 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: search.h Message-ID: <20100719081506.GA26047@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <29201556 DOT post AT talk DOT nabble DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <29201556.post@talk.nabble.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Jul 18 22:24, alex42 wrote: > > I am attempting to create an Android application based on C code that I did > not write. This means using Cygwin to compile this code into the form that > the Android NDK can use. However, when I try to do this, it gives an error > on one of the source files, claiming that search.h doesn't exist. I checked, > and search.h is definitely in the Cygwin libraries that I have installed. > What might be causing this and how can I fix it? If it's an Android app, you're cross-compiling. If you're cross-compiling the system headers have no meaning and you shouldn't use them. The right header files to use are those which come with the Android development environment. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple