delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/09/05/11:07:41

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:date:from:reply-to:message-id:to:subject
:in-reply-to:references:mime-version:content-type
:content-transfer-encoding; q=dns; s=default; b=dQo4xB0aNqoSHpCW
4FG+UgHRmJooFmCFDB9q7JJauYwG+I/yqjPKgBsrQRY8hJVbXFmZ639wJe1FhgSP
cLJkOoeIZBB2JzYyIDv2kpAodj3OH+5uTCu2coyw+ZqjVVLiaJJK0XvdK31y5ZCL
9pZki6GvLhN3csmI1Kq1/LDFsVQ=
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:date:from:reply-to:message-id:to:subject
:in-reply-to:references:mime-version:content-type
:content-transfer-encoding; s=default; bh=y2eV6YxtWdo3oj5Fa4dZoV
cSrnA=; b=J+4GGVw2vdTBLEtCra/jJNwpraHnnK1CDXf3Ml7wDC0WCcYp9UEqom
jInWY6cCxvoA4KroDHmJhitAZc+eW0CvpDroyho7sl567C8fg6GGUscZlUX2Xd4y
GFJJD/V03CpZca3u86AitzNJ340loaYoH1Mfvj2it0O6JYiI4XCYs=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_THEBAT,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=HX-Priority:Normal, H*F:D*yandex.ru, H*M:yandex, H*x:Bat!
X-HELO: forward102p.mail.yandex.net
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1536159902; bh=FOxoRANrvd/Epd86cIi/L5/s9/9D/nT1CWVi/GeO8ws=; h=Date:From:Reply-To:Message-ID:To:Subject:In-Reply-To:References; b=XmfQ70cs1fxgoRNK+4NjSt4Y2ywtdFkDQ0MRiqaJ5o0PZmaUhRhwW6aGYSZmksbEv fFuuTZjqFZfgGPKioYuI7jgrn3adHqzXJ+2mq4M9p0g2s1f377SCTgPiG8V0BBKDIQ YYQBOVp+Ie0pLK/F9B+lIqYwt+GJHkHoTOOz3mBQ=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1536159901; bh=FOxoRANrvd/Epd86cIi/L5/s9/9D/nT1CWVi/GeO8ws=; h=Date:From:Reply-To:Message-ID:To:Subject:In-Reply-To:References; b=g5rxvSU5536lJ/kBHRn8/sjP/Fa7KNvu0lggwpL9FPt9cWeVOGUQKjy14JaolNQYa l6RJoKPkKT74AV6D/vECDQYwM0/XXkHYJKRM17g181zwxHg6koSqayMxGfIzWcFIpO 0lR5chENn/2YzrbwdrBLCG5YDeezz3dRr+bApMdo=
Authentication-Results: smtp1o.mail.yandex.net; dkim=pass header.i=@yandex.ru
Date: Wed, 5 Sep 2018 17:53:12 +0300
From: Andrey Repin <anrdaemon AT yandex DOT ru>
Reply-To: cygwin AT cygwin DOT com
Message-ID: <504074103.20180905175312@yandex.ru>
To: Houder <cygwin AT cygwin DOT com>, cygwin AT cygwin DOT com
Subject: Re: Cygwin fails to utilize Unicode replacement character
In-Reply-To: <740316117809ff70dfc17817d9267198@smtp-cloud9.xs4all.net>
References: <20180905075528 DOT GA22010 AT calimero DOT vinschen DOT de> <5b8fc4ea DOT 1c69fb81 DOT 3d08d DOT d585 AT mx DOT google DOT com> <672049203 DOT 20180905163133 AT yandex DOT ru> <740316117809ff70dfc17817d9267198 AT smtp-cloud9 DOT xs4all DOT net>
MIME-Version: 1.0
X-IsSubscribed: yes

Greetings, Houder!

>> > a character that DejaVu Sans Mono actually doesnt have is:
>> 
>> >     U+01C4 LATIN CAPITAL LETTER DZ WITH CARON
>> 
>> > Using this file:
>> 
>> How to compile it?
>> Simple "gcc glyph.c" fails with
>> 
>> /tmp/ccSCYXAP.o:glyph.c:(.text+0xbd): undefined reference to `__imp_CreateFontW'
>> /tmp/ccSCYXAP.o:glyph.c:(.text+0xbd): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__imp_CreateFontW'
>> /tmp/ccSCYXAP.o:glyph.c:(.text+0xd0): undefined reference to `__imp_SelectObject'
>> /tmp/ccSCYXAP.o:glyph.c:(.text+0xd0): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__imp_SelectObject'
>> /tmp/ccSCYXAP.o:glyph.c:(.text+0x111): undefined reference to `__imp_GetGlyphIndicesW'
>> /tmp/ccSCYXAP.o:glyph.c:(.text+0x111): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__imp_GetGlyphIndicesW'
>> collect2: error: ld returned 1 exit status

> 64-@@ gcc -o glyph glyph.c -lgdi32

Thanks, that's better. Somewhat.


-- 
With best regards,
Andrey Repin
Wednesday, September 5, 2018 17:52:46

Sorry for my terrible english...


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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019