Bugs item #2463988, was opened at 2008-12-24 10:10
Message generated for change (Comment added) made by anubisg1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=640802&aid=2463988&group_id=105292

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compilation
Group: other bug / workaround
>Status: Open
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Andrea Florio (anubisg1)
Assigned to: Sean Morrison (brlcad)
Summary: compilation errors

Initial Comment:
Making all in tkhtml3
make[3]: Entering directory 
`/usr/src/packages/BUILD/brlcad-7.14.0/src/other/tkhtml3'
TCL_LIBRARY=`echo /Users/morrison/brlcad.rel-7-14-0/src/other/tcl/library` 
LD_LIBRARY_PATH=".:/usr/src/packages/BUILD/brlcad-7.14.0/src/other/tcl/unix:/usr/src/packages/BUILD/brlcad-7.14.0/src/other/tk/unix:"
 
PATH=".:/usr/src/packages/BUILD/brlcad-7.14.0/src/other/tcl/unix:/usr/src/packages/BUILD/brlcad-7.14.0/src/other/tk/unix:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:."
 TCLLIBPATH="." /usr/src/packages/BUILD/brlcad-7.14.0/src/other/tcl/unix/tclsh 
src/cssprop.tcl
/bin/sh: /usr/src/packages/BUILD/brlcad-7.14.0/src/other/tcl/unix/tclsh: No 
such file or directory
make[3]: *** [cssprop.h] Error 127
make[3]: Leaving directory 
`/usr/src/packages/BUILD/brlcad-7.14.0/src/other/tkhtml3'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/brlcad-7.14.0/src/other'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/brlcad-7.14.0/src'
make: *** [all-recursive] Error 1


this complain about:

brlcad-7.14.0/src/other/tcl/unix/tclsh: No such file or directory

that means something missing on your tarball...

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

>Comment By: Andrea Florio (anubisg1)
Date: 2008-12-26 15:46

Message:
ok, i'll try autogen thanks.. any way i'm using system tcl/tk here my
configure:

./configure \
%ifarch x86_64
        --enable-64bit \
%endif
        --with-tcl=/usr/%{_lib} \
        --with-tk=/usr/%{_lib} \
        --enable-adrt-build \
        --enable-optimized

tclsh infact is installed and available here:

anu...@hp-linux:~> whereis tclsh
tclsh: /usr/bin/tclsh /usr/bin/tclsh8.5 /usr/bin/X11/tclsh
/usr/bin/X11/tclsh8.5 /usr/share/man/man1/tclsh.1.gz


if possible i would like to _NOT_ build libraries that yet exist in my
system also to provide a smaller an as shared as possible rpm

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

Comment By: Sean Morrison (brlcad)
Date: 2008-12-24 16:10

Message:
Actually it doesn't mean that.  It's trying to run tclsh, which should be
generated during compilation.  It looks like there are paths getting
embedded that shouldn't be there.  Try running "./autogen.sh" before
running configure and see if that fixes the problem.  You can also try
using the --enable-all option on configure to make sure it turns on
compilation of Tcl.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=640802&aid=2463988&group_id=105292

------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Tracker mailing list
brlcad-tracker@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-tracker

Reply via email to