[e-users] compile question

2014-08-09 Thread Christopher Barry
Greetings, 

I have been running terminology for a couple months in e17.3
on a debian box. I just did a dist-upgrade to fix a graphics card
driver issue and terminology broke. E is now 17.6. I pulled
terminology master from git, and tried to rebuild it, but it fails with
the following output:


First running configure:


  ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... 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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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 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 for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for __attribute__... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TERMINOLOGY... yes
checking for ELDBUS... yes
checking for mkstemps... yes
configure: edje_cc set to /usr/bin/edje_cc
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating terminology.spec
config.status: creating pkgbuild/PKGBUILD
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/bin/Makefile
config.status: creating data/Makefile
config.status: creating data/desktop/Makefile
config.status: creating data/icons/Makefile
config.status: creating data/backgrounds/Makefile
config.status: creating data/images/Makefile
config.status: creating data/fonts/Makefile
config.status: creating data/themes/Makefile
config.status: creating data/themes/images/Makefile
config.status: creating data/themes/sounds/Makefile
config.status: creating data/themes/nyanology/Makefile
config.status: creating data/themes/nyanology/images/Makefile
config.status: creating data/themes/nyanology/images-sources/Makefile
config.status: creating man/Makefile
config.status: creating po/Makefile.in
config.status: creating terminology_config.h
config.status: terminology_config.h is unchanged
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile




terminology 0.6.99


Compilation: make (or gmake)
  CPPFLAGS.: 
  CFLAGS...: -g -O2
  LDFLAGS..: 

Installation...: make install (as root if needed, with 'su'
or 'sudo') 

Re: [e-users] compile question

2014-08-09 Thread P Purkayastha
What are the versions of your efl and elementary. That will determine
whether terminology compiles correctly or not.

On Sat, Aug 9, 2014 at 3:50 PM, Christopher Barry
christopher.r.ba...@gmail.com wrote:
 Greetings,

 I have been running terminology for a couple months in e17.3
 on a debian box. I just did a dist-upgrade to fix a graphics card
 driver issue and terminology broke. E is now 17.6. I pulled
 terminology master from git, and tried to rebuild it, but it fails with
 the following output:

 
 First running configure:
 

   ./configure --prefix=/usr
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for a thread-safe mkdir -p... /bin/mkdir -p
 checking for gawk... gawk
 checking whether make sets $(MAKE)... yes
 checking whether make supports nested variables... yes
 checking whether make supports nested variables... (cached) yes
 checking for style of include used by make... 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 whether gcc understands -c and -o together... yes
 checking dependency style of gcc... gcc3
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... /bin/grep
 checking for egrep... /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 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 for gcc... (cached) gcc
 checking whether we are using the GNU C compiler... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for gcc option to accept ISO C89... (cached) none needed
 checking whether gcc understands -c and -o together... (cached) yes
 checking dependency style of gcc... (cached) gcc3
 checking for __attribute__... yes
 checking whether NLS is requested... yes
 checking for msgfmt... /usr/bin/msgfmt
 checking for gmsgfmt... /usr/bin/msgfmt
 checking for xgettext... /usr/bin/xgettext
 checking for msgmerge... /usr/bin/msgmerge
 checking build system type... x86_64-unknown-linux-gnu
 checking host system type... x86_64-unknown-linux-gnu
 checking for ld used by GCC... /usr/bin/ld
 checking if the linker (/usr/bin/ld) is GNU ld... yes
 checking for shared library run path origin... done
 checking for CFPreferencesCopyAppValue... no
 checking for CFLocaleCopyCurrent... no
 checking for GNU gettext in libc... yes
 checking whether to use NLS... yes
 checking where the gettext function comes from... libc
 checking for pkg-config... /usr/bin/pkg-config
 checking pkg-config is at least version 0.9.0... yes
 checking for TERMINOLOGY... yes
 checking for ELDBUS... yes
 checking for mkstemps... yes
 configure: edje_cc set to /usr/bin/edje_cc
 checking that generated files are newer than configure... done
 configure: creating ./config.status
 config.status: creating terminology.spec
 config.status: creating pkgbuild/PKGBUILD
 config.status: creating Makefile
 config.status: creating src/Makefile
 config.status: creating src/bin/Makefile
 config.status: creating data/Makefile
 config.status: creating data/desktop/Makefile
 config.status: creating data/icons/Makefile
 config.status: creating data/backgrounds/Makefile
 config.status: creating data/images/Makefile
 config.status: creating data/fonts/Makefile
 config.status: creating data/themes/Makefile
 config.status: creating data/themes/images/Makefile
 config.status: creating data/themes/sounds/Makefile
 config.status: creating data/themes/nyanology/Makefile
 config.status: creating data/themes/nyanology/images/Makefile
 config.status: creating data/themes/nyanology/images-sources/Makefile
 config.status: creating man/Makefile
 config.status: creating po/Makefile.in
 config.status: creating terminology_config.h
 config.status: terminology_config.h is unchanged
 config.status: executing depfiles commands
 config.status: executing po-directories commands
 config.status: creating po/POTFILES
 config.status: creating po/Makefile



 
 terminology 0.6.99
 

Re: [e-users] compile question

2014-08-09 Thread Boris Faure
On 14-08-09 10:32, Boris Faure wrote:
 You are using old versions of the EFL. Compiling current git version of
 terminology against them should be supported but you found a bug.

I've fixed the bug. It should now compile fine.
-- 
Boris Faure
Pointer Arithmetician
--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users