Operating Systems > Linux and UNIX

glib err 1

(1/2) > >>

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?

jtpenrod:
Obviously something wasn't made or configured properly. It would be a good idea to do a:

--- Code: ---
--- End code ---
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.
__________________________________

Live Free or Die: Linux
If software can be free, why can't dolphins?

Lord C:
Try 'su' before you run the 'make install' command.

Devillion:
neither worked. And i did use 'su' to become root before the build.

flap:
Did configure give you any errors?

Navigation

[0] Message Index

[#] Next page

Go to full version