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