When trying to build Jserv1.04b on my Sun Sparc10 w/ Solaris 2.6, I get the
following error.

   make: Fatal error in reader: Makefile, line 174: Unexpected end of line
   seen
   Current working directory /web/src/ApacheJServ-1.0b4/conf
   *** Error code 1
   make: Fatal error: Command failed for target `all-recursive'

I tried using gnu make with the same results. Here's line 174:

   169  ID: $(HEADERS) $(SOURCES) $(LISP)
   170          here=`pwd` && cd $(srcdir) \
   171            && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
   172
   173  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
$(LISP)
   174          tags=; \
   175          here=`pwd`; \
   176          list='$(SUBDIRS)'; for subdir in $$list; do \
   177            test -f $$subdir/TAGS && tags="$$tags -i
$$here/$$subdir/TAGS"; \
   178          done; \

Here is what I used to configure:

./configure --prefix=/web/java/lib \
--with-apache-src=/web/src/apache_1.3.6 \
--enable-apache-conf \
--with-jdk-home=/usr/java \
--enable-compressed-jar \
--with-jsdk=/web/java/lib/jsdk.jar

What did I do wrong? I've set 1.03b up on two other machines without a
hitch, both Suns running Solaris 2.6. Should I go back to that? It looks
like I downloaded 1.04b around May 17.
______________________________________________________________
Sean Hammon                     Success is 10% inspiration and
Webmaster                             90% last minute changes.
Viewpoint Digital 


-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to