Failing make on svn

Derek Atkins warlord at MIT.EDU
Tue Jan 24 16:19:21 EST 2006


Quoting Tor Harald Thorland <linux at strigen.com>:

>>> tortho at inspiron:~/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 $@.tmp
>    sed < $< > $@.tmp \
>            -e 's:@-PERL-@:${PERL}:g'
>    chmod +x $@.tmp
>    mv $@.tmp $@
>
> make-gnucash-potfiles: make-gnucash-potfiles.in Makefile
>    rm -f $@.tmp
>    sed < $< > $@.tmp \
>            -e 's:@-PERL-@:${PERL}:g'
>    chmod +x $@.tmp
>    mv $@.tmp $@
>
> .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
       warlord at MIT.EDU                        PGP key available



More information about the gnucash-devel mailing list