gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash libbase/image.h libbase/log.cpp server/as...


From: Rob Savoye
Subject: Re: [Gnash-commit] gnash libbase/image.h libbase/log.cpp server/as...
Date: Mon, 10 Dec 2007 22:02:22 -0700
User-agent: Thunderbird 2.0.0.9 (X11/20071031)

zou lunkai wrote:
-abs_mediadir = $(shell cd $(srcdir)/../media; pwd)
+abs_mediadir = `cd $(srcdir)/../media; pwd`

after the above patch,  'make check ' in testsuite/misc-swfc.all, got:

cpp -P -I. -DMEDIADIR='`cd ./../media; pwd`' sound.sc > pp_sound.sc
/usr/local/bin/swfc  -o sound.swf pp_sound.sc
Syntax error in line 145, 14: `cd ./../media; pwd`/sound1.wav


The second version does not work here.  Why we need this change?

Because otherwise a newer automake complains, and I like to get rid of warnings whenever possible. It should work on Fedora 6, but obviously doesn't. There are probably other ways to get rid of the automake error about variables names not being POSIX compliant.

        - rob -




reply via email to

[Prev in Thread] Current Thread [Next in Thread]