From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: JPEG - GNU Emacs 21.3.50.1 Date: 03 Feb 2003 19:07:58 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20030203041246.0C09C40213@server2.fastmail.fm> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044299637 25455 80.91.224.249 (3 Feb 2003 19:13:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Feb 2003 19:13:57 +0000 (UTC) Cc: Emacs Devel Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18fm2W-0006cK-00 for ; Mon, 03 Feb 2003 20:13:56 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18fmAF-0002fr-00 for ; Mon, 03 Feb 2003 20:21:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fm33-0007jO-08 for emacs-devel@quimby.gnus.org; Mon, 03 Feb 2003 14:14:29 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18fm2d-0007HB-00 for emacs-devel@gnu.org; Mon, 03 Feb 2003 14:14:03 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18fm2L-0006dv-00 for emacs-devel@gnu.org; Mon, 03 Feb 2003 14:13:47 -0500 Original-Received: from server0011.freedom2surf.net ([194.106.56.14] helo=server0027.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18flyu-0004Iz-00 for emacs-devel@gnu.org; Mon, 03 Feb 2003 14:10:12 -0500 Original-Received: from nyaumo.jasonr.f2s.com ([195.137.103.251]) h13JA8P5011991; Mon, 3 Feb 2003 19:10:09 GMT Original-Received: from nyaumo.jasonr.f2s.com (localhost [127.0.0.1]) by nyaumo.jasonr.f2s.com (Postfix) with ESMTP id A006F4B10A; Mon, 3 Feb 2003 19:07:58 +0000 (GMT) Original-To: "Dhruva Krishnamurthy" In-Reply-To: <20030203041246.0C09C40213@server2.fastmail.fm> Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11332 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11332 "Dhruva Krishnamurthy" writes: > Hello, > I tried building Emacs with JPEG support using the MinGW & JPEG 6.0. > INT32 is getting redefined in the MinGW tools distribution's "basetsd.h" > file and JPEG's "jmorecfg.h" file. I had to alter the "jmorecfg.h" and > prevent the redefinition by putting it in a "#ifdef emacs" block. Is > there a way to avoid redefinition of typedefs in 'C'? The sources at gnuwin32.sourceforge.net prevent the redefinition with #ifndef _WIN32_, so this seems to be a general problem with mingw32 and the jpeg library. Probably this should be reported to the maintainers of jpeg-6b. > PS: Can I use GTK build on Windows? I have GTK for Windows. AFAIK, no. The GTK build still uses X specific features.