Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 52737 invoked from network); 30 Jan 2007 13:49:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jan 2007 13:49:00 -0000 Received: (qmail 3081 invoked by uid 500); 30 Jan 2007 13:49:04 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 3054 invoked by uid 500); 30 Jan 2007 13:49:04 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 3045 invoked by uid 99); 30 Jan 2007 13:49:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 05:49:03 -0800 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 (herse.apache.org: domain of i.zvolsky@gmail.com designates 64.233.184.238 as permitted sender) Received: from [64.233.184.238] (HELO wr-out-0506.google.com) (64.233.184.238) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 05:48:55 -0800 Received: by wr-out-0506.google.com with SMTP id 57so1169548wri for ; Tue, 30 Jan 2007 05:48:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=htl7gzA7a6KYCd+/EtV5eMoqzF1j81fMKx26wD4KaPXFbpGwZpkjZq0lAxQkArJvKy7YEWSjpMxPz2G3GFhX8L1ys/YDIGwxTiel25gkh68YaXoBzRahd6WZ1Ww+vxFLYJNaYhPj19L+etJBz/sVhBNkO5P9s3I+w9mpBgHTce0= Received: by 10.90.75.10 with SMTP id x10mr8481697aga.1170164914074; Tue, 30 Jan 2007 05:48:34 -0800 (PST) Received: by 10.90.68.20 with HTTP; Tue, 30 Jan 2007 05:48:34 -0800 (PST) Message-ID: Date: Tue, 30 Jan 2007 19:48:34 +0600 From: "Ivan Zvolsky" To: dev@harmony.apache.org Subject: Re: [classlib][awt][em64t] need help in building lcms library on em64t for awt module In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_80711_16830028.1170164914047" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_80711_16830028.1170164914047 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline oops, missed #define USE_ASSEMBLER ... Everything is ok with that asm now, no help needed. On 1/30/07, Ivan Zvolsky wrote: > > Greetings, > > I'm trying to build windows/em64t version of classlib. Currently I've > built almost everything, except for awt. In order to build the awt module of > classlib it's needed to have the LittleCMS library binaries. And some of > lcms source files contain assembler insertions, making building with msvc > not so easy. > > If somebody could help to patch a couple of lcms source files to get them > built on win/em64t, it would be great. The library's home page is > http://www.littlecms.com. The files with asm insertions are cmsintrp.c and > cmsmtrx.c > > It seems that transforming of the asm to the plain C will do, as well as > moving asm insertions to separate .asm files in proper for ml64.exeformat. > > Ivan. > > ------=_Part_80711_16830028.1170164914047--