Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: Devillion on 11 March 2004, 06:24

Title: glib err 1
Post 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?
Title: glib err 1
Post by: jtpenrod on 11 March 2004, 06:47
Obviously something wasn't made or configured properly. It would be a good idea to do a:
Code: [Select]
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?
Title: glib err 1
Post by: Lord C on 11 March 2004, 15:30
Try 'su' before you run the 'make install' command.
Title: glib err 1
Post by: Devillion on 12 March 2004, 04:32
neither worked. And i did use 'su' to become root before the build.
Title: glib err 1
Post by: flap on 12 March 2004, 04:36
Did configure give you any errors?
Title: glib err 1
Post by: hm_murdock on 12 March 2004, 05:23
download binaries. you don't have compiler problems then.
Title: glib err 1
Post by: WMD on 12 March 2004, 07:24
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.
Title: glib err 1
Post by: insomnia on 12 March 2004, 20:21
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