From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Flash Player for Icecat Gnash can not find boost header Date: Sun, 30 Sep 2018 13:25:41 +0200 (CEST) Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_41311_363467438.1538306742025" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g6ZrB-00059R-7Q for help-guix@gnu.org; Sun, 30 Sep 2018 07:25:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g6Zr6-0004qY-L9 for help-guix@gnu.org; Sun, 30 Sep 2018 07:25:49 -0400 Received: from w1.tutanota.de ([81.3.6.162]:45248) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g6Zr5-0004q4-Sb for help-guix@gnu.org; Sun, 30 Sep 2018 07:25:44 -0400 Received: from w2.tutanota.de (unknown [192.168.1.163]) by w1.tutanota.de (Postfix) with ESMTP id 096B0FBF156 for ; Sun, 30 Sep 2018 11:25:42 +0000 (UTC) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Help Guix ------=_Part_41311_363467438.1538306742025 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello! I need to use Flash Player in IceCat on GNU GuixSD. First I tried to download NPAPI from get.adobe.com and to place it into ~/.= mozilla/plugins with `chmod +x libflashplayer.so`. But after=C2=A0 Icecat r= estart, flash player plugin does not appear. Now I try to compile Gnash - GNU Flash alternative. I did not found it in r= epository: $ guix package -s gnash $=20 So I have downloaded and unzipped gnash-0.8.10. And try to compile as non-r= oot user. I've installed boost for it , but gnash configure script does not= find it: $ guix package -i boost The following package will be installed: =C2=A0=C2=A0 boost=C2=A0=C2=A0=C2=A0 1.66.0=C2=A0=C2=A0=C2=A0 /gnu/store/l6= hqfwr1hcbn9rg56bwn2d41g2ai36h2-boost-1.66.0 substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... substitute: updating list of substitute= s from 'https://mirror.hydra.gnu.org '... 100= .0% ... 73 packages in profile $ whereis boost boost: $ ls /gnu/store/l6hqfwr1hcbn9rg56bwn2d41g2ai36h2-boost-1.66.0 include/=C2=A0 lib/=C2=A0 share/ $ pwd /home/bob/Downloads/gnash-0.8.10 $ ./configure ... checking whether pthreads work with -pthread... yes checking searching for pthread library... not found checking for the Boost Version...=20 checking for boost header... checking for Boost libraries... configure: WAR= NING: Libraries=C2=A0 thread program_options iostreams=C2=A0 serialization = date_time aren't installed=20 checking if -fvisibility-inlines-hidden is broken... no checking whether g++ supports -fvisibility=3Dhidden... yes checking whether GConf support is requested... yes checking for GCONF... configure: error: Package requirements (gconf-2.0) we= re not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively you may set the GCONF_CFLAGS and GCONF_LIBS environment varia= bles to avoid the need to call pkg-config.=C2=A0 See the pkg-config man page for more details. -- Please, what to do? ------=_Part_41311_363467438.1538306742025 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello! I need to use Flash Player in IceCat on GNU GuixSD.
First I tri= ed to download NPAPI from get.adobe.com and to place it into ~/.mozilla/plu= gins with `chmod +x libflashplayer.so`. But after  Icecat restart, fla= sh player plugin does not appear.

Now I try to compile Gnash - G= NU Flash alternative. I did not found it in repository:
$ guix package= -s gnash
$

So I have downloaded and unzipped gnash-0.8.10= . And try to compile as non-root user. I've installed boost for it , but gn= ash configure script does not find it:

$ guix package -i boostThe following package will be installed:
   boost &= nbsp;  1.66.0    /gnu/store/l6hqfwr1hcbn9rg56bwn2d41g2a= i36h2-boost-1.66.0

substitute: updating list of substitutes from= 'https://mirror.hydra.gnu.org'... substitute: updating lis= t of substitutes from 'https://mirror.hydra.gnu.org'... 100= .0%
...
73 packages in profile

$ whereis boost
bo= ost:

$ ls /gnu/store/l6hqfwr1hcbn9rg56bwn2d41g2ai36h2-boost-1.66= .0
include/  lib/  share/

$ pwd
/home/bob/Do= wnloads/gnash-0.8.10

$ ./configure
...
checking whethe= r pthreads work with -pthread... yes
checking searching for pthread li= brary... not found
checking for the Boost Version...
checking fo= r boost header... checking for Boost libraries... configure: WARNING: Libra= ries  thread program_options iostreams  serialization date_time a= ren't installed

checking if -fvisibility-inlines-hidden is brok= en... no
checking whether g++ supports -fvisibility=3Dhidden... yeschecking whether GConf support is requested... yes
checking for GCO= NF... configure: error: Package requirements (gconf-2.0) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
in= stalled software in a non-standard prefix.

Alternatively you may= set the GCONF_CFLAGS and GCONF_LIBS environment variables
to avoid th= e need to call pkg-config.  See the pkg-config man page for
more = details.


--
Please, what to do?


------=_Part_41311_363467438.1538306742025--