Quoting Tor Harald Thorland <[EMAIL PROTECTED]>:

[EMAIL PROTECTED]:~/source/gnucash$ make
Makefile:752: *** missing separator.  Stop.


Can you please send lin 752 and some surrounding lines from that file? Also maybe the gzip'd config.log?

Hi...

Um, which line is "line 752"?  Line 752 in my top-level Makefile
is very very different than what you have listed here.  Is this
with a clean checkout from SVN?

-derek

installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean


make-gnucash-patch: make-gnucash-patch.in Makefile
   rm -f [EMAIL PROTECTED]
   sed < $< > [EMAIL PROTECTED] \
           -e 's:@-PERL-@:${PERL}:g'
   chmod +x [EMAIL PROTECTED]
   mv [EMAIL PROTECTED] $@

make-gnucash-potfiles: make-gnucash-potfiles.in Makefile
   rm -f [EMAIL PROTECTED]
   sed < $< > [EMAIL PROTECTED] \
           -e 's:@-PERL-@:${PERL}:g'
   chmod +x [EMAIL PROTECTED]
   mv [EMAIL PROTECTED] $@

.links:
   rm -f goffice gsf
if !HAVE_GOFFICE                         //THIS IS LINE 752
   ln -sf . goffice
if !HAVE_LIBGSF
   ln -sf lib/libgsf-1.12.3/gsf gsf
   touch .links

cscope.files:
   find . -name '*.[ch]' > cscope.files

cscope.out: cscope.files
   cscope -b

# make sure etags.files is up to date.
# and use the contents of etags.files to re-make TAGS if needed.
etags:
#    ${MAKE} -f Makefile.TAGS etags.files
#    ${MAKE} -f Makefile.TAGS TAGS
   @echo "You must ./configure with --enable-etags to use etags."

# make sure etags.files is up to date.
# and use the contents of etags.files to re-make tags if needed.
ctags:





--
      Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
      Member, MIT Student Information Processing Board  (SIPB)
      URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
      [EMAIL PROTECTED]                        PGP key available

_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to