You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by Re...@nokia.com on 2002/10/31 07:12:08 UTC

Compiling apache-rivet on Linux

Hi,

Has anyone tried compiling apache-rivet on linux platform? 	
I tried but couldn't succeed. First i got "apxs not found" error. When i included apxs, it says cannot execute apxs. APXS seems to be a perl script. 
Then it started complaining for rivetCore.h and parser.h file which are not present in the src directory.
Can somebody help me ?

Thanks,
Reema.


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


Re: Compiling apache-rivet on Linux

Posted by "David N. Welton" <da...@dedasys.com>.
<Re...@nokia.com> writes:

> Has anyone tried compiling apache-rivet on linux platform?

That's what I use to develop it:-)

> I tried but couldn't succeed. First i got "apxs not found"
> error. When i included apxs, it says cannot execute apxs. APXS seems
> to be a perl script.

apxs is part of the Apache distribution, and we need it so that we can
get all the compile information about Apache.  You should have it if
you have compiled and installed apache (i.e. - you need to do 'make
install').

> Then it started complaining for rivetCore.h and parser.h file which
> are not present in the src directory.  Can somebody help me ?

You need to build things with 'make.tcl', not the Makefile.  I suppose
I should just remove it at this point.

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
     Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/

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