I would really like to get TRAC working but I keep
running into trouble with Dreamhost. I pasted the
output of the "make" command, and the errors are at
the bottom. If anybody could help out I'd really
appreciate it. Thanks!

Scott

[garland]$ make
make[1]: Entering directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/util'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/util'
make[1]: Entering directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/cs'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/cs'
make[1]: Entering directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/cgi'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/cgi'
make[1]: Entering directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/python'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/python'
make[1]: Entering directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/util'
gcc -g -O2 -Wall -I../  -o neo_err.o -c neo_err.c
gcc -g -O2 -Wall -I../  -o neo_files.o -c neo_files.c
gcc -g -O2 -Wall -I../  -o neo_misc.o -c neo_misc.c
gcc -g -O2 -Wall -I../  -o neo_rand.o -c neo_rand.c
gcc -g -O2 -Wall -I../  -o ulist.o -c ulist.c
gcc -g -O2 -Wall -I../  -o neo_hdf.o -c neo_hdf.c
gcc -g -O2 -Wall -I../  -o neo_str.o -c neo_str.c
gcc -g -O2 -Wall -I../  -o neo_date.o -c neo_date.c
gcc -g -O2 -Wall -I../  -o wildmat.o -c wildmat.c
gcc -g -O2 -Wall -I../  -o neo_hash.o -c neo_hash.c
gcc -g -O2 -Wall -I../  -o ulocks.o -c ulocks.c
gcc -g -O2 -Wall -I../  -o rcfs.o -c rcfs.c
gcc -g -O2 -Wall -I../  -o skiplist.o -c skiplist.c
gcc -g -O2 -Wall -I../  -o dict.o -c dict.c
gcc -g -O2 -Wall -I../  -o filter.o -c filter.c
gcc -g -O2 -Wall -I../  -o neo_net.o -c neo_net.c
gcc -g -O2 -Wall -I../  -o neo_server.o -c
neo_server.c
ar cr ../libs/libneo_utl.a neo_err.o neo_files.o
neo_misc.o neo_rand.o ulist.o neo_hdf.o neo_str.o
neo_date.o wildmat.o neo_hash.o ulocks.o rcfs.o
skiplist.o dict.o filter.o neo_net.o neo_server.o 
ranlib ../libs/libneo_utl.a
make[1]: Leaving directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/util'
make[1]: Entering directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/cs'
gcc -g -O2 -Wall -I../  -I../ -o csparse.o -c
csparse.c
ar cr ../libs/libneo_cs.a csparse.o
ranlib ../libs/libneo_cs.a
gcc -g -O2 -Wall -I../  -I../ -o cstest.o -c cstest.c
gcc -o cstest cstest.o -lz -L../libs/ -lneo_cs
-lneo_utl  # -lefence
gcc -g -O2 -Wall -I../  -I../ -o cs.o -c cs.c
gcc -o cs cs.o -lz -L../libs/ -lneo_cs -lneo_utl  #
-lefence
Running cs regression tests
Passed
make[1]: Leaving directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/cs'
make[1]: Entering directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/cgi'
gcc -g -O2 -Wall -I../  -o cgiwrap.o -c cgiwrap.c
gcc -g -O2 -Wall -I../  -o cgi.o -c cgi.c
gcc -g -O2 -Wall -I../  -o html.o -c html.c
html.c:646: warning: `StripTags' defined but not used
gcc -g -O2 -Wall -I../  -o date.o -c date.c
gcc -g -O2 -Wall -I../  -o rfc2388.o -c rfc2388.c
ar cr ../libs/libneo_cgi.a cgiwrap.o cgi.o html.o
date.o rfc2388.o
ranlib ../libs/libneo_cgi.a
gcc -g -O2 -Wall -I../  -o static.o -c static.c
gcc -o static.cgi static.o -L../libs/ -lneo_cgi
-lneo_cs -lneo_utl  -lz
gcc -shared -fPic -o static.cso static.o -L../libs/
-lneo_cgi -lneo_cs -lneo_utl  -lz
make[1]: Leaving directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/cgi'
make[1]: Entering directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/python'
make[1]: Warning: File `../libs/libneo_cgi.a' has
modification time 0.58 s in the future
rm -f neo_cgi.so
/usr/bin/python2.2 setup.py build_ext --inplace
adding inc_path $(NEOTONIC_ROOT)
adding lib_path $(LIB_DIR)
adding lib z
running build_ext
building 'neo_cgi' extension
skipping neo_cgi.c
(build/temp.linux-i686-2.2/neo_cgi.o up-to-date)
skipping neo_cs.c (build/temp.linux-i686-2.2/neo_cs.o
up-to-date)
skipping neo_util.c
(build/temp.linux-i686-2.2/neo_util.o up-to-date)
gcc -shared build/temp.linux-i686-2.2/neo_cgi.o
build/temp.linux-i686-2.2/neo_cs.o
build/temp.linux-i686-2.2/neo_util.o -L../libs -lz
-lneo_cgi -lneo_cs -lneo_utl -o neo_cgi.so
make[1]: warning:  Clock skew detected.  Your build
may be incomplete.
make[1]: Leaving directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/python'
make[1]: Entering directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/perl'
Makefile out-of-date with respect to
/usr/lib/perl/5.8/Config.pm
/usr/lib/perl/5.8/CORE/config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh
-c true
/usr/bin/perl Makefile.PL 
Checking if your kit is complete...
Looks good
Warning: -L../libs changed to
-L/home/.ephelia/tubesdev/clearsilver-0.9.14/perl/../libs
Writing Makefile for ClearSilver
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command.  <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory
`/home/.ephelia/tubesdev/clearsilver-0.9.14/perl'
make: *** [cs] Error 2

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to