emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JPEG - GNU Emacs 21.3.50.1


From: Jason Rumney
Subject: Re: JPEG - GNU Emacs 21.3.50.1
Date: 03 Feb 2003 19:07:58 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

"Dhruva Krishnamurthy" <address@hidden> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]