You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Prakash Babu <jp...@yahoo.co.in> on 2005/10/26 14:36:49 UTC

XPathWrapper binary does not get built by default in Xalan-C 1.10

Hello All,
 
The XPathWrapper binary does not get built while building Xalan-C 1.1.10
 
Is there any reason for removing it from the default list of BINARIES ?
 
The following changes are needed to make it built by default
 
1. It must be added to list of ALL_BINARIES in the samples/Makefile

2. The following target must be added 
XPathWrapper: prepare $(XSL_BIN_DIR)/XPathWrapper
$(XSL_BIN_DIR)/XPathWrapper: $(XSL_OBJ_DIR)/XPathWrapper.o $(XSL_OBJ_DIR)/TestDriver.o
        $(LINK) $(XSL_BUILD_OPTIONS) $(PLATFORM_LIB_LINK_OPTIONS)  \
        $(EXTRA_LINK_OPTIONS) $(XALAN_LIB) $(ALLLIBS) $(CXXFLAGS) $^ -o $@       $(OTHER_LINK_PARAMETERS)
$(XSL_OBJ_DIR)/%.o:$(SAMPLES_DIR)/XPathWrapper/%.cpp
        $(CC1) $(XSL_BUILD_OPTIONS) -c $(XSL_INCL) $(EXTRA_COMPILE_OPTIONS) -o $@ $<

 
Regards,
Prakash

		
---------------------------------
 Yahoo! India Matrimony: Find your partner now.

Re: XPathWrapper binary does not get built by default in Xalan-C 1.10

Posted by Dmitry Hayes <dm...@ca.ibm.com>.
HI ! 
We reviewed the sample (XPathWrapper) and decided that the sample is 
obsolete and should be removed it from the makefiles (project files).
However we decided to keep the source for future reference. 
You can refer to SimpleXPAthCAPI as a newer sample.
Thanks!
Dmitry Hayes
XSLT  Development
IBM Toronto Lab
Phone:  905-413-3820
E-mail:  dmitryh@ca.ibm.com



Prakash Babu <jp...@yahoo.co.in> 
10/26/2005 08:36 AM
Please respond to
xalan-c-users


To
xalan-c-users@xml.apache.org
cc

Subject
XPathWrapper binary does not get built by default in Xalan-C  1.10






Hello All,
 
The XPathWrapper binary does not get built while building Xalan-C 1.1.10
 
Is there any reason for removing it from the default list of BINARIES ?
 
The following changes are needed to make it built by default
 
1. It must be added to list of ALL_BINARIES in the samples/Makefile

2. The following target must be added 
XPathWrapper: prepare $(XSL_BIN_DIR)/XPathWrapper
$(XSL_BIN_DIR)/XPathWrapper: $(XSL_OBJ_DIR)/XPathWrapper.o 
$(XSL_OBJ_DIR)/TestDriver.o
        $(LINK) $(XSL_BUILD_OPTIONS) $(PLATFORM_LIB_LINK_OPTIONS)  \
        $(EXTRA_LINK_OPTIONS) $(XALAN_LIB) $(ALLLIBS) $(CXXFLAGS) $^ -o $@ 
      $(OTHER_LINK_PARAMETERS)
$(XSL_OBJ_DIR)/%.o:$(SAMPLES_DIR)/XPathWrapper/%.cpp
        $(CC1) $(XSL_BUILD_OPTIONS) -c $(XSL_INCL) 
$(EXTRA_COMPILE_OPTIONS) -o $@ $<
 
Regards,
Prakash
Yahoo! India Matrimony: Find your partner now.