WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore-11beta GUI desktop install  (Read 21577 times)

Offline danny

  • Jr. Member
  • **
  • Posts: 73
Re: piCore-11beta GUI desktop install
« Reply #90 on: May 20, 2020, 04:03:58 AM »
Hi Juanito
I installed fifth from
https://sourceforge.net/projects/fifth-browser/
I unzip the file on piCore and execute
Code: [Select]
./configure --prefix=/usr/localand I get
Code: [Select]
checking build system type... armv7l-unknown-linux-gnueabi
checking host system type... armv7l-unknown-linux-gnueabi
checking target system type... armv7l-unknown-linux-gnueabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/local/bin/grep
checking for egrep... /usr/local/bin/grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for fltk-config13... no
checking for fltk-config... no
configure: error: fltk-config not found
I try to install fltk-config but it seems to nonexistent piCore11.x.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14650
Re: piCore-11beta GUI desktop install
« Reply #91 on: May 20, 2020, 06:44:55 AM »
fifth cannot be compiled against the recent version of openssl in the piCore-11.x repo - if it could, I would have done it already.

To answer your question, fltk-config is provided by the fltk-1.3-dev extension.

See also https://github.com/clbr/fifth/issues/30

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14650
Re: piCore-11beta GUI desktop install
« Reply #92 on: June 15, 2020, 05:43:51 AM »
Is there instruction "xdg-open" on piCore 11.X ?

xdg-utils posted

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14650
Re: piCore-11beta GUI desktop install
« Reply #93 on: July 03, 2020, 04:39:36 AM »
Could I install firefox on piCore 11.x ?

firefox posted

Tested on Xorg, Xorg-3d and wayland using an RPi3 and RPi4.

Offline neonix

  • Sr. Member
  • ****
  • Posts: 367
Re: piCore-11beta GUI desktop install
« Reply #94 on: April 29, 2024, 10:36:18 AM »
fifth cannot be compiled against the recent version of openssl in the piCore-11.x repo - if it could, I would have done it already.
Could you compile it with static libraries on TC9 and people in TC11 and later versions of TC can use it without any problem?
BTW You can ask catgpt for help.

    [Edit]: Moved reply outside of quote tags.  Rich
« Last Edit: April 29, 2024, 10:52:24 AM by Rich »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14650
Re: piCore-11beta GUI desktop install
« Reply #95 on: April 29, 2024, 11:25:53 AM »
Sorry, but there aren’t enough hours in the day for this..