X-Recipient: archive-cygwin AT delorie DOT 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=Ya1 KodZ/9j3LHA3Ya3OtQZGv+zVAEZUy9Ju87obuvg0looQH2XpaQyBDGv7H7WUw6Th o81xVloMtPDerD5Pli6Pc5l4l/tCPjBKwe+A75Icgx9tZ5q31rqh2YSbp3yyRKNM TJU+8SLGGXmzYeBIWY2n35oXEoAAU6Ny4VAkYBWM= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=6W9sru0MV mv+CABXchXIzcifG/k=; b=THbJpOcBvgOXDP4IuyKKACpjW23yC5YDSm8iISjaT ujilWto5YwIVqSzby2SEoBpIoH+ejzPLPqveXTyl7nUuehVqHLhwcJRLlMUSFYqz A/q4B0+to5EFWnVnZPaloXduImjTZVetOw7kSVqFsFObBZrfK5dJFG4b06lSMTOP AQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.2 X-Received: by 10.68.170.133 with SMTP id am5mr5092871pbc.104.1377351042776; Sat, 24 Aug 2013 06:30:42 -0700 (PDT) Message-ID: <5218B575.5090002@gmail.com> Date: Sat, 24 Aug 2013 22:30:29 +0900 From: nu774 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: wish(Tk) crashes without fontconfig, but fontconfig is not installed as a dependency Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Hi, Without fontconfig, wish(Tk) seems to crash on the attempt to create widgets (which requires some fonts to render text) like the following: $ DISPLAY=localhost:0.0 wish % label .l -text "foo" <--- crash It seems that libfontconfig is already installed; but is there any reason not to install fontconfig package as a dependency of Tk? -- 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