You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Erik Rydgren <er...@mandarinen.se> on 2002/11/01 10:42:19 UTC

RE: path searching in a DOM tree

Looks like somebody has debugging to do on his system.
Isn't open-source wonderful? You can actually fix the problem yourself.
*wink* ;)

No seriously. Fix the makefile by hand. (looks like it is the same error on
all the reported lines, fix one and then copy/paste)

/ Erik

-----Original Message-----
From: Jason Jesso [mailto:jjesso@global-matrix.com]
Sent: den 31 oktober 2002 20:37
To: xerces-c-dev@xml.apache.org; jjesso@global-matrix.com
Subject: Re: path searching in a DOM tree


I downloaded the source for Xalan-C and get the following errors:
./configure --prefix=$HOME
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for a BSD compatible install... ./install-sh -c
checking for autoconf... true
checking for floor in -lm... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for XMLByte... no
checking host system type... powerpc-ibm-aix4.3.2.0
updating cache ./config.cache
creating ./config.status
creating Makefile
make
"Makefile", line 73: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 76: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 78: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 81: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 83: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 84: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 86: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 87: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 89: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 90: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 130: make: 1254-055 Dependency line needs colon or double
colon operator.

Jason Jesso wrote:
I just downloaded Xalan-C for AIX4.3.3.
There is a bin and a lib directory but no include directory.
Any ideas?
Erik Rydgren wrote:
Yes this is XPath functionality. Take a look at the Apache Xalan project. It
is a C++ implementation of XPath.Regards/ Erik
-----Original Message-----
From: Jason Jesso [mailto:jjesso@global-matrix.com]
Sent: den 31 oktober 2002 18:30
To: xerces-c-dev@xml.apache.org
Subject: path searching in a DOM tree
Is there an easy way to search for a particular path in a DOM tree? Besides
doing a course on graph theory.
I want to search for something like:  /NODE1/NODE2/NODE3/NODE4  where the
name of NODE4 is XXX.
This path has several instances in the tree, but I want to find a particular
one.
--
<jason/>
--------------------------------------------------------------------- To
unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org For additional
commands, e-mail: xerces-c-dev-help@xml.apache.org
--
<jason/>
  --------------------------------------------------------------------- To
unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org For additional
commands, e-mail: xerces-c-dev-help@xml.apache.org
--
<jason/>
  --------------------------------------------------------------------- To
unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org For additional
commands, e-mail: xerces-c-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org