Hi I installed ccp4-6.1.3 on an ubuntu 10.04 beta box.
It does not have bltwish and I was trying to install it using gcc 4.4.3 on a
64 bit ubuntu machine

The known patches for getting blt2.4z are already applied to the source ,
the documented problems on the ccp4i problems page are also as they should
be in the code .

When I configure

./configure --with-tcl=/usr/lib64/tcl8.5 --with-tk=/usr/lib64/tk8.5

ANd then make I get the following errors which are beyong my troubleshooting
abilities . Any help will be greatly appreciated
Thanks
Hari

h...@hari:~/tcltk++/blt2.4z$ make
(cd src; make all)
make[1]: Entering directory `/home/hari/tcltk++/blt2.4z/src'
gcc -c -Wall -O6   -I. -I.  -I/usr/include/tcl8.5/tk-private/generic
-I/usr/include/tcl8.5 bltAlloc.c
In file included from bltInt.h:80,
                 from bltAlloc.c:1:
bltNsUtil.h:50: error: conflicting types for ‘Tcl_FindCommand’
/usr/include/tcl8.5/tclDecls.h:3123: note: previous declaration of
‘Tcl_FindCommand’ was here
bltNsUtil.h:67: error: conflicting types for ‘Tcl_CreateNamespace’
/usr/include/tcl8.5/tclDecls.h:3068: note: previous declaration of
‘Tcl_CreateNamespace’ was here
bltNsUtil.h:72: error: conflicting types for ‘Tcl_FindNamespace’
/usr/include/tcl8.5/tclDecls.h:3116: note: previous declaration of
‘Tcl_FindNamespace’ was here
bltNsUtil.h:75: error: conflicting types for ‘Tcl_Export’
/usr/include/tcl8.5/tclDecls.h:3086: note: previous declaration of
‘Tcl_Export’ was here
make[1]: *** [bltAlloc.o] Error 1
make[1]: Leaving directory `/home/hari/tcltk++/blt2.4z/src'
make: *** [all] Error 2

Reply via email to