DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25126>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25126 source will not build Summary: source will not build Product: XalanC Version: 1.6 Platform: Sun OS/Version: Solaris Status: NEW Severity: Blocker Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] autoconf --version autoconf (GNU Autoconf) 2.57 make --version GNU Make 3.80 g++ --version g++ (GCC) 3.3.2 no build instructions. Used xerces instruction as base cd ../c/src XALANCROOT is different the xerces, looks like for XALAN it is ../c/src autoconf ./runConfigure -p solaris -c gcc -x g++ [chop] checking for ANSI C header files... yes checking for mbstowcs... no ./configure: +: command not found the configure file has a line starting with "+" in it with out running autoconf ./runConfigure / configure works bash-2.05# make Preparing the directory structure for a build ... mkdir -p /usr/local/src/xml-xalan/c/src/xalanc/obj mkdir -p /usr/local/src/xml-xalan/c/src/xalanc/lib mkdir -p /usr/local/src/xml-xalan/c/src/xalanc/bin g++ -O -DNDEBUG -fno-elide-constructors -DSOLARIS -shared -fPIC -lc -lm -lpthread -L/usr/lib -L/usr/local/lib -lc -L/usr/local/src/xerces-c-src_2_3_0/lib -lxerces-c -o /usr/local/src/xml-xalan/c/src/xalanc/lib/libxalan-c.so.16.0 ln -fs libxalan-c.so.16.0 /usr/local/src/xml-xalan/c/src/xalanc/lib/libxalan-c.so ln -fs libxalan-c.so.16.0 /usr/local/src/xml-xalan/c/src/xalanc/lib/libxalan-c.so.16 make: *** No rule to make target `/usr/local/src/xml-xalan/c/src/xalanc/src/xalanc/TestXSLT/process.cpp', needed by `/usr/local/src/xml-xalan/c/src/xalanc/obj/process.o'. Stop.
