swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Can't compile swftools 0.9.2 on RHEL 5.8 (x86_64)


From: Chris
Subject: Re: [Swftools-common] Can't compile swftools 0.9.2 on RHEL 5.8 (x86_64)
Date: Wed, 2 May 2012 04:34:40 -0100

Check the current git repo with the file viewer, I installed on the same server 
as the wiki - http://wiki.swftools.org/viewgit

The Makefile.in from swfs/ has the following:

<snip>

install:
        $(mkinstalldirs) $(pkgdatadir)
        $(mkinstalldirs) $(pkgdatadir)/swfs
        $(INSTALL_DATA) ./simple_viewer.swf $(pkgdatadir)/swfs/simple_viewer.swf
        $(INSTALL_DATA) ./keyboard_viewer.swf 
$(pkgdatadir)/swfs/keyboard_viewer.swf
        $(INSTALL_DATA) ./PreLoaderTemplate.swf 
$(pkgdatadir)/swfs/PreLoaderTemplate.swf
        $(INSTALL_DATA) ./tessel_loader.swf $(pkgdatadir)/swfs/tessel_loader.swf
        $(INSTALL_DATA) ./swft_loader.swf $(pkgdatadir)/swfs/swft_loader.swf
        rm -f $(pkgdatadir)/swfs/default_viewer.swf
        $(LN_S) $(pkgdatadir)/swfs/simple_viewer.swf 
$(pkgdatadir)/swfs/default_viewer.swf
        rm -f $(pkgdatadir)/swfs/default_loader.swf
        $(LN_S) $(pkgdatadir)/swfs/tessel_loader.swf 
$(pkgdatadir)/swfs/default_loader.swf

</snip>

Looks like Matthias has completely removed the 'test' command lines from the 
previous version, and replaced them with those above.

Apols. Only just thought to check.

Regards,


Chris.

>On Wed, 2 May 2012 10:24:15 +1000
>David <address@hidden> wrote:

> rm -f $(pkgdatadir)/swfs/default_viewer.swf -o -L
> $(pkgdatadir)/swfs/default_viewer.swf
> rm -f $(pkgdatadir)/swfs/default_loader.swf -o -L
> $(pkgdatadir)/swfs/default_loader.swf
> 
> The issue is that the `rm` command on this system knows nothing about the
> -o or the -L options.



reply via email to

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