I could not install package python-pygoocanvas since it has dependency
over pygobject and i could not install pygobject
because i was getting the error while installation
[root@localhost pygtk-2.10.4]# make
make all-recursive
make[1]: Entering directory `/root/pygtk-2.10.4'
Making all in codegen
make[2]: Entering directory `/root/pygtk-2.10.4/codegen'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/pygtk-2.10.4/codegen'
Making all in .
make[2]: Entering directory `/root/pygtk-2.10.4'
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/
usr/include/python2.4 -pthread -I/usr/local/include/glib-2.0 -I/usr/
local/lib/glib-2.0/include -I/usr/include/pygtk-2.0 -pthread -I/usr/
local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I./gtk -
pthread -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/
usr/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-
aliasing -MT atk_la-atkmodule.lo -MD -MP -MF ".deps/atk_la-
atkmodule.Tpo" -c -o atk_la-atkmodule.lo `test -f 'atkmodule.c' ||
echo './'`atkmodule.c; \
then mv -f ".deps/atk_la-atkmodule.Tpo" ".deps/atk_la-
atkmodule.Plo"; else rm -f ".deps/atk_la-atkmodule.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/python2.4 -pthread -I/
usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/
include/pygtk-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/
lib/glib-2.0/include -I./gtk -pthread -I/usr/local/include/atk-1.0 -I/
usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -g -O2 -
Wall -std=c9x -fno-strict-aliasing -MT atk_la-atkmodule.lo -MD -MP -
MF .deps/atk_la-atkmodule.Tpo -c atkmodule.c -fPIC -DPIC -o .libs/
atk_la-atkmodule.o
/tmp/ccabaNHI.s: Assembler messages:
/tmp/ccabaNHI.s:2035: Error: symbol `fstatat64' is already defined
/tmp/ccabaNHI.s:2074: Error: symbol `fstat64' is already defined
/tmp/ccabaNHI.s:2109: Error: symbol `lstat64' is already defined
/tmp/ccabaNHI.s:2144: Error: symbol `stat64' is already defined
make[2]: *** [atk_la-atkmodule.lo] Error 1
make[2]: Leaving directory `/root/pygtk-2.10.4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/pygtk-2.10.4'
make: *** [all] Error 2
[root@localhost pygtk-2.10.4]#
I am newbie to linux and NS-3 and could not overcome this
roadblocks.please help me.
i could not get workaround for
this.is there any other way around to
get out of this and get pyviz running.
on the other way
I have the goocanvas package installed in my RHEL5 machine
i can even see that following files related to gocanvas present in /
usr/local/lib
libgoocanvas.a
libgoocanvas.la
libgoocanvas.so
libgoocanvas.so.3
libgoocanvas.so.3.1.1
I can all see below header files present in /usr/local/include/
goocanvas-1.0
goocanvas.h
goocanvasellipse.h
goocanvasenumtypes.h
goocanvasgroup.h
goocanvasimage.h
goocanvasitem.h
goocanvasitemmodel.h
goocanvasitemsimple.h
goocanvasmarshal.h
goocanvaspath.h
goocanvaspolyline.h
goocanvasrect.h
goocanvasstyle.h
goocanvastable.h
goocanvastext.h
goocanvasutils.h
goocanvaswidget.h
i have also set environmental variables using
export LD_LIBRARY_PATH=/usr/local/lib/
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
I dont know what is the problem if i have installed goocanvas-1.0 than
why "no module support goocanvas-1.0"
Is there any other environmental variable needed to be set for
goocanvas-1.0?
Is that the problem with RHEL5 and do i need to shift to CentOs or
Debian or Fedora
I used find command on / to search visualizer.h, but could not find
any file in my system named visualizer.h
please let me know what i am missing, any package or any specific
version of package
Thank You,
On Sep 15, 2:43 pm, Gustavo Carneiro <
gjcarne...@gmail.com> wrote: