ttbomk, there's no bug 'tracker' in place at present David, though previous mention has been made of implementing such a beast. So, for now at least, this mailing list also serves is the correct place to report issues ) as well as post patches and comments ).
It looks like those lines from the install section of the swfs/Makefile have an incorrect command prepended to them. Replace 'rm' with 'test' and all should be well. Thanks for reporting the issue. Regards, Chris. >On Wed, 2 May 2012 10:24:15 +1000 >David <[email protected]> wrote: > Seems there's an issue during the configure process when compiling swftools > 0.9.2 on RHEL 5.8 (x86_64). > > Essentially, after running `./configure`, the `swfs/Makefile` ends up with > the following commands on lines 44 and 46 respectively: > > 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. > > As such, `make install` ends up failing until these are removed. > > Unsure where the best location to report bugs is (can't locate a tracker) > so hope this is okay. > > Cheers, > David -- Chris <[email protected]> --------------- SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an existing subscription, please kindly point your favourite web browser at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>
