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:  [EMAIL PROTECTED]



Prakash Babu <[EMAIL PROTECTED]>

10/26/2005 08:36 AM

Please respond to
xalan-c-users

To
[email protected]
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.

Reply via email to