help compiling xoscope-2.2
I have some experience with Ubuntu and the command line but I'm totally new to compiling. when I run ./configure I get a package requirement not met error that says gtk+ not found.
I have verified that two versions of gtk+ are installed(2+3),build-essentials are there, PKG_CONFIG_PATH is set(used apt-file search to find the path), everything that could be has been upgraded.
I've been at this for two days and have tried everything I found on the internet. I could really use some help. I apologize if this is a redundant question. Thanks in advance.
compiling gtk
add a comment |
I have some experience with Ubuntu and the command line but I'm totally new to compiling. when I run ./configure I get a package requirement not met error that says gtk+ not found.
I have verified that two versions of gtk+ are installed(2+3),build-essentials are there, PKG_CONFIG_PATH is set(used apt-file search to find the path), everything that could be has been upgraded.
I've been at this for two days and have tried everything I found on the internet. I could really use some help. I apologize if this is a redundant question. Thanks in advance.
compiling gtk
1
Is the development package for GTK+ installed (libgtk2.0-dev)?
– steeldriver
Dec 17 at 0:31
Yes I neglected to mention that. Thanks for your interest! I searched up and down the internet and found a lot of useful suggestions and a lot of Ubuntu documentation. I tried everything I found. Incidentally I'm running 1804 bionic beaver.
– Harry Busk
Dec 17 at 2:22
So, what doespkg-config --modversion gtk+-2.0report? what version of Ubuntu are you using? If you pastebin theconfig.logfile perhaps someone will be able to spot what's wrong.
– steeldriver
Dec 17 at 2:30
hi! thanks to a fellow user I was able to make considerable progress. make install returned error 2. im going to dig into it a bit.
– Harry Busk
Dec 17 at 3:49
add a comment |
I have some experience with Ubuntu and the command line but I'm totally new to compiling. when I run ./configure I get a package requirement not met error that says gtk+ not found.
I have verified that two versions of gtk+ are installed(2+3),build-essentials are there, PKG_CONFIG_PATH is set(used apt-file search to find the path), everything that could be has been upgraded.
I've been at this for two days and have tried everything I found on the internet. I could really use some help. I apologize if this is a redundant question. Thanks in advance.
compiling gtk
I have some experience with Ubuntu and the command line but I'm totally new to compiling. when I run ./configure I get a package requirement not met error that says gtk+ not found.
I have verified that two versions of gtk+ are installed(2+3),build-essentials are there, PKG_CONFIG_PATH is set(used apt-file search to find the path), everything that could be has been upgraded.
I've been at this for two days and have tried everything I found on the internet. I could really use some help. I apologize if this is a redundant question. Thanks in advance.
compiling gtk
compiling gtk
edited Dec 17 at 5:08
NIMISHAN
85121119
85121119
asked Dec 17 at 0:22
Harry Busk
135
135
1
Is the development package for GTK+ installed (libgtk2.0-dev)?
– steeldriver
Dec 17 at 0:31
Yes I neglected to mention that. Thanks for your interest! I searched up and down the internet and found a lot of useful suggestions and a lot of Ubuntu documentation. I tried everything I found. Incidentally I'm running 1804 bionic beaver.
– Harry Busk
Dec 17 at 2:22
So, what doespkg-config --modversion gtk+-2.0report? what version of Ubuntu are you using? If you pastebin theconfig.logfile perhaps someone will be able to spot what's wrong.
– steeldriver
Dec 17 at 2:30
hi! thanks to a fellow user I was able to make considerable progress. make install returned error 2. im going to dig into it a bit.
– Harry Busk
Dec 17 at 3:49
add a comment |
1
Is the development package for GTK+ installed (libgtk2.0-dev)?
– steeldriver
Dec 17 at 0:31
Yes I neglected to mention that. Thanks for your interest! I searched up and down the internet and found a lot of useful suggestions and a lot of Ubuntu documentation. I tried everything I found. Incidentally I'm running 1804 bionic beaver.
– Harry Busk
Dec 17 at 2:22
So, what doespkg-config --modversion gtk+-2.0report? what version of Ubuntu are you using? If you pastebin theconfig.logfile perhaps someone will be able to spot what's wrong.
– steeldriver
Dec 17 at 2:30
hi! thanks to a fellow user I was able to make considerable progress. make install returned error 2. im going to dig into it a bit.
– Harry Busk
Dec 17 at 3:49
1
1
Is the development package for GTK+ installed (
libgtk2.0-dev)?– steeldriver
Dec 17 at 0:31
Is the development package for GTK+ installed (
libgtk2.0-dev)?– steeldriver
Dec 17 at 0:31
Yes I neglected to mention that. Thanks for your interest! I searched up and down the internet and found a lot of useful suggestions and a lot of Ubuntu documentation. I tried everything I found. Incidentally I'm running 1804 bionic beaver.
– Harry Busk
Dec 17 at 2:22
Yes I neglected to mention that. Thanks for your interest! I searched up and down the internet and found a lot of useful suggestions and a lot of Ubuntu documentation. I tried everything I found. Incidentally I'm running 1804 bionic beaver.
– Harry Busk
Dec 17 at 2:22
So, what does
pkg-config --modversion gtk+-2.0 report? what version of Ubuntu are you using? If you pastebin the config.log file perhaps someone will be able to spot what's wrong.– steeldriver
Dec 17 at 2:30
So, what does
pkg-config --modversion gtk+-2.0 report? what version of Ubuntu are you using? If you pastebin the config.log file perhaps someone will be able to spot what's wrong.– steeldriver
Dec 17 at 2:30
hi! thanks to a fellow user I was able to make considerable progress. make install returned error 2. im going to dig into it a bit.
– Harry Busk
Dec 17 at 3:49
hi! thanks to a fellow user I was able to make considerable progress. make install returned error 2. im going to dig into it a bit.
– Harry Busk
Dec 17 at 3:49
add a comment |
3 Answers
3
active
oldest
votes
Try the following to get all the dev libraries you need;
sudo apt-get install libgtkdataboxmm-dev fftw3-dev
Then do your ./configure && make
hey that was great! configure went without a hitch. so did make I think. make install returned a definite error2. i want to dig into this before i ask for more help. thank you.
– Harry Busk
Dec 17 at 3:45
add a comment |
As xoscope is packaged in all supported Ubuntu versions, you should rely on the power APT.
Install package's build dependencies with
sudo apt-get build-dep xoscope
and continue as you tried.
add a comment |
As mentioned on @NOrbert answer section, xoscope package available in all supported Ubuntu versions. just follow the command :
sudo apt-get install xoscope libgtk2.0-dev
If you install xoscope package from build source-code like this github, you should install the dependencies :
sudo apt-get install libsx svgalib g3vga
and try compiling your source-code again!!
./configure;
Make sure when configuring the source-code, you have a log like :
...
Checking: <depend-packages> is YES
...
Instead
...
Checking: <depend-packages> is NO
...
If all the dependencies is right, you can install the .makefile files :
make; make install;
Hope this helps;
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f1102440%2fhelp-compiling-xoscope-2-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try the following to get all the dev libraries you need;
sudo apt-get install libgtkdataboxmm-dev fftw3-dev
Then do your ./configure && make
hey that was great! configure went without a hitch. so did make I think. make install returned a definite error2. i want to dig into this before i ask for more help. thank you.
– Harry Busk
Dec 17 at 3:45
add a comment |
Try the following to get all the dev libraries you need;
sudo apt-get install libgtkdataboxmm-dev fftw3-dev
Then do your ./configure && make
hey that was great! configure went without a hitch. so did make I think. make install returned a definite error2. i want to dig into this before i ask for more help. thank you.
– Harry Busk
Dec 17 at 3:45
add a comment |
Try the following to get all the dev libraries you need;
sudo apt-get install libgtkdataboxmm-dev fftw3-dev
Then do your ./configure && make
Try the following to get all the dev libraries you need;
sudo apt-get install libgtkdataboxmm-dev fftw3-dev
Then do your ./configure && make
answered Dec 17 at 2:50
Stephen Bancroft
161
161
hey that was great! configure went without a hitch. so did make I think. make install returned a definite error2. i want to dig into this before i ask for more help. thank you.
– Harry Busk
Dec 17 at 3:45
add a comment |
hey that was great! configure went without a hitch. so did make I think. make install returned a definite error2. i want to dig into this before i ask for more help. thank you.
– Harry Busk
Dec 17 at 3:45
hey that was great! configure went without a hitch. so did make I think. make install returned a definite error2. i want to dig into this before i ask for more help. thank you.
– Harry Busk
Dec 17 at 3:45
hey that was great! configure went without a hitch. so did make I think. make install returned a definite error2. i want to dig into this before i ask for more help. thank you.
– Harry Busk
Dec 17 at 3:45
add a comment |
As xoscope is packaged in all supported Ubuntu versions, you should rely on the power APT.
Install package's build dependencies with
sudo apt-get build-dep xoscope
and continue as you tried.
add a comment |
As xoscope is packaged in all supported Ubuntu versions, you should rely on the power APT.
Install package's build dependencies with
sudo apt-get build-dep xoscope
and continue as you tried.
add a comment |
As xoscope is packaged in all supported Ubuntu versions, you should rely on the power APT.
Install package's build dependencies with
sudo apt-get build-dep xoscope
and continue as you tried.
As xoscope is packaged in all supported Ubuntu versions, you should rely on the power APT.
Install package's build dependencies with
sudo apt-get build-dep xoscope
and continue as you tried.
answered Dec 17 at 8:19
N0rbert
21k54598
21k54598
add a comment |
add a comment |
As mentioned on @NOrbert answer section, xoscope package available in all supported Ubuntu versions. just follow the command :
sudo apt-get install xoscope libgtk2.0-dev
If you install xoscope package from build source-code like this github, you should install the dependencies :
sudo apt-get install libsx svgalib g3vga
and try compiling your source-code again!!
./configure;
Make sure when configuring the source-code, you have a log like :
...
Checking: <depend-packages> is YES
...
Instead
...
Checking: <depend-packages> is NO
...
If all the dependencies is right, you can install the .makefile files :
make; make install;
Hope this helps;
add a comment |
As mentioned on @NOrbert answer section, xoscope package available in all supported Ubuntu versions. just follow the command :
sudo apt-get install xoscope libgtk2.0-dev
If you install xoscope package from build source-code like this github, you should install the dependencies :
sudo apt-get install libsx svgalib g3vga
and try compiling your source-code again!!
./configure;
Make sure when configuring the source-code, you have a log like :
...
Checking: <depend-packages> is YES
...
Instead
...
Checking: <depend-packages> is NO
...
If all the dependencies is right, you can install the .makefile files :
make; make install;
Hope this helps;
add a comment |
As mentioned on @NOrbert answer section, xoscope package available in all supported Ubuntu versions. just follow the command :
sudo apt-get install xoscope libgtk2.0-dev
If you install xoscope package from build source-code like this github, you should install the dependencies :
sudo apt-get install libsx svgalib g3vga
and try compiling your source-code again!!
./configure;
Make sure when configuring the source-code, you have a log like :
...
Checking: <depend-packages> is YES
...
Instead
...
Checking: <depend-packages> is NO
...
If all the dependencies is right, you can install the .makefile files :
make; make install;
Hope this helps;
As mentioned on @NOrbert answer section, xoscope package available in all supported Ubuntu versions. just follow the command :
sudo apt-get install xoscope libgtk2.0-dev
If you install xoscope package from build source-code like this github, you should install the dependencies :
sudo apt-get install libsx svgalib g3vga
and try compiling your source-code again!!
./configure;
Make sure when configuring the source-code, you have a log like :
...
Checking: <depend-packages> is YES
...
Instead
...
Checking: <depend-packages> is NO
...
If all the dependencies is right, you can install the .makefile files :
make; make install;
Hope this helps;
answered Dec 17 at 12:08
abu-ahmed al-khatiri
89615
89615
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2faskubuntu.com%2fquestions%2f1102440%2fhelp-compiling-xoscope-2-2%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
Is the development package for GTK+ installed (
libgtk2.0-dev)?– steeldriver
Dec 17 at 0:31
Yes I neglected to mention that. Thanks for your interest! I searched up and down the internet and found a lot of useful suggestions and a lot of Ubuntu documentation. I tried everything I found. Incidentally I'm running 1804 bionic beaver.
– Harry Busk
Dec 17 at 2:22
So, what does
pkg-config --modversion gtk+-2.0report? what version of Ubuntu are you using? If you pastebin theconfig.logfile perhaps someone will be able to spot what's wrong.– steeldriver
Dec 17 at 2:30
hi! thanks to a fellow user I was able to make considerable progress. make install returned error 2. im going to dig into it a bit.
– Harry Busk
Dec 17 at 3:49