#3567 closed enhancement (invalid)
Gtk 3 need gtk 2 as dependencies
Reported by: | tnut | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
If gtk 2.X is not install, the configure of gtk3 doesn't find the command: gtk-update-icon-cache which result to an incredible error messagage when run make command on gtk3:
make[2]: Entering directory `/tmp/work/src/gtk+-3.4.4/gtk'
GEN gtktypefuncs.c GEN gtkbuiltincache.h
/bin/sh: no: command not found make[2]: * [gtkbuiltincache.h] Error 127
Having gtk (2) installed it solve the prob... would be nice to add it in the dependencies (I thing)
Regards
PS Keep going , you are doing an incredible job
Thierry
Change History (4)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Hi Bruce Tanks again
You perfectly right. I add --enable-gtk2-dependency.
But this error message was so wierd. Maybe litlte explaination: I compile every package from a base.
Have a nice day
Thierry
comment:3 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
I cannot find a reference to gtk-update-icon-cache in the configure log. It is built during make unless you add --enable-gtk2-dependency
I don't think this is valid, but I don't have a system without gtk+2 right now to test it.