Hi all,

I am trying to compile rivet trunk under ubuntu 15.04, but something seems wrong.
What I did:

autoreconf -fi
sh configure --enable-64bit --enable-threads \
 --with-tcl=/opt/ActiveTcl-8.6/lib \
 --with-tclsh=/opt/ActiveTcl-8.6/bin/tclsh8.6 \
 --with-apxs=/usr/bin/apxs2 \
 --with-rivet-core=apache-2 \
 --with-rivet-target-dir=/usr/lib/tcltk/rivet2.2 \
 --enable-version-display

However, make terminates with an error:

petasis@Ubuntu64:~/rivet$ make
make  all-recursive
make[1]: Entering directory '/home/petasis/rivet'
Making all in src
make[2]: Entering directory '/home/petasis/rivet/src'
Makefile:708: warning: overriding recipe for target 'apache-2/.dirstamp'
Makefile:688: warning: ignoring old recipe for target 'apache-2/.dirstamp'
Makefile:711: warning: overriding recipe for target 'apache-2/.deps/.dirstamp' Makefile:691: warning: ignoring old recipe for target 'apache-2/.deps/.dirstamp'
Makefile:720: warning: overriding recipe for target 'apache-2/.dirstamp'
Makefile:708: warning: ignoring old recipe for target 'apache-2/.dirstamp'
Makefile:723: warning: overriding recipe for target 'apache-2/.deps/.dirstamp' Makefile:711: warning: ignoring old recipe for target 'apache-2/.deps/.dirstamp' make[2]: *** No rule to make target 'apache-2/mod_rivet.c', needed by 'apache-2/mod_rivet_la-mod_rivet.lo'. Stop.
make[2]: Leaving directory '/home/petasis/rivet/src'
Makefile:506: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/petasis/rivet'
Makefile:436: recipe for target 'all' failed
make: *** [all] Error 2

Any ideas why it is failing?

Regards,

George

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
For additional commands, e-mail: rivet-dev-h...@tcl.apache.org

Reply via email to