* Compiling Emacs 23.3 from source
@ 2011-04-26 17:04 Sokolowski, Dmitry [USA]
2011-04-26 20:20 ` Peter Dyballa
0 siblings, 1 reply; 2+ messages in thread
From: Sokolowski, Dmitry [USA] @ 2011-04-26 17:04 UTC (permalink / raw)
To: help-gnu-emacs@gnu.org
[-- Attachment #1.1: Type: text/plain, Size: 1313 bytes --]
Hello,
I am trying to compile Emacs from source on Solaris 10 box and I am getting the following error during Makefile execution:
xsettings.c: In function `parse_xft_settings':
xsettings.c:323: error: `FC_HINT_NONE' undeclared (first use in this function)
xsettings.c:323: error: (Each undeclared identifier is reported only once
xsettings.c:323: error: for each function it appears in.)
xsettings.c:325: error: `FC_HINT_SLIGHT' undeclared (first use in this function)
xsettings.c:327: error: `FC_HINT_MEDIUM' undeclared (first use in this function)
xsettings.c:329: error: `FC_HINT_FULL' undeclared (first use in this function)
xsettings.c: In function `apply_xft_settings':
xsettings.c:424: error: `FC_HINT_STYLE' undeclared (first use in this function)
*** Error code 1
make: Fatal error: Command failed for target `xsettings.o'
Current working directory /home/dsokolowski/emacs-23.3/src
*** Error code 1
make: Fatal error: Command failed for target `src'
Regards,
Dmitry Sokolowski
Associate
Booz | Allen | Hamilton
U.S. Department of Labor (client site)
Frances Perkins Building, Room S3217
200 Constitution Ave. NW. Washington DC 20210
(cell) (202) 596-7982
(office) (202) 693-5879
P Save a tree...please don't print this e-mail unless you really need to
[-- Attachment #1.2: Type: text/html, Size: 6995 bytes --]
[-- Attachment #2: image001.png --]
[-- Type: image/png, Size: 139 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Compiling Emacs 23.3 from source
2011-04-26 17:04 Compiling Emacs 23.3 from source Sokolowski, Dmitry [USA]
@ 2011-04-26 20:20 ` Peter Dyballa
0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2011-04-26 20:20 UTC (permalink / raw)
To: Sokolowski, Dmitry [USA]; +Cc: help-gnu-emacs@gnu.org
Am 26.04.2011 um 19:04 schrieb Sokolowski, Dmitry [USA]:
> xsettings.c:323: error: `FC_HINT_NONE' undeclared (first use in this
> function
>
Your compile fails to find the C header file (include/
fontconfig/)fontconfig.h, where the FC_HINT_* macros are defined.
--
Greetings
Pete
To most people solutions mean finding the answers. But to chemists
solutions
are things that are still all mixed up.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-26 20:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-26 17:04 Compiling Emacs 23.3 from source Sokolowski, Dmitry [USA]
2011-04-26 20:20 ` Peter Dyballa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).