I am new to enlightenment. I am trying to install
epplet and getting the below errors.
The configuration details are attached to this mail.
It seems, it is not able to find stdarg.h. I am trying
to include the path of stdarg.h but it has not saved me.
Please some one help. I tried epplet-0.6 also but failed.
My machine has Redhat8 with 0.16.6 enlighenment.
when I install epplets-0.7-1.i386.rpm I am getting following error
------------------------------------------------
error: Failed dependencies:
enlightenment >= 0.16.0 is needed by epplets-0.7-1
When I tried with tar file the following errors are occuring
------------------------------------------------------------
------- Compilation error -----
make all-recursive
make[1]: Entering directory `/tmp/enlightment/epplets-0.7'
Making all in api
make[2]: Entering directory `/tmp/enlightment/epplets-0.7/api'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -g -O2
-I/usr/X11R6/include -c epplet.c
rm -f .libs/epplet.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/X11R6/include
-I/usr/local/include -I/usr/X11R6/include -g -O2 -I/usr/X11R6/include -c
epplet.c -fPIC -DPIC -o .libs/epplet.lo
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/X11R6/include
-I/usr/local/include -I/usr/X11R6/include -g -O2 -I/usr/X11R6/include -c
epplet.c -o epplet.o >/dev/null 2>&1
mv -f .libs/epplet.lo epplet.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -g -O2
-I/usr/X11R6/include -c snprintf.c
rm -f .libs/snprintf.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/X11R6/include
-I/usr/local/include -I/usr/X11R6/include -g -O2 -I/usr/X11R6/include -c
snprintf.c -fPIC -DPIC -o .libs/snprintf.lo
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
snprintf.c:97: parse error before "va_dcl"
snprintf.c:100: syntax error before '{' token
snprintf.c:109: parse error before '(' token
snprintf.c:109: warning: conflicting types for built-in function
`__builtin_stdarg_start'
snprintf.c:109: conflicting types for `fmt'
snprintf.c:104: previous declaration of `fmt'
snprintf.c:109: parse error before ')' token
snprintf.c:115: parse error before "void"
snprintf.c:116: warning: parameter names (without types) in function
declaration
snprintf.c:116: warning: conflicting types for built-in function
`__builtin_va_end'
snprintf.c:116: warning: data definition has no type or storage class
snprintf.c:117: parse error before "return"
make[2]: *** [snprintf.lo] Error 1
make[2]: Leaving directory `/tmp/enlightment/epplets-0.7/api'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/enlightment/epplets-0.7'
make: *** [all-recursive-am] Error 2
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O ) works... yes
checking whether the C compiler (gcc -O ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for strerror in -lcposix... (cached) no
checking for minix/config.h... (cached) no
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) pass_all
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking command to parse /usr/bin/nm -B output... (cached) ok
checking for dlfcn.h... (cached) yes
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached) -fPIC
checking if gcc PIC flag -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.lo... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
creating libtool
checking whether gcc needs -traditional... (cached) no
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking if malloc debugging is wanted... no
checking for rm... (cached) rm
checking for cp... (cached) cp
checking for chmod... (cached) chmod
checking for tar... (cached) tar
checking for mkdir... (cached) mkdir
checking for ar... (cached) ar
checking for mv... (cached) mv
checking whether ln -s works... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for unistd.h... (cached) no
checking for time.h... (cached) no
checking for math.h... (cached) no
checking for pwd.h... (cached) no
checking for sys/types.h... (cached) no
checking for varargs.h... (cached) no
checking for stdarg.h... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for ANSI C header files... (cached) no
checking for mode_t... (cached) yes
checking for pid_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking return type of signal handlers... (cached) void
checking for XOpenDisplay in -lX11... (cached) yes
checking for XextAddDisplay in -lXext... (cached) yes
checking for glXChooseVisual in -lGL... (cached) yes
checking for GL/glx.h... (cached) no
Warning Will Robinson. No OpenGL headers! Install Mesa our your favorite hardware GLX.
checking for imlib-config... (cached) imlib-config
checking imlib-config for prefix... /usr
checking imlib-config for the value of CFLAGS... -g -O2 -I/usr/X11R6/include
checking imlib-config for the value of GRLIBS... -L/usr/lib -lImlib -ljpeg -ltiff
-lungif -lpng -lz -lm -lXext -L/usr/X11R6/lib -lSM -lICE -lXext -lX11
checking the sanity of new compile/link flags... yes
checking for kstat_open in -lkstat... (cached) no
checking for Linux... yes
no
checking for Enlightenment location... /usr/local/enlightenment
checking for Enlightenment binary location... /usr/local/enlightenment/bin
checking for linux/soundcard.h... (cached) no
checking for machine/soundcard.h... (cached) no
checking for dmedia/audio.h... (cached) no
checking for sys/soundcard.h... (cached) no
configure: warning: *** Mixer epplets will not be built ***
checking for dmedia/audio.h... (cached) no
checking for cd_advance in -lcdaudio... (cached) no
checking for esd_open_sound in -lesd... (cached) yes
checking for mount... (cached) /bin/mount
checking for umount... (cached) /bin/umount
checking for eject... (cached) /usr/bin/eject
updating cache ./config.cache
creating ./config.status
creating Makefile
creating api/Makefile
creating epplets/Makefile
creating debian/Makefile
creating api/epplet.h
creating config.h
config.h is unchanged
If you are running Enlightenment < 0.16.4, you *must* configure
epplets with --disable-new-remember.
Now type 'make' to build epplets 0.7.
Then type 'make install' to install.
If you are installing epplets for the first time, don't forget
to run /usr/local/enlightenment/bin/e_gen_menus to build your epplets menu