You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/10/23 18:27:42 UTC

DO NOT REPLY [Bug 13888] New: - can't buld samples

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=13888>.
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=13888

can't buld samples

           Summary: can't buld samples
           Product: XalanC
           Version: 1.4.x
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: jsu2@emory.edu


I followed the instructions on building the samples, but get the following:

# pwd
/usr/local/src/xml-xalan/c/src
# make Samples
Preparing the directory structure for a build ...
mkdir -p /usr/local/src/xml-xalan/obj
mkdir -p /usr/local/src/xml-xalan/lib
mkdir -p /usr/local/src/xml-xalan/bin
make: *** No rule to make target
`/usr/local/src/xml-xalan/obj/CompileStylesheet.o', needed by
`/usr/local/src/xml-xalan/bin/CompileStylesheet'.  Stop.


I was able to "make all" successfully, though.