Error message trying to compile old Pango
I am currently trying to install and old version of Pango. I tried two versions, 10.5 and 1.1.1 and they say similar things. Pango 1.1.1 says:
I tried to run configure in two different versions of Pango, passing two different versions of FreeType to the configure with this command:
./configure PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/Freetype-2.2.1/lib/pkgconfig/
./configure PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/Freetype-2.9.1/lib/pkgconfig/
The results is the same for both:
checking for X... no
configure: WARNING: X development libraries not found
checking for freetype-config... no
checking freetype/internal/tterrors.h usability... no
checking freetype/internal/tterrors.h presence... no
checking for freetype/internal/tterrors.h... no
checking for FT_Get_First_Char... no
checking for pkg-config... /usr/bin/pkg-config
checking for fontconfig >= 1.0.1... checking for xft >= 2.0.0... configure: error: *** Didn't find any of FreeType, X11, or Win32.
*** Must have at least one backend to build
Pango 1.05 repeats the messages until FT_Get_First_Char and then says:
configure: error: *** Didn't find any of FreeType, X11, or Win32.
*** Must have at least one backend to build Pango.
All I want to know is what packages I do need to compile to be able to compile Pango and where to find them.
The software that will need Pango only needs an old version, so I will not use a newer version, unless I have to (i.e I cannot compile an older version).
In last case, I may look for a pango dev package fro my distro, but only as a last resource, if I cannot compile an old or even a newer version.
So, anyone has an idea of what packages I do need and where to find them ?
compiling fonts fontconfig
add a comment |
I am currently trying to install and old version of Pango. I tried two versions, 10.5 and 1.1.1 and they say similar things. Pango 1.1.1 says:
I tried to run configure in two different versions of Pango, passing two different versions of FreeType to the configure with this command:
./configure PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/Freetype-2.2.1/lib/pkgconfig/
./configure PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/Freetype-2.9.1/lib/pkgconfig/
The results is the same for both:
checking for X... no
configure: WARNING: X development libraries not found
checking for freetype-config... no
checking freetype/internal/tterrors.h usability... no
checking freetype/internal/tterrors.h presence... no
checking for freetype/internal/tterrors.h... no
checking for FT_Get_First_Char... no
checking for pkg-config... /usr/bin/pkg-config
checking for fontconfig >= 1.0.1... checking for xft >= 2.0.0... configure: error: *** Didn't find any of FreeType, X11, or Win32.
*** Must have at least one backend to build
Pango 1.05 repeats the messages until FT_Get_First_Char and then says:
configure: error: *** Didn't find any of FreeType, X11, or Win32.
*** Must have at least one backend to build Pango.
All I want to know is what packages I do need to compile to be able to compile Pango and where to find them.
The software that will need Pango only needs an old version, so I will not use a newer version, unless I have to (i.e I cannot compile an older version).
In last case, I may look for a pango dev package fro my distro, but only as a last resource, if I cannot compile an old or even a newer version.
So, anyone has an idea of what packages I do need and where to find them ?
compiling fonts fontconfig
1
you're not telling what OS/distro you're using; please add that info to your question. If you're on something debian-like, you should at leastapt get install xorg-dev libfreetype6-dev
.
– mosvy
6 hours ago
add a comment |
I am currently trying to install and old version of Pango. I tried two versions, 10.5 and 1.1.1 and they say similar things. Pango 1.1.1 says:
I tried to run configure in two different versions of Pango, passing two different versions of FreeType to the configure with this command:
./configure PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/Freetype-2.2.1/lib/pkgconfig/
./configure PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/Freetype-2.9.1/lib/pkgconfig/
The results is the same for both:
checking for X... no
configure: WARNING: X development libraries not found
checking for freetype-config... no
checking freetype/internal/tterrors.h usability... no
checking freetype/internal/tterrors.h presence... no
checking for freetype/internal/tterrors.h... no
checking for FT_Get_First_Char... no
checking for pkg-config... /usr/bin/pkg-config
checking for fontconfig >= 1.0.1... checking for xft >= 2.0.0... configure: error: *** Didn't find any of FreeType, X11, or Win32.
*** Must have at least one backend to build
Pango 1.05 repeats the messages until FT_Get_First_Char and then says:
configure: error: *** Didn't find any of FreeType, X11, or Win32.
*** Must have at least one backend to build Pango.
All I want to know is what packages I do need to compile to be able to compile Pango and where to find them.
The software that will need Pango only needs an old version, so I will not use a newer version, unless I have to (i.e I cannot compile an older version).
In last case, I may look for a pango dev package fro my distro, but only as a last resource, if I cannot compile an old or even a newer version.
So, anyone has an idea of what packages I do need and where to find them ?
compiling fonts fontconfig
I am currently trying to install and old version of Pango. I tried two versions, 10.5 and 1.1.1 and they say similar things. Pango 1.1.1 says:
I tried to run configure in two different versions of Pango, passing two different versions of FreeType to the configure with this command:
./configure PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/Freetype-2.2.1/lib/pkgconfig/
./configure PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/Freetype-2.9.1/lib/pkgconfig/
The results is the same for both:
checking for X... no
configure: WARNING: X development libraries not found
checking for freetype-config... no
checking freetype/internal/tterrors.h usability... no
checking freetype/internal/tterrors.h presence... no
checking for freetype/internal/tterrors.h... no
checking for FT_Get_First_Char... no
checking for pkg-config... /usr/bin/pkg-config
checking for fontconfig >= 1.0.1... checking for xft >= 2.0.0... configure: error: *** Didn't find any of FreeType, X11, or Win32.
*** Must have at least one backend to build
Pango 1.05 repeats the messages until FT_Get_First_Char and then says:
configure: error: *** Didn't find any of FreeType, X11, or Win32.
*** Must have at least one backend to build Pango.
All I want to know is what packages I do need to compile to be able to compile Pango and where to find them.
The software that will need Pango only needs an old version, so I will not use a newer version, unless I have to (i.e I cannot compile an older version).
In last case, I may look for a pango dev package fro my distro, but only as a last resource, if I cannot compile an old or even a newer version.
So, anyone has an idea of what packages I do need and where to find them ?
compiling fonts fontconfig
compiling fonts fontconfig
edited 6 hours ago
Rui F Ribeiro
41.3k1481140
41.3k1481140
asked 6 hours ago
user2752471user2752471
164
164
1
you're not telling what OS/distro you're using; please add that info to your question. If you're on something debian-like, you should at leastapt get install xorg-dev libfreetype6-dev
.
– mosvy
6 hours ago
add a comment |
1
you're not telling what OS/distro you're using; please add that info to your question. If you're on something debian-like, you should at leastapt get install xorg-dev libfreetype6-dev
.
– mosvy
6 hours ago
1
1
you're not telling what OS/distro you're using; please add that info to your question. If you're on something debian-like, you should at least
apt get install xorg-dev libfreetype6-dev
.– mosvy
6 hours ago
you're not telling what OS/distro you're using; please add that info to your question. If you're on something debian-like, you should at least
apt get install xorg-dev libfreetype6-dev
.– mosvy
6 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505387%2ferror-message-trying-to-compile-old-pango%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505387%2ferror-message-trying-to-compile-old-pango%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
you're not telling what OS/distro you're using; please add that info to your question. If you're on something debian-like, you should at least
apt get install xorg-dev libfreetype6-dev
.– mosvy
6 hours ago