Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: Stone.Giant on May 04, 2015, 11:57:30 PM

Title: dillo-3.0.4.1
Post by: Stone.Giant on May 04, 2015, 11:57:30 PM
I have a current post about issues on my web browser. I'm posting new one with different browser as reference for future inquirers with same issues.

I've downloaded and extracted dillo-3.0.4.1.tar.bz2. I've already installed gcc from main repo which is a prerequisite in compiling this program. The problem is I got errors when executing the make command

Code: [Select]
tc@box:~/dillo-3.0.4.1$ sudo ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/tc/dillo-3.0.4.1':
configure: error: C compiler cannot create executables
See `config.log' for more details
tc@box:~/dillo-3.0.4.1$ gcc --version
gcc (GCC) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

And here is the config.log of the program

Code: [Select]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by dillo configure 3.0.4.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = box
uname -m = i686
uname -r = 3.8.13-tinycore
uname -s = Linux
uname -v = #2511 SMP Fri Oct 18 14:41:31 UTC 2013

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/tc/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /apps/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /etc/sysconfig/tcedir/ondemand


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2636: checking build system type
configure:2650: result: i686-pc-linux-gnu
configure:2670: checking host system type
configure:2683: result: i686-pc-linux-gnu
configure:2703: checking target system type
configure:2716: result: i686-pc-linux-gnu
configure:2759: checking for a BSD-compatible install
configure:2827: result: /usr/bin/install -c
configure:2838: checking whether build environment is sane
configure:2893: result: yes
configure:3044: checking for a thread-safe mkdir -p
configure:3083: result: ./install-sh -c -d
configure:3090: checking for gawk
configure:3120: result: no
configure:3090: checking for mawk
configure:3120: result: no
configure:3090: checking for nawk
configure:3120: result: no
configure:3090: checking for awk
configure:3106: found /usr/bin/awk
configure:3117: result: awk
configure:3128: checking whether make sets $(MAKE)
configure:3150: result: yes
configure:3179: checking whether make supports nested variables
configure:3196: result: yes
configure:3463: checking for gcc
configure:3479: found /usr/local/bin/gcc
configure:3490: result: gcc
configure:3719: checking for C compiler version
configure:3728: gcc --version >&5
gcc (GCC) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3739: $? = 0
configure:3728: gcc -v >&5
Reading specs from /tmp/tcloop/gcc/usr/local/bin/../lib/gcc/i486-pc-linux-gnu/4.7.2/specs
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/tmp/tcloop/gcc/usr/local/bin/../lib/gcc/i486-pc-linux-gnu/4.7.2/lto-wrapper
Target: i486-pc-linux-gnu
Configured with: ../gcc-4.7.2/configure --prefix=/usr/local --libexecdir=/usr/local/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-libstdcxx-pch --enable-cloog-backend=isl --with-system-zlib --enable-frame-pointer --disable-bootstrap --disable-cloog-version-check --enable-lto --with-mpc=/usr/local --with-mpfr=/usr/local --with-gmp=/usr/local--with-ppl=/usr/local --with-cloog=/usr/local --enable-cloog-backend=isl --disable-cloog-version-check
Thread model: posix
gcc version 4.7.2 (GCC)
configure:3739: $? = 0
configure:3728: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3739: $? = 1
configure:3728: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3739: $? = 1
configure:3759: checking whether the C compiler works
configure:3781: gcc    conftest.c  >&5
/usr/local/bin/ld: cannot find crt1.o: No such file or directory
/usr/local/bin/ld: cannot find crti.o: No such file or directory
/usr/local/bin/ld: cannot find -lc
/usr/local/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
configure:3785: $? = 1
configure:3823: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dillo"
| #define PACKAGE_TARNAME "dillo"
| #define PACKAGE_VERSION "3.0.4.1"
| #define PACKAGE_STRING "dillo 3.0.4.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dillo"
| #define VERSION "3.0.4.1"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:3828: error: in `/home/tc/dillo-3.0.4.1':
configure:3831: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build='i686-pc-linux-gnu'
ac_cv_env_CCC_set=''
ac_cv_env_CCC_value=''
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CXXFLAGS_set=''
ac_cv_env_CXXFLAGS_value=''
ac_cv_env_CXX_set=''
ac_cv_env_CXX_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_host='i686-pc-linux-gnu'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK='awk'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_make_make_set='yes'
ac_cv_target='i686-pc-linux-gnu'
am_cv_make_support_nested_variables='yes'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/tc/dillo-3.0.4.1/missing aclocal-1.14'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /home/tc/dillo-3.0.4.1/missing autoconf'
AUTOHEADER='${SHELL} /home/tc/dillo-3.0.4.1/missing autoheader'
AUTOMAKE='${SHELL} /home/tc/dillo-3.0.4.1/missing automake-1.14'
AWK='awk'
CC='gcc'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBFLTK_CFLAGS=''
LIBFLTK_CXXFLAGS=''
LIBFLTK_LIBS=''
LIBICONV_LIBS=''
LIBJPEG_CPPFLAGS=''
LIBJPEG_LDFLAGS=''
LIBJPEG_LIBS=''
LIBOBJS=''
LIBPNG_CFLAGS=''
LIBPNG_LIBS=''
LIBPTHREAD_LDFLAGS=''
LIBPTHREAD_LIBS=''
LIBS=''
LIBSSL_LIBS=''
LIBX11_LIBS=''
LIBZ_LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/tc/dillo-3.0.4.1/missing makeinfo'
MKDIR_P='./install-sh -c -d'
OBJEXT=''
PACKAGE='dillo'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='dillo'
PACKAGE_STRING='dillo 3.0.4.1'
PACKAGE_TARNAME='dillo'
PACKAGE_URL=''
PACKAGE_VERSION='3.0.4.1'
PATH_SEPARATOR=':'
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='3.0.4.1'
ac_ct_CC='gcc'
ac_ct_CXX=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/tc/dillo-3.0.4.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc/dillo'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "dillo"
#define PACKAGE_TARNAME "dillo"
#define PACKAGE_VERSION "3.0.4.1"
#define PACKAGE_STRING "dillo 3.0.4.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "dillo"
#define VERSION "3.0.4.1"

configure: exit 77

Title: Re: dillo-3.0.4.1
Post by: Juanito on May 05, 2015, 12:50:34 AM
You need to load the compiletc meta-extension rather than gcc - this will load gcc and a bunch of other required stuff.
Title: Re: dillo-3.0.4.1
Post by: Juanito on May 05, 2015, 12:52:17 AM
BTW - did you try the fifth web browser extension from the repo?
Title: Re: dillo-3.0.4.1
Post by: Stone.Giant on May 05, 2015, 09:28:14 PM
You need to load the compiletc meta-extension rather than gcc - this will load gcc and a bunch of other required stuff.

where can i get that?
Title: Re: dillo-3.0.4.1
Post by: Stone.Giant on May 05, 2015, 09:28:50 PM
BTW - did you try the fifth web browser extension from the repo?

what is the name?
Title: Re: dillo-3.0.4.1
Post by: coreplayer2 on May 05, 2015, 09:31:07 PM
You'll find both compiletc and fifth in Apps


Sent from my iPad using Tapatalk HD
Title: Re: dillo-3.0.4.1
Post by: Stone.Giant on May 07, 2015, 01:39:38 AM
FLTK 1.3 is required. I tried to install it but gave me new errors. Also I can.t find the "fifth web browser extension" in the repo, maybe it has a specific name.

Code: [Select]
tc@box:~/fltk-1.3.3$ sudo ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for nroff... no
checking for doxygen... no
checking for ranlib... ranlib
checking for ar... /usr/local/bin/ar
checking for windres... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/local/bin/grep
checking for egrep... /usr/local/bin/grep -E
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 size of short... 2
checking size of int... 4
checking size of long... 4
checking whether byte ordering is bigendian... no
checking whether the compiler recognizes bool as a built-in type... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/stdtypes.h usability... no
checking sys/stdtypes.h presence... no
checking for sys/stdtypes.h... no
checking whether we have the POSIX compatible scandir() prototype... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for strings.h... (cached) yes
checking for strcasecmp... yes
checking for strlcat... no
checking for strlcpy... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for localeconv... yes
checking for library containing pow... -lm
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for long long int... yes
checking for library containing dlsym... -ldl
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking for jpeg_CreateCompress in -ljpeg... yes
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
checking for gzgets in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for png_read_info in -lpng... yes
checking png.h usability... no
checking png.h presence... no
checking for png.h... no
checking libpng/png.h usability... no
checking libpng/png.h presence... no
checking for libpng/png.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create using -lpthreads... no
checking for pthread_create using -lpthread... yes
checking for X... no
sh: aborting.: bad number
configure: error: Configure could not find required X11 libraries
./configure: return: line 1: Illegal number: aborting.
tc@box:~/fltk-1.3.3$ sudo make
Makefile:19: makeinclude: No such file or directory
if test -f config.status; then \
        ./config.status --recheck; \
        ./config.status; \
else \
        ./configure; \
fi
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for nroff... no
checking for doxygen... no
checking for ranlib... ranlib
checking for ar... /usr/local/bin/ar
checking for windres... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/local/bin/grep
checking for egrep... /usr/local/bin/grep -E
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 size of short... 2
checking size of int... 4
checking size of long... 4
checking whether byte ordering is bigendian... no
checking whether the compiler recognizes bool as a built-in type... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/stdtypes.h usability... no
checking sys/stdtypes.h presence... no
checking for sys/stdtypes.h... no
checking whether we have the POSIX compatible scandir() prototype... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for strings.h... (cached) yes
checking for strcasecmp... yes
checking for strlcat... no
checking for strlcpy... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for localeconv... yes
checking for library containing pow... -lm
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for long long int... yes
checking for library containing dlsym... -ldl
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking for jpeg_CreateCompress in -ljpeg... yes
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
checking for gzgets in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for png_read_info in -lpng... yes
checking png.h usability... no
checking png.h presence... no
checking for png.h... no
checking libpng/png.h usability... no
checking libpng/png.h presence... no
checking for libpng/png.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create using -lpthreads... no
checking for pthread_create using -lpthread... yes
checking for X... no
sh: aborting.: bad number
configure: error: Configure could not find required X11 libraries
./configure: return: line 1: Illegal number: aborting.
make: *** [makeinclude] Error 2
tc@box:~/fltk-1.3.3$ sudo make install
Makefile:19: makeinclude: No such file or directory
if test -f config.status; then \
        ./config.status --recheck; \
        ./config.status; \
else \
        ./configure; \
fi
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for nroff... no
checking for doxygen... no
checking for ranlib... ranlib
checking for ar... /usr/local/bin/ar
checking for windres... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/local/bin/grep
checking for egrep... /usr/local/bin/grep -E
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 size of short... 2
checking size of int... 4
checking size of long... 4
checking whether byte ordering is bigendian... no
checking whether the compiler recognizes bool as a built-in type... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/stdtypes.h usability... no
checking sys/stdtypes.h presence... no
checking for sys/stdtypes.h... no
checking whether we have the POSIX compatible scandir() prototype... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for strings.h... (cached) yes
checking for strcasecmp... yes
checking for strlcat... no
checking for strlcpy... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for localeconv... yes
checking for library containing pow... -lm
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for long long int... yes
checking for library containing dlsym... -ldl
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking for jpeg_CreateCompress in -ljpeg... yes
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
checking for gzgets in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for png_read_info in -lpng... yes
checking png.h usability... no
checking png.h presence... no
checking for png.h... no
checking libpng/png.h usability... no
checking libpng/png.h presence... no
checking for libpng/png.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create using -lpthreads... no
checking for pthread_create using -lpthread... yes
checking for X... no
sh: aborting.: bad number
configure: error: Configure could not find required X11 libraries
./configure: return: line 1: Illegal number: aborting.
Title: Re: dillo-3.0.4.1
Post by: Juanito on May 07, 2015, 01:49:03 AM
The fifth web browser extension is called "fifth" - use the search function in the Apps gui and search on "fifth".

fltk-1.3 is already present in the tc-6.x repo - to compile dillo, you'll need at least fltk-1.3-dev and Xorg-7.7-dev
Title: Re: dillo-3.0.4.1
Post by: Stone.Giant on May 12, 2015, 04:10:06 AM
I already upgraded to TC 6 and already installed gcc, compiletc and fltk 1.3 but why am i still getting the same error?

Code: [Select]
tc@box:~/dillo-3.0.4.1$ uname -a
Linux box 3.16.6-tinycore #777 SMP Thu Oct 16 09:42:42 UTC 2014 i686 GNU/Linu

Code: [Select]
tc@box:~$ cd dillo-3.0.4.1
tc@box:~/dillo-3.0.4.1$ sudo ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
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 whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/local/bin/grep
checking for egrep... /usr/local/bin/grep -E
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 size of char... 1
checking size of short... 2
checking size of long... 4
checking size of int... 4
checking size of void *... 4
checking for int16_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for gethostbyname... yes
checking for setsockopt... yes
checking for socklen_t... socklen_t
checking FLTK 1.3... no
configure: error: FLTK 1.3 required; fltk-config not found
Title: Re: dillo-3.0.4.1
Post by: Juanito on May 12, 2015, 04:13:27 AM
..because, as per the "provides" function of the apps gui, fltk-config is in the fltk-1.3-dev extension  :)
Title: Re: dillo-3.0.4.1
Post by: Stone.Giant on May 12, 2015, 04:40:38 AM
Did you mean I shud also download the fltk 1.3 dev?
Title: Re: dillo-3.0.4.1
Post by: Juanito on May 12, 2015, 04:44:47 AM
yes, you should download and load the fltk-1.3-dev extension.

Note also, that if you use "--enable-ssl", you need to download and load the openssl-1.0.1-dev extension.
Title: Re: dillo-3.0.4.1
Post by: Stone.Giant on May 12, 2015, 04:47:41 AM
yes, you should download and load the fltk-1.3-dev extension.

Note also, that if you use "--enable-ssl", you need to download and load the openssl-1.0.1-dev extension.

where am i gonna input that command?
Title: Re: dillo-3.0.4.1
Post by: Juanito on May 12, 2015, 04:54:46 AM
Code: [Select]
$ ./configure --prefix=/usr/local --enable-ssl
Title: Re: dillo-3.0.4.1
Post by: Stone.Giant on May 12, 2015, 05:19:58 AM
I already install the fltk 1.3_dev. I got error when I try to "make" the file. My seamonkey keeps on crashing so I uninstall the dev. I currently using the fifth and yes its neat. Kindly see my attached file
Title: Re: dillo-3.0.4.1
Post by: Juanito on May 12, 2015, 05:48:06 AM
you should not use "sudo" for ./configure or make, i.e. you should do things like this:
Code: [Select]
$ ./configure --blah --blah
$ make
$ sudo make install

Do you still get the same strange error when you do not use "sudo"?
Title: Re: dillo-3.0.4.1
Post by: Rich on May 12, 2015, 06:53:30 AM
Hi Stone.Giant
Quote
I already upgraded to TC 6 and already installed gcc, compiletc ...
Compiletc  installs  gcc,  no need to do it separately.