X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=rUWpXxn
	VQmE03WbAHQckZtM/Gx41UjLpSZlbfUhpZKFr36kqGRnU3TVYpDtFv/lA9q0jlJ8
	8QieWW3rgFGXDWcL47K31qkDJNpJGJu5mE9zPxIX+EhuMFA5yQ6bdNdXAKEoYP3b
	iZmCU5NlDhTP/I62jbAeh0/JPJjKdTFzPJjM=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type; s=default; bh=POJF19PW6WPM7
	ZNqCmcif6s9pTw=; b=TTadxluQU95TEcjCqdv3WZHc6sHaWsEPJuT+0xyuXRpv+
	VAHyyQCEc3+KJKujPwqazXHE/PVdM5jVI1tCbKPFTgZ1dEInk0zTfkhBjVq988CQ
	DejDUJ8opa196Ne0l54b3wm2JScV1bS7TZEI94UbS4w4SAQhWATpTkeFpesPxU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Scott, scott, gursoy, GURSOY
X-HELO: mail-qk1-f181.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20161025;        h=mime-version:references:in-reply-to:from:date:message-id:subject:to;        bh=Y4Ge+mNGBvGFw4VGJA+64nYCLqLw/4yLOCvhXL6WQko=;        b=AkTnKdNz8iX01fDvvE7Rhqc6VelhY9aO4LFt+RgnNX/E5Mi5V/gylXgi0fd/NG+K/l         FzxkigsANYWDm3LEQwJFr+P9uUM6cWarbd5SgL7HqjHGHYMxGg53VgydHTiEgkn8MJA0         WNJYywCug0rY4yZY/fhnIE5tzTBx8qz2Djm7okJP/o4QWvrOMNEme9eAVF1KQtwE4Nmb         zdx3Bd9FO9NoHXQz3C7CG3dX9ZHIRnda49+qxPs+U4U2WoG9LKBEegQsihKAOEvKguyr         fmuDwF948LPNaz1uFccgvdijIjkfJLwNZZSjC1Dl84suAcCH97spcVqN3ahGuyTH9sbx         I5jg==
MIME-Version: 1.0
References: <CALvTUjjvumtDn8KoOO+S1jz1dut9_T+FMbnLABiY=2+SjCHs1A@mail.gmail.com>
In-Reply-To: <CALvTUjjvumtDn8KoOO+S1jz1dut9_T+FMbnLABiY=2+SjCHs1A@mail.gmail.com>
From: Csaba Raduly <rcsaba@gmail.com>
Date: Thu, 11 Oct 2018 11:17:38 +0200
Message-ID: <CAEhDDbBdXA-7fGgYQFgOqqHbMTqG2d09pYPk0TXmskokPW3aXA@mail.gmail.com>
Subject: Re: BIND 9_11_p1 Compiling From Cygwin Source
To: cygwin list <cygwin@cygwin.com>
Content-Type: text/plain; charset="UTF-8"

Hi Onur,
On Thu, Oct 11, 2018 at 9:46 AM Onur GURSOY wrote:
>
> Hello Everyone,
>
> Nowadays, Im trying to many cyfwin package.
> I lookfor a dns server, i notice bind9 and i found a pacakage in cygwin.
> Everythin is ok but cygwin support binary package and source.
> Binary package is working very well but when i try to compile from source
> "cygport bind.cygport all"
> doesnt compile,
> first i fix "--with-libxml2=/usr/include/libxml2"
> then i install may db package
> after then i take an error " stringprep.h: No such file or directory"
> What is the problem with cygwin enviroment ?

Cygwin package search tells us:

https://cygwin.com/cgi-bin2/package-grep.cgi?grep=stringprep.h&arch=x86_64

You probably need to install libidn-devel (which should drag in libidn)

Csaba
-- 
You can get very substantial performance improvements
by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler
So if you're looking for a completely portable, 100% standards-conformat way
to get the wrong information: this is what you want. - Scott Meyers (C++TDaWYK)

--
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

