Hi,

thank you for the answer. I created the link and it worked. So I will submit the bug.

But compilation stops now at another point:

======================
making all in doc/it_IT.ISO8859-1/help...
make[4]: Entering directory `/home/atsol/System/cde/CDE/cde-2.2.0c/doc/it_IT.ISO8859-1/help'
+ mkdir -p ../help-sdl
LANG=it_IT.ISO8859-1 SGML_SEARCH_PATH=".:.." LD_LIBRARY_PATH=../../../exports/lib:../../../imports/motif/lib:../../../imports/x11/lib DTLCXSEARCHPATH=../../../lib/DtHelp /bin/ksh ../../../programs/dtdocbook/doc2sdl/dtdocbook -t ../../../programs/dtdocbook/doc2sdl -H ../../../programs/dthelp/parser/pass2/htag2/dthelp_htag2 -I ../../../programs/dtdocbook/instant/instant -L ../../../programs/dtdocbook/xlate_locale/xlate_locale -S ../../../programs/nsgmls/nsgmls  -o ../help-sdl/Appmanager.sdl Appmanager/book.sgm
../../../programs/dtdocbook/doc2sdl/dtdocbook[107]: ../../../programs/dtdocbook/xlate_locale/xlate_locale: not found
dtdocbook fatal error:
    Error processing Appmanager/book.sgm by nsgmls
make[4]: *** [../help-sdl/Appmanager.sdl] Error 1
make[4]: Leaving directory `/home/atsol/System/cde/CDE/cde-2.2.0c/doc/it_IT.ISO8859-1/help'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/atsol/System/cde/CDE/cde-2.2.0c/doc/it_IT.ISO8859-1'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/atsol/System/cde/CDE/cde-2.2.0c/doc'
make[1]: *** [all.doc] Error 2
make[1]: Leaving directory `/home/atsol/System/cde/CDE/cde-2.2.0c'
make: *** [World] Error 2
======================

I get similar errors for the other languages. Compilation stops and many of the CDE programms
do not get compiled. What am I missing now? locales-it is installed:

$ rpm -q locales-it
locales-it-2.14.1-3.mga2
$

It was exactly the same with the git source.

Thank you,

Antonis.


Στις 14/02/2013 04:01 μμ, ο/η Oleksiy Ch έγραψε:
Hi,

FREETYPE_CFLAGS are not used in Makefiles. It's a bug of autoconf (hello gnu auto* :-)) and/or Motif configure.ac/Makefile.in's. Please report this bug on bugs.motifzone.net.

You can quickly resolve this issue by making symlink
/usr/include/freetype ->  /usr/include/freetype2/freetype
This works for me.

OR run configure with CFLAGS option
$ configure --enable-xft CFLAGS="-I/usr/include/freetype2"

There is a configure option '--with-freetype-includes' that sets FREETYPE_CFLAGS hardly but it's useless since as I said this variable is not merged with CFLAGS.


Alex Che


From: Antonis Tsolomitis <antonis.tsolomi...@gmail.com>
To: "cdesktopenv-devel@lists.sourceforge.net" <cdesktopenv-devel@lists.sourceforge.net>
Sent: Thursday, February 14, 2013 1:02 PM
Subject: [cdesktopenv-devel] building on Linux Mageia2. Difficulty with motif.


Hello,

I am trying to build it o Linux Mageia2 but I can not compile the motif
library first.

Where can I ask for such a problem? Here? Elsewhere?

Motif is the source provided by sourceforge motif site.
The problem is with freetype. I get

============================================
In file included from /usr/include/X11/Xft/Xft.h:39:0,
                from XmRenderTI.h:33,
                from Label.c:82:
/usr/include/ft2build.h:56:38: fatal error: freetype/config/ftheader.h:
No such file or directory
compilation terminated.
============================================

However, the file exists:

$ ls -lh /usr/include/freetype2/freetype/config/ftheader.h
-rw-r--r-- 1 root root 25K Mar  9  2012
/usr/include/freetype2/freetype/config/ftheader.h
$

Makefile contains:

===============================
$ cat Makefile | grep freetype
FREETYPE_CFLAGS = -I/usr/include/freetype2
ft_config = freetype-config
$
===============================

Xft.h is from libxft-devel:

===============================
$ rpm -qf /usr/include/X11/Xft/Xft.h
libxft-devel-2.3.0-1.mga2
$
===============================


What is wrong?

thank you,

Antonis.





------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel



------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to