When I was doing make I got this error for DocumentDB.cc and I did a work
around doing this, but then I type make again and it gets past
DocumentDB.cc and does this for the next file... Is there something wrong
with my shell or something...  I dont feel like typing
#!/usr/bin/tcsh

setenv BIN_DIR /export/netapp/user/rpy/htdig/bin
setenv DCOMMON_DIR "/export/netapp/user/rpy/htdig/common"
setenv DCONFIG_DIR "/export/netapp/user/rpy/htdig/conf"
setenv DATABASE_DIR "/export/netapp/user/rpy/htdig/db"
setenv IMAGE_URL_PREFIX "/export/netapp/user/rpy/htdig/images"
setenv PDF_PARSER "/usr/local/bin/acroread"
setenv SORT_PROG "/bin/sort"
setenv DEFAULT_CONFIG_FILE "/export/netapp/user/rpy/htdig/conf/htdig.conf"


c++ -c -DBIN_DIR -DCOMMON_DIR -DCONFIG_DIR -DDATABASE_DIR
-DIMAGE_URL_PREFIX -DPDF_PARSER -DSORT_PROG -DDEFAULT_CONFIG_FILE
-I../htlib -I../ht
common -I../db/dist -I../include -g -O2 DocumentDB.cc


-----
Any idea why this top thing worked but the other doesn't
-----


ares:/export/netapp/user/rpy/htdig-3.1.5/> make
make[1]: Entering directory `/export/netapp/user/rpy/htdig-3.1.5/db/dist'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/export/netapp/user/rpy/htdig-3.1.5/db/dist'
make[1]: Entering directory `/export/netapp/user/rpy/htdig-3.1.5/htlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/export/netapp/user/rpy/htdig-3.1.5/htlib'
make[1]: Entering directory `/export/netapp/user/rpy/htdig-3.1.5/htcommon'
c++ -c -DBIN_DIR=\"/export/netapp/user/rpy/htdig/bin\"
-DCOMMON_DIR=\"/export/netapp/user/rpy/htdig/common\"
-DCONFIG_DIR=\"/export/netapp/user/rpy/htdig/conf\"
-DDATABASE_DIR=\"/export/netapp/user/rpy/htdig/db\"
-DIMAGE_URL_PREFIX=\"/export/netapp/user/rpy/htdig/images \"
-DPDF_PARSER=\"/usr/local/bin/acroread\" -DSORT_PROG=\"/bin/sort\"
-DDEFAULT_CONFIG_FILE=\"/export/netapp/user/rpy/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 DocumentRef.cc
c++: ": No such file or directory
DocumentRef.cc:0: unterminated string or character constant
DocumentRef.cc:0: possible real start of unterminated constant
make[1]: *** [DocumentRef.o] Error 1
make[1]: Leaving directory `/export/netapp/user/rpy/htdig-3.1.5/htcommon'
make: *** [all] Error 1
ares:/export/netapp/user/rpy/htdig-3.1.5/>





------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  <http://www.htdig.org/mail/menu.html>
FAQ:            <http://www.htdig.org/FAQ.html>

Reply via email to