Re: compile problem




Dear Amarpreet,

I think I've never compiled that piece fo software and I'm fine without it. There was some mail stuff going on over it but I coulden't find a solution for it. You should be able to delete the folder and happily compile on.

Cheers,

Stef

Amarpreet Rattan wrote:

On Tuesday 15 June 2004 02:40, Ivan Noris wrote:
Hi,

I did not build the platform programs first. I didn't know that i was
supposed to.  i followed the info on the garnome page and all it said to
do is to cd into desktop and then do a 'make paranoid-install'.
What prefix did you use in gar.conf.mk? (i.e. Where is garnome installed
to?)

/bin/sh ../libtool --mode=link cc
-I/home/garnomeuser/garnome/include/glib-2.0
-I/home/garnomeuser/garnome/lib/glib-2.0/include
according to these messages, you are building to
/home/garnomeuser/garnome, so in this prefix you should be able to find
GTK libraries.

How did you log on into Garnome environment? Did you use session script
(garnome-session) as proposed in README?

Regards,
VIX
--
 Ing. Ivan Noris
 System engineer, Business Global Systems, a.s.
 info & public key: http://www.bgs.sk/people/noris
 __________________________________________________________________
 "Semper cautus - semper paratus - semper idem Vix."

ok, i am having install problems, here is what i have tried. Yes, i am building in the user directory /home/garnomeuser. just so you know, i have a very altered redhat 9 box. also, i am trying to build garnome-2.6.1, which i got from bobk's site. i have made sure that i satisfy all the dependencies on his page.

first i tried to build desktop with a 'cd desktop' and a 'make paranoid-install' and i get the following error.

-------------------------------------------------------------------------------------

/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.1/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.1/desktop/vte/work/main.d/vte-0.11.10'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/home/garnomeuser/garnome-2.6.1/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.1/desktop/vte'
make[1]: *** [../../desktop/vte/cookies/main.d/install] Error 2
make[1]: Leaving directory
`/home/garnomeuser/garnome-2.6.1/desktop/gnome-terminal'
make: *** [paranoid-install] Error 2
----------------------------------------
the error

libtool: link: cannot find the library `/usr/lib/libgtk-x11-2.0.la'

is correct, i also can't find libgtk-x11-2.0.la. It is not in /usr/lib or /lib or /usr/X11R6/lib. I don't know where to get this library.

then it was suggested that i do a 'make paranoid-install' in the platform directory first. I did that and that compile ended with no errors. then i went to the desktop directory and did a 'make paranoid-install' and i got the same error. hmmph

it was also suggested that i try a 'make paranoid-install' in the bootstrap directory, but this compile failed with the following error.

---------------------------------------------------------------------------------------

==> Extracting download/dlcompat-20030629.tar.gz
       [extract] complete for dlcompat.
       [patch] complete for dlcompat.
==> Running configure in work/main.d/dlcompat-20030629
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking whether ln -s works... yes
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
configure: error: No dyld.h found, can not continue
make[1]: *** [configure-work/main.d/dlcompat-20030629/configure] Error 1
make[1]: Leaving directory `/home/garnomeuser/garnome-2.6.1/bootstrap/dlcompat'
make: *** [paranoid-install] Error 2




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