LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 08-17-2014, 06:11 PM   #1
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Rep: Reputation: 65
can't install gnash...


ask to use free software but it can not!

Code:
        WARNING: without --enable-docbook we will use the cached documentation 
                 files included in the gnash distribution. If you change files 
                 in doc/C, you should --enable-docbook.
        WARNING: You need to have the Ming development package installed to 
                 run most of the tests in Gnash testsuite.
                 Install it from http://www.libming.org/
                 or .deb users: apt-get install libming-dev
                 or .rpm users: yum install libming-devel
        WARNING: You need to have the Ming utilities package version 0.4 or 
                 higher installed to run many of the tests in Gnash testsuite.
                 Install it from http://www.libming.org/
                 or .deb users: apt-get install libming-util
                 or .rpm users: yum install ming-util
                 or maybe     : yum install ming-utils
        WARNING: You need to have the MTASC compiler packages installed to run 
                 some of the tests in Gnash testsuite.
                 Install it from http://mtasc.org
                 or .deb users: apt-get install mtasc
                 or .rpm users: yum install mtasc
        WARNING: You need to have the HAXE compiler package version 2.00 or 
                 higher installed to run some of the tests in Gnash testsuite.
                 Install it from http://haxe.org
                 or .deb users: apt-get install haxe
                 or .rpm users: yum install haxe
        WARNING: You need to have the swfmill tool installed to run some of 
                 the tests in Gnash testsuite.
                 Install it from http://swfmill.org
                 or .deb users: apt-get install swfmill
                 or .rpm users: yum install swfmill
        WARNING: You need to have swfc from SWFTools installed to run some of 
                 the tests in Gnash testsuite.
                 Install it from http://swftools.org
                 or .deb users: apt-get install swftools
                 or .rpm users: yum install swftools
        WARNING: You need to have as3compile from SWFTools installed to run 
                 some of the tests in Gnash testsuite.
                 Install it from http://swftools.org
        WARNING: You need to have csound installed
                 to have real fun.
                 Install it from http://www.csounds.com/
                 or .deb users: apt-get install csound
                 or .rpm users: yum install csound
        WARNING: You need the dejagnu package installed to get a summary after 
                 running 'make check'.
                 Install it from http://www.gnu.org/software/dejagnu/
                 or .deb users: apt-get install dejagnu
                 or .rpm users: yum install dejagnu

Gnash should still compile even with these warnings.
If it doesn't, report the warnings as a bug.

    RECOMMENDED: CURL library present but built without RTMP protocol support.
                 If you install it with RTMP protocol support, Gnash will be 
                 able to play RTMP streaming.

Gnash should still compile, but you'll miss important support

Getting build info for revno.h
Generating revno.h (master 22239 69ee6d7)
make  all-recursive
make[1]: Entering directory '/tmp/yaourt-tmp-root/aur-gnash-trunk-git/src/gnash'
Making all in desktop
make[2]: Entering directory '/tmp/yaourt-tmp-root/aur-gnash-trunk-git/src/gnash/desktop'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/yaourt-tmp-root/aur-gnash-trunk-git/src/gnash/desktop'
Making all in libdevice
make[2]: Entering directory '/tmp/yaourt-tmp-root/aur-gnash-trunk-git/src/gnash/libdevice'
  CXX      libgnashdevice_la-DeviceGlue.lo
  CXX      libgnashdevice_la-X11Device.lo
  CXXLD    libgnashdevice.la
make[2]: Leaving directory '/tmp/yaourt-tmp-root/aur-gnash-trunk-git/src/gnash/libdevice'
Making all in libbase
make[2]: Entering directory '/tmp/yaourt-tmp-root/aur-gnash-trunk-git/src/gnash/libbase'
  CXX      libgnashbase_la-AMF.lo
  CXX      libgnashbase_la-arg_parser.lo
  CXX      libgnashbase_la-BitsReader.lo
  CXX      libgnashbase_la-ClockTime.lo
  CXX      libgnashbase_la-GC.lo
  CXX      libgnashbase_la-GnashFileUtilities.lo
  CXX      libgnashbase_la-GnashImage.lo
  CXX      libgnashbase_la-GnashImageJpeg.lo
  CXX      libgnashbase_la-IOChannel.lo
  CXX      libgnashbase_la-log.lo
  CXX      libgnashbase_la-memory.lo
  CXX      libgnashbase_la-NamingPolicy.lo
  CXX      libgnashbase_la-NetworkAdapter.lo
  CXX      libgnashbase_la-noseek_fd_adapter.lo
  CXX      libgnashbase_la-rc.lo
  CXX      libgnashbase_la-RTMP.lo
  CXX      libgnashbase_la-Socket.lo
  CXX      libgnashbase_la-StreamProvider.lo
  CXX      libgnashbase_la-string_table.lo
  CXX      libgnashbase_la-SWFCtype.lo
  CXX      libgnashbase_la-tu_file.lo
  CXX      libgnashbase_la-URLAccessManager.lo
  CXX      libgnashbase_la-URL.lo
  CXX      libgnashbase_la-utf8.lo
  CXX      libgnashbase_la-WallClockTimer.lo
  CXX      libgnashbase_la-zlib_adapter.lo
  CC       libgnashbase_la-jemalloc_gnash.lo
  CXX      libgnashbase_la-SharedMem.lo
  CXX      libgnashbase_la-GnashImagePng.lo
  CXX      libgnashbase_la-GnashImageGif.lo
GnashImageGif.cpp: In destructor 'virtual gnash::image::{anonymous}::GifInput::~GifInput()':
GnashImageGif.cpp:123:23: error: too few arguments to function 'int DGifCloseFile(GifFileType*, int*)'
     DGifCloseFile(_gif);
                       ^
In file included from GnashImageGif.cpp:27:0:
/usr/include/gif_lib.h:183:9: note: declared here
     int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
         ^
Makefile:1257: recipe for target 'libgnashbase_la-GnashImageGif.lo' failed
make[2]: *** [libgnashbase_la-GnashImageGif.lo] Error 1
make[2]: Leaving directory '/tmp/yaourt-tmp-root/aur-gnash-trunk-git/src/gnash/libbase'
Makefile:1145: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-root/aur-gnash-trunk-git/src/gnash'
Makefile:1052: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Makepkg was unable to build gnash-trunk-git.
==> Restart building gnash-trunk-git ? [y/N]
tia!

Last edited by gor0; 08-17-2014 at 06:13 PM.
 
Old 08-17-2014, 06:50 PM   #2
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
So install the needed packages ..

Or use your disto's package management system to install gnash


If you need help, provide detail
you have been here long enough to know the drill, I won't 'hand hold' the stupid
Edit:
You could try Ubuntu, it is easy for your level

Last edited by Firerat; 08-17-2014 at 06:52 PM.
 
Old 08-18-2014, 09:02 AM   #3
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Original Poster
Rep: Reputation: 65
obviously u r not expert on 'ARCH '!

Quote:
Or use your disto's package management system to install gnash
 
Old 08-18-2014, 10:02 AM   #4
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
obviously u r not reading wiki
https://wiki.archlinux.org/index.php/Gnash#Gnash
 
2 members found this post helpful.
Old 08-18-2014, 01:17 PM   #5
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
Quote:
Originally Posted by gor0 View Post
obviously u r not expert on 'ARCH '!
You are correct,
I'm also not a reader of minds, I can fill in some gaps when a little information is provided.

I should have guessed it was arch you were using, my mistake. I do apologise
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Gnash Flow: LinuxFund.org Supports RTMP for Gnash LXer Syndicated Linux News 0 12-15-2008 03:20 PM
How do i install Gnash 0.8.3 on Debian Etch amd64? El1iP3S01D Debian 21 07-08-2008 12:16 PM
gnash saritha Fedora 2 08-20-2007 11:59 AM
gnash saritha Debian 2 08-20-2007 11:58 AM
gnash saritha Linux - General 3 08-09-2007 11:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 09:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration