Stop Microsoft
Operating Systems => Linux and UNIX => Topic started by: Devillion on 11 March 2004, 06:24
-
I am trying to install 'the gimp' on my libranet distro machine, but i get an error when i get to the 'make install' step. I first run './configure' then 'make'. then when i try to execute 'make install' i get this error-
make[1]: Leaving directory `/home/mike/glib-2.2.0/build'
Making install in po
make[1]: Entering directory `/home/mike/glib-2.2.0/po'
make[1]: *** No rule to make target `azNONE', needed by `all-yes'. Stop.
make[1]: Leaving directory `/home/mike/glib-2.2.0/po'
make: *** [install-recursive] Error 1
What do i do to fix this?
-
Obviously something wasn't made or configured properly. It would be a good idea to do a:
to see what options are offered. Since the "po" directory is used for internationalization (contains translations) see if you can disable that in when doing the configure step.
Either that or just do an apt-get install gimp. Libranet uses the same packageing tools that Debian uses, and since apt resolves dependencies automatically, it would be considerably easier.
__________________________________
(http://www.otakupc.com/etsig/dolphin.gif)
Live Free or Die: Linux
If software can be free, why can't dolphins?
-
Try 'su' before you run the 'make install' command.
-
neither worked. And i did use 'su' to become root before the build.
-
Did configure give you any errors?
-
download binaries. you don't have compiler problems then.
-
quote:
Originally posted by jimmyjames.sytes.net:
download binaries. you don't have compiler problems then.
As you would say: Truth.
ftp://ftp.slackware.com/pub/slackware/slackware-current/slackware/xap/gimp-2.0pre3-i486-1.tgz (http://ftp://ftp.slackware.com/pub/slackware/slackware-current/slackware/xap/gimp-2.0pre3-i486-1.tgz)
^ Development version
ftp://ftp.slackware.com/pub/slackware/slackware-9.1/slackware/xap/gimp-1.2.5-i486-1.tgz (http://ftp://ftp.slackware.com/pub/slackware/slackware-9.1/slackware/xap/gimp-1.2.5-i486-1.tgz)
^ Stable version
Yes I know those are Slackpacks, but they're quite standard, and should work with plain tar and gz extractors.
-
quote:
Originally posted by Devillion:
I am trying to install 'the gimp' on my libranet distro machine, but i get an error when i get to the 'make install' step. I first run './configure' then 'make'. then when i try to execute 'make install' i get this error-
make[1]: Leaving directory `/home/mike/glib-2.2.0/build'
Making install in po
make[1]: Entering directory `/home/mike/glib-2.2.0/po'
make[1]: *** No rule to make target `azNONE', needed by `all-yes'. Stop.
make[1]: Leaving directory `/home/mike/glib-2.2.0/po'
make: *** [install-recursive] Error 1
What do i do to fix this?
Is this a "re-build"?
If so, use:
#make clean