Re: vte won't compile



hello mohindar,

on the garnome page it says to not compile bootstrap unless you absolutely
have to.  also, i tried to compile 'platform' first on garnome-2.6.1 and i
got the same error when i tried to compile 'desktop'.

but below, you are acknowledging that i will have trouble with bootstrap
and i should just move that package out.  ok, i can try that.  i am a bit
skeptical, but i will give it

i will get back to you on my progress.

amp

On Wed, 21 Jul 2004, Mohindar Rao, Raavi (Broetje) wrote:

> Hai, Amar... Simple thing you can overcome this problem is start from
> step by step, like installing 'bootstrap' at first, then 'platform' and
> then you install what ever you want. I think you find some problem in
> bootstrap, if so just move that particular package outside of the
> bootstrap and continue making. I mean, you have problem in installing
> 'dlcompat', just mv ../ and continue installing.
>
> I promise you have rock stable desktop over night.
>
>
>
> Amarpreet Rattan wrote:
>
> >hello,
> >
> >i was trying to compile garnome about a month ago and ran into some
> >problems.  anyways, i am trying again and still having the same problems.
> >i am trying to install garnome-2.6.2 from bobk's site.
> >
> >I have a redhat 9 system, gnome 2.4 installed and lots of updated rpms
> >(i.e. this is NOT a vanilla redhat 9 system).  further, i am installing
> >garnome in the user directory /home/garnomeuser.  NOTE.  i did not alter
> >any make files, i just untarred the tarball, cd into garnome-2.6.2/desktop
> >and did a 'make paranoid-install' just like the instructions said.
> >
> >here is the error
> >
> >--------------------------------------------------
> >
> >-I/home/garnomeuser/garnome/include -I/usr/X11R6/include
> >-L/home/garnomeuser/garnome/lib -L/usr/X11R6/lib -O2 -pipe -MT
> >reflect_zvt-reflect.o -MD -MP -MF ".deps/reflect_zvt-reflect.Tpo" \
> >  -c -o reflect_zvt-reflect.o `test -f 'reflect.c' || echo './'`reflect.c;
> >\
> >then mv -f ".deps/reflect_zvt-reflect.Tpo" ".deps/reflect_zvt-reflect.Po";
> >\
> >else rm -f ".deps/reflect_zvt-reflect.Tpo"; exit 1; \
> >fi
> >/bin/sh ../libtool --mode=link cc
> >-I/home/garnomeuser/garnome/include/glib-2.0
> >-I/home/garnomeuser/garnome/lib/glib-2.0/include
> >-I/home/garnomeuser/garnome/include/gtk-2.0
> >-I/home/garnomeuser/garnome/lib/gtk-2.0/include -I/usr/X11R6/include
> >-I/home/garnomeuser/garnome/include/atk-1.0
> >-I/home/garnomeuser/garnome/include/pango-1.0 -I/usr/include/freetype2
> >-I/usr/X11R6/include  -I/home/garnomeuser/garnome/include
> >-I/usr/X11R6/include -L/home/garnomeuser/garnome/lib -L/usr/X11R6/lib -O2
> >-pipe -I/usr/X11R6/include  -I/usr/X11R6/include
> >-I/home/garnomeuser/garnome/include -I/usr/X11R6/include
> >-L/home/garnomeuser/garnome/lib -L/usr/X11R6/lib -O2 -pipe
> >-L/home/garnomeuser/garnome/lib -L/usr/X11R6/lib
> >-L/home/garnomeuser/garnome/lib -L/usr/X11R6/lib -o reflect-zvt
> >reflect_zvt-reflect.o -L/home/garnomeuser/garnome/lib -L/usr/X11R6/lib
> >-lncurses -L/usr/X11R6/lib  -lSM -lICE  -lX11   -lm -Wl,--export-dynamic
> >-L/home/garnomeuser/garnome/lib -lzvt-2.0 -lutil -lgtk-x11-2.0
> >-lart_lgpl_2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0
> >-lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
> >-L/usr/X11R6/lib  -lSM -lICE  -lX11  -lncurses -L/usr/X11R6/lib  -lSM
> >-lICE  -lX11   -lm
> >libtool: link: cannot find the library `/usr/lib/libgtk-x11-2.0.la'
> >make[5]: *** [reflect-zvt] Error 1
> >make[5]: Leaving directory
> >`/home/garnomeuser/garnome-2.6.2/desktop/vte/work/main.d/vte-0.11.10/src'
> >make[4]: *** [all-recursive] Error 1
> >make[4]: Leaving directory
> >`/home/garnomeuser/garnome-2.6.2/desktop/vte/work/main.d/vte-0.11.10'
> >make[3]: *** [all] Error 2
> >make[3]: Leaving directory
> >`/home/garnomeuser/garnome-2.6.2/desktop/vte/work/main.d/vte-0.11.10'
> >make[2]: *** [build-work/main.d/vte-0.11.10/Makefile] Error 2
> >make[2]: Leaving directory `/home/garnomeuser/garnome-2.6.2/desktop/vte'
> >make[1]: *** [../../desktop/vte/cookies/main.d/install] Error 2
> >make[1]: Leaving directory
> >`/home/garnomeuser/garnome-2.6.2/desktop/gnome-terminal'
> >make: *** [paranoid-install] Error 2
> >
> >-------------------------------------------
> >
> >the problem seems to be that the 'make paranoid-install' is looking for
> >libgtk-x11-2.0.la in /usr/lib.  why it is looking for it there i don't
> >know.  i looked in the /home/garnomeuser/garnome/lib and libgtk-x11-2.0.la
> >is there, so it was built by the 'make paranoid-install'.  for some reason
> >it doesn't want to use the one in /home/garnomeuser/garnome/lib.
> >
> >someone, a month ago suggested removing my gtk devel rpms.  however, there
> >are libgtk-x11 type files in my /usr/lib directory, but they are owned by
> >the rpm gtk2, and i can't remove gtk2 without ruining my whole gnome-2.4
> >install (also, isn't the point of garnome that you can have it with
> >another gnome?).
> >
> >here is a link to the suggestion to remove gnome related stuff
> >
> >http://mail.gnome.org/archives/garnome-list/2004-June/msg00036.html
> >
> >anyways, any help on the matter would be appreciated.  of course, any info
> >you need i can give.  i have been stuck on the same problem for a month, i
> >am about ready to give up.
> >
> >thanks
> >amps
> >
> >
>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]