When building Apache, Tcl and Rivet from source, I always have to build Rivet 
with:

./configure --with-apr-config=/usr/local/apr/bin/apr-1-config

Else the Rivet build fails because it can't find apr.h.  I built and installed 
the APR package in its default place, so this is where it wants to live.  Can 
we make Rivet's configure script check for this?

Also, just a note, but the tclrivet package needs an update to the parser to 
grok the new <?= ?> construct.  Not a big deal, but I just noticed it.

So, with 2.1.2, we don't install packages at all by default?  The user has to 
explicitly call 'make install-packages' to get them?  What was the reason 
behind this?  Call me crazy, but the point of most installations today is to 
install all of the packages but load on demand, which is what we were already 
doing.

D
---------------------------------------------------------------------
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