Need help installing plugin from source with makeCompiling GTK2 from sourceInstalling applications from sourceBuild .deb package from source, without installing itInstalling software from sourceError 255 when installing openSSL from sourceuninstall package compiled from sourceInstalling from source a package that has already been installed by the package manager
Does the sterile cockpit rule mean flight attendants could not inform the pilots if a passenger is in the lavatory while on final?
Is the net charge on a capacitor zero? If yes, then why?
Eating Titan's oceans
being overqualified as a barrier for getting a job
What does a reduction gearbox do in a turbofan engine?
How to know if password in /etc/shadow is hashed with SHA or MD?
What kind of electrical connector is this and how do I remove it?
Why is the superlative of "nah" not "am nähsten" but "am nächsten"?
What is the narrative difference between a Charisma and Wisdom saving throw?
Would a uranium 235 fuel pellet the size of Earth explode?
Can I Haste, booming blade, green flame blade and smite?
How to get a bowl with one liter of water
What are some games I can watch to become better in playing chess?
Why aren't we seeing carbon taxes in practice?
Why using adjective after noun?
Is the weight of the aircraft flying in the sky transferred to the ground?
Is it possible to kill parasitic worms by intoxicating oneself?
Do spaces admit a weak cogenerating set?
Could a German insult Hitler without being arrested?
Software to assist drawing of complex, three-dimensional skeletal formula from scratch or from existing crystal structure
How does a soft landing technically work without air on the moon?
What is the PDF for the minimum difference between a random number and a set of random numbers
Why aren't we seeing carbon taxes in practice?
USA fingerprint on arrival
Need help installing plugin from source with make
Compiling GTK2 from sourceInstalling applications from sourceBuild .deb package from source, without installing itInstalling software from sourceError 255 when installing openSSL from sourceuninstall package compiled from sourceInstalling from source a package that has already been installed by the package manager
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I am running Ubuntu 12.04 x64 desktop DVD, and I have installed GIMP 2.6.12 from the Ubuntu Software Center. I need a plug-in for batch resizing of images, and found one. I downloaded the plug-in, extracted in my downloads folder. The read-me says to make and make install. I tried "make" via the terminal and I am getting an error. The plugin I am trying to install is http://www.alessandrofrancesconi.it/projects/bimp/. The full output in the terminal from my make command to the end is(sorry total noob for GNU/Linux and StackExchange here and don't know how to properly insert code):
aknewhope@jordandesktop:~/Downloads$ make
make: gimptool-2.0: Command not found
gcc -o ./bin/bimp -Wall -Wno-unused-variable -Wno-pointer-sign -Wno-parentheses
src/*.c src/manipulation-gui/*.c -DGIMP_DISABLE_DEPRECATED
src/bimp-gui.c:7:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-manipulations-gui.c:5:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-manipulations.c:7:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-operate.c:10:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp.c:25:26: fatal error: libgimp/gimp.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-changeformat.c:2:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-color.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-crop.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-fliprotate.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-rename.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-resize.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-sharp.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-userdef.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-watermark.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
make: *** [make] Error 1
install-from-source
add a comment
|
I am running Ubuntu 12.04 x64 desktop DVD, and I have installed GIMP 2.6.12 from the Ubuntu Software Center. I need a plug-in for batch resizing of images, and found one. I downloaded the plug-in, extracted in my downloads folder. The read-me says to make and make install. I tried "make" via the terminal and I am getting an error. The plugin I am trying to install is http://www.alessandrofrancesconi.it/projects/bimp/. The full output in the terminal from my make command to the end is(sorry total noob for GNU/Linux and StackExchange here and don't know how to properly insert code):
aknewhope@jordandesktop:~/Downloads$ make
make: gimptool-2.0: Command not found
gcc -o ./bin/bimp -Wall -Wno-unused-variable -Wno-pointer-sign -Wno-parentheses
src/*.c src/manipulation-gui/*.c -DGIMP_DISABLE_DEPRECATED
src/bimp-gui.c:7:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-manipulations-gui.c:5:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-manipulations.c:7:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-operate.c:10:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp.c:25:26: fatal error: libgimp/gimp.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-changeformat.c:2:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-color.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-crop.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-fliprotate.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-rename.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-resize.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-sharp.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-userdef.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-watermark.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
make: *** [make] Error 1
install-from-source
add a comment
|
I am running Ubuntu 12.04 x64 desktop DVD, and I have installed GIMP 2.6.12 from the Ubuntu Software Center. I need a plug-in for batch resizing of images, and found one. I downloaded the plug-in, extracted in my downloads folder. The read-me says to make and make install. I tried "make" via the terminal and I am getting an error. The plugin I am trying to install is http://www.alessandrofrancesconi.it/projects/bimp/. The full output in the terminal from my make command to the end is(sorry total noob for GNU/Linux and StackExchange here and don't know how to properly insert code):
aknewhope@jordandesktop:~/Downloads$ make
make: gimptool-2.0: Command not found
gcc -o ./bin/bimp -Wall -Wno-unused-variable -Wno-pointer-sign -Wno-parentheses
src/*.c src/manipulation-gui/*.c -DGIMP_DISABLE_DEPRECATED
src/bimp-gui.c:7:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-manipulations-gui.c:5:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-manipulations.c:7:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-operate.c:10:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp.c:25:26: fatal error: libgimp/gimp.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-changeformat.c:2:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-color.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-crop.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-fliprotate.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-rename.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-resize.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-sharp.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-userdef.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-watermark.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
make: *** [make] Error 1
install-from-source
I am running Ubuntu 12.04 x64 desktop DVD, and I have installed GIMP 2.6.12 from the Ubuntu Software Center. I need a plug-in for batch resizing of images, and found one. I downloaded the plug-in, extracted in my downloads folder. The read-me says to make and make install. I tried "make" via the terminal and I am getting an error. The plugin I am trying to install is http://www.alessandrofrancesconi.it/projects/bimp/. The full output in the terminal from my make command to the end is(sorry total noob for GNU/Linux and StackExchange here and don't know how to properly insert code):
aknewhope@jordandesktop:~/Downloads$ make
make: gimptool-2.0: Command not found
gcc -o ./bin/bimp -Wall -Wno-unused-variable -Wno-pointer-sign -Wno-parentheses
src/*.c src/manipulation-gui/*.c -DGIMP_DISABLE_DEPRECATED
src/bimp-gui.c:7:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-manipulations-gui.c:5:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-manipulations.c:7:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-operate.c:10:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp.c:25:26: fatal error: libgimp/gimp.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-changeformat.c:2:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-color.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-crop.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-fliprotate.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-rename.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-resize.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-sharp.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-userdef.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-watermark.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
make: *** [make] Error 1
install-from-source
install-from-source
asked May 7 '12 at 0:26
aknewhopeaknewhope
411 silver badge7 bronze badges
411 silver badge7 bronze badges
add a comment
|
add a comment
|
3 Answers
3
active
oldest
votes
The problem was, was that in the read-me, he states that "gimp-dev" package needs to be installed for plugin compilation for Gimp. I looked for that but it has a different name on ubuntu.packages.com(and Debian) called libgimp2.0-dev. Worked after installation of that. Contacted the developer on GitHub and he responded and will update in the future release. Thanks
I don't know the protocol here. Should he accept his answer to close the question?
– gecko
May 8 '12 at 3:10
1
I tried installing this library and the ones Welenofsky suggested but I still get this error.
– Peter Lawrey
Jan 30 '13 at 8:46
add a comment
|
You probably answered this long ago but in case you hit a problem like this in the future, you can use the search tool at packages.ubuntu.com to find out what package supplies a file.
Steve S.
add a comment
|
It might be that you do not have the GTK+ development libraries installed. You may fix it by installing GTK+
try
sudo apt-get install libgtkmm-3.0-1 libgtk-3-dev
libgtkmm already was installed, and i installed libgtk-3-dev and restarted. same error.
– aknewhope
May 7 '12 at 2:43
The problem was, was that in the read-me, he states that "gimp-dev"(name from debian), needs to be installed. I looked for that but it has a different name on ubuntu.packages.com. libgimp2.0-dev. worked after installed that.
– aknewhope
May 7 '12 at 2:50
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/4.0/"u003ecc by-sa 4.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%2f132918%2fneed-help-installing-plugin-from-source-with-make%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
The problem was, was that in the read-me, he states that "gimp-dev" package needs to be installed for plugin compilation for Gimp. I looked for that but it has a different name on ubuntu.packages.com(and Debian) called libgimp2.0-dev. Worked after installation of that. Contacted the developer on GitHub and he responded and will update in the future release. Thanks
I don't know the protocol here. Should he accept his answer to close the question?
– gecko
May 8 '12 at 3:10
1
I tried installing this library and the ones Welenofsky suggested but I still get this error.
– Peter Lawrey
Jan 30 '13 at 8:46
add a comment
|
The problem was, was that in the read-me, he states that "gimp-dev" package needs to be installed for plugin compilation for Gimp. I looked for that but it has a different name on ubuntu.packages.com(and Debian) called libgimp2.0-dev. Worked after installation of that. Contacted the developer on GitHub and he responded and will update in the future release. Thanks
I don't know the protocol here. Should he accept his answer to close the question?
– gecko
May 8 '12 at 3:10
1
I tried installing this library and the ones Welenofsky suggested but I still get this error.
– Peter Lawrey
Jan 30 '13 at 8:46
add a comment
|
The problem was, was that in the read-me, he states that "gimp-dev" package needs to be installed for plugin compilation for Gimp. I looked for that but it has a different name on ubuntu.packages.com(and Debian) called libgimp2.0-dev. Worked after installation of that. Contacted the developer on GitHub and he responded and will update in the future release. Thanks
The problem was, was that in the read-me, he states that "gimp-dev" package needs to be installed for plugin compilation for Gimp. I looked for that but it has a different name on ubuntu.packages.com(and Debian) called libgimp2.0-dev. Worked after installation of that. Contacted the developer on GitHub and he responded and will update in the future release. Thanks
answered May 8 '12 at 1:36
aknewhopeaknewhope
411 silver badge7 bronze badges
411 silver badge7 bronze badges
I don't know the protocol here. Should he accept his answer to close the question?
– gecko
May 8 '12 at 3:10
1
I tried installing this library and the ones Welenofsky suggested but I still get this error.
– Peter Lawrey
Jan 30 '13 at 8:46
add a comment
|
I don't know the protocol here. Should he accept his answer to close the question?
– gecko
May 8 '12 at 3:10
1
I tried installing this library and the ones Welenofsky suggested but I still get this error.
– Peter Lawrey
Jan 30 '13 at 8:46
I don't know the protocol here. Should he accept his answer to close the question?
– gecko
May 8 '12 at 3:10
I don't know the protocol here. Should he accept his answer to close the question?
– gecko
May 8 '12 at 3:10
1
1
I tried installing this library and the ones Welenofsky suggested but I still get this error.
– Peter Lawrey
Jan 30 '13 at 8:46
I tried installing this library and the ones Welenofsky suggested but I still get this error.
– Peter Lawrey
Jan 30 '13 at 8:46
add a comment
|
You probably answered this long ago but in case you hit a problem like this in the future, you can use the search tool at packages.ubuntu.com to find out what package supplies a file.
Steve S.
add a comment
|
You probably answered this long ago but in case you hit a problem like this in the future, you can use the search tool at packages.ubuntu.com to find out what package supplies a file.
Steve S.
add a comment
|
You probably answered this long ago but in case you hit a problem like this in the future, you can use the search tool at packages.ubuntu.com to find out what package supplies a file.
Steve S.
You probably answered this long ago but in case you hit a problem like this in the future, you can use the search tool at packages.ubuntu.com to find out what package supplies a file.
Steve S.
answered Mar 9 '13 at 23:43
steve smithsteve smith
1
1
add a comment
|
add a comment
|
It might be that you do not have the GTK+ development libraries installed. You may fix it by installing GTK+
try
sudo apt-get install libgtkmm-3.0-1 libgtk-3-dev
libgtkmm already was installed, and i installed libgtk-3-dev and restarted. same error.
– aknewhope
May 7 '12 at 2:43
The problem was, was that in the read-me, he states that "gimp-dev"(name from debian), needs to be installed. I looked for that but it has a different name on ubuntu.packages.com. libgimp2.0-dev. worked after installed that.
– aknewhope
May 7 '12 at 2:50
add a comment
|
It might be that you do not have the GTK+ development libraries installed. You may fix it by installing GTK+
try
sudo apt-get install libgtkmm-3.0-1 libgtk-3-dev
libgtkmm already was installed, and i installed libgtk-3-dev and restarted. same error.
– aknewhope
May 7 '12 at 2:43
The problem was, was that in the read-me, he states that "gimp-dev"(name from debian), needs to be installed. I looked for that but it has a different name on ubuntu.packages.com. libgimp2.0-dev. worked after installed that.
– aknewhope
May 7 '12 at 2:50
add a comment
|
It might be that you do not have the GTK+ development libraries installed. You may fix it by installing GTK+
try
sudo apt-get install libgtkmm-3.0-1 libgtk-3-dev
It might be that you do not have the GTK+ development libraries installed. You may fix it by installing GTK+
try
sudo apt-get install libgtkmm-3.0-1 libgtk-3-dev
edited Oct 1 at 15:57
Philippe Delteil
1,2631 gold badge11 silver badges24 bronze badges
1,2631 gold badge11 silver badges24 bronze badges
answered May 7 '12 at 0:36
WelenofskyWelenofsky
101
101
libgtkmm already was installed, and i installed libgtk-3-dev and restarted. same error.
– aknewhope
May 7 '12 at 2:43
The problem was, was that in the read-me, he states that "gimp-dev"(name from debian), needs to be installed. I looked for that but it has a different name on ubuntu.packages.com. libgimp2.0-dev. worked after installed that.
– aknewhope
May 7 '12 at 2:50
add a comment
|
libgtkmm already was installed, and i installed libgtk-3-dev and restarted. same error.
– aknewhope
May 7 '12 at 2:43
The problem was, was that in the read-me, he states that "gimp-dev"(name from debian), needs to be installed. I looked for that but it has a different name on ubuntu.packages.com. libgimp2.0-dev. worked after installed that.
– aknewhope
May 7 '12 at 2:50
libgtkmm already was installed, and i installed libgtk-3-dev and restarted. same error.
– aknewhope
May 7 '12 at 2:43
libgtkmm already was installed, and i installed libgtk-3-dev and restarted. same error.
– aknewhope
May 7 '12 at 2:43
The problem was, was that in the read-me, he states that "gimp-dev"(name from debian), needs to be installed. I looked for that but it has a different name on ubuntu.packages.com. libgimp2.0-dev. worked after installed that.
– aknewhope
May 7 '12 at 2:50
The problem was, was that in the read-me, he states that "gimp-dev"(name from debian), needs to be installed. I looked for that but it has a different name on ubuntu.packages.com. libgimp2.0-dev. worked after installed that.
– aknewhope
May 7 '12 at 2:50
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.
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%2f132918%2fneed-help-installing-plugin-from-source-with-make%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