On Fri, 20 May 2005 11:38:47 -0400 Aless <[EMAIL PROTECTED]> babbled:
(B
(B> hi all
(B> 
(B> i am trying to compile e17 from the cvs tree but when i run the autogen.sh
(B> from ecore i get this error:
(B
(Byou may have an old cvs tree that is trying to re-run configure updates before
(Bmaking clean - just remove the tree entirely - recheckout and you should be
(Bfine.
(B
(B> ...
(B> config.status: creating src/lib/ecore_config/Makefile
(B> config.status: creating src/lib/ecore_file/Makefile
(B> config.status: error: cannot find input file: src/lib/ecore_dbus/Makefile.in
(B> 
(B> what is the problem?
(B> 
(B> the full output:
(B> ./autogen.sh
(B> Running aclocal...
(B> Running autoheader...
(B> Running autoconf...
(B> Running libtoolize...
(B> Running automake...
(B> checking build system type... i686-pc-linux-gnu
(B> checking host system type... i686-pc-linux-gnu
(B> checking for gcc... gcc
(B> checking for C compiler default output file name... a.out
(B> checking whether the C compiler works... yes
(B> checking whether we are cross compiling... no
(B> checking for suffix of executables...
(B> checking for suffix of object files... o
(B> checking whether we are using the GNU C compiler... yes
(B> checking whether gcc accepts -g... yes
(B> checking for gcc option to accept ANSI C... none needed
(B> checking for strerror in -lcposix... no
(B> checking for a BSD-compatible install... /usr/bin/install -c
(B> checking whether build environment is sane... yes
(B> checking whether make sets $(MAKE)... yes
(B> checking for working aclocal-1.4... found
(B> checking for working autoconf... found
(B> checking for working automake-1.4... found
(B> checking for working autoheader... found
(B> checking for working makeinfo... found
(B> checking whether byte ordering is bigendian... no
(B> checking for gcc... (cached) gcc
(B> checking whether we are using the GNU C compiler... (cached) yes
(B> checking whether gcc accepts -g... (cached) yes
(B> checking for gcc option to accept ANSI C... (cached) none needed
(B> checking for gcc option to accept ANSI C... none needed
(B> checking how to run the C preprocessor... gcc -E
(B> checking for egrep... grep -E
(B> checking for ANSI C header files... yes
(B> checking for an ANSI C-conforming const... yes
(B> checking for sys/types.h... yes
(B> checking for sys/stat.h... yes
(B> checking for stdlib.h... yes
(B> checking for string.h... yes
(B> checking for memory.h... yes
(B> checking for strings.h... yes
(B> checking for inttypes.h... yes
(B> checking for stdint.h... yes
(B> checking for unistd.h... yes
(B> checking for int... yes
(B> checking size of int... 4
(B> checking for a sed that does not truncate output... /bin/sed
(B> checking for ld used by gcc... /usr/bin/ld
(B> checking if the linker (/usr/bin/ld) is GNU ld... yes
(B> checking for /usr/bin/ld option to reload object files... -r
(B> checking for BSD-compatible nm... /usr/bin/nm -B
(B> checking whether ln -s works... yes
(B> checking how to recognise dependent libraries... pass_all
(B> checking dlfcn.h usability... yes
(B> checking dlfcn.h presence... yes
(B> checking for dlfcn.h... yes
(B> checking for g++... g++
(B> checking whether we are using the GNU C++ compiler... yes
(B> checking whether g++ accepts -g... yes
(B> checking how to run the C++ preprocessor... g++ -E
(B> checking for g77... no
(B> checking for f77... no
(B> checking for xlf... no
(B> checking for frt... no
(B> checking for pgf77... no
(B> checking for fort77... no
(B> checking for fl32... no
(B> checking for af77... no
(B> checking for f90... no
(B> checking for xlf90... no
(B> checking for pgf90... no
(B> checking for epcf90... no
(B> checking for f95... no
(B> checking for fort... no
(B> checking for xlf95... no
(B> checking for ifc... no
(B> checking for efc... no
(B> checking for pgf95... no
(B> checking for lf95... no
(B> checking for gfortran... no
(B> checking whether we are using the GNU Fortran 77 compiler... no
(B> checking whether  accepts -g... no
(B> checking the maximum length of command line arguments... 32768
(B> checking command to parse /usr/bin/nm -B output from gcc object... ok
(B> checking for objdir... .libs
(B> checking for ar... ar
(B> checking for ranlib... ranlib
(B> checking for strip... strip
(B> checking if gcc static flag  works... yes
(B> checking if gcc supports -fno-rtti -fno-exceptions... no
(B> checking for gcc option to produce PIC... -fPIC
(B> checking if gcc PIC flag -fPIC works... yes
(B> checking if gcc supports -c -o file.o... yes
(B> checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
(B> checking whether -lc should be explicitly linked in... no
(B> checking dynamic linker characteristics... GNU/Linux ld.so
(B> checking how to hardcode library paths into programs... immediate
(B> checking whether stripping libraries is possible... yes
(B> checking if libtool supports shared libraries... yes
(B> checking whether to build shared libraries... yes
(B> checking whether to build static libraries... yes
(B> configure: creating libtool
(B> appending configuration tag "CXX" to libtool
(B> checking for ld used by g++... /usr/bin/ld
(B> checking if the linker (/usr/bin/ld) is GNU ld... yes
(B> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
(B> checking for g++ option to produce PIC... -fPIC
(B> checking if g++ PIC flag -fPIC works... yes
(B> checking if g++ supports -c -o file.o... yes
(B> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
(B> checking dynamic linker characteristics... GNU/Linux ld.so
(B> checking how to hardcode library paths into programs... immediate
(B> checking whether stripping libraries is possible... yes
(B> appending configuration tag "F77" to libtool
(B> checking for __attribute__... yes
(B> checking for gettimeofday... yes
(B> checking netinet/in.h usability... yes
(B> checking netinet/in.h presence... yes
(B> checking for netinet/in.h... yes
(B> checking whether ecore_txt module is to be built... yes
(B> checking for libiconv in -liconv... no
(B> checking for iconv in -liconv... no
(B> checking for libiconv in -lc... no
(B> checking for iconv in -lc... yes
(B> checking whether ecore_x module is to be built... yes
(B> checking for X11/Xcursor/Xcursor.h... yes
(B> checking for XcursorImageLoadCursor in -lXcursor... yes
(B> checking for X11/extensions/Print.h... no
(B> checking for X11/extensions/Xinerama.h... yes
(B> checking for XineramaQueryScreens in -lXinerama... yes
(B> checking whether ecore_job module is to be built... yes
(B> checking whether ecore_fb module is to be built... yes
(B> checking linux/fb.h usability... yes
(B> checking linux/fb.h presence... yes
(B> checking for linux/fb.h... yes
(B> checking for evas-config... /usr/local/bin/evas-config
(B> checking whether ecore_evas module is to be built... yes
(B> checking whether ecore_evas gl support is to be built... yes
(B> checking for Evas_Engine_GL_X11.h... yes
(B> checking whether ecore_evas fb support is to be built... yes
(B> checking for Evas_Engine_FB.h... yes
(B> checking whether ecore_evas buffer support is to be built... yes
(B> checking for Evas_Engine_Buffer.h... yes
(B> checking whether ecore_con module is to be built... yes
(B> checking for pkg-config... /usr/bin/pkg-config
(B> checking for openssl... yes
(B> checking SSL_CFLAGS...
(B> checking SSL_LIBS... -lssl -lcrypto -ldl
(B> checking whether ecore_ipc module is to be built... yes
(B> checking whether ecore_dbus module is to be built... yes
(B> checking whether ecore_config module is to be built... yes
(B> checking for eet-config... /usr/local/bin/eet-config
(B> checking for libiconv in -lc... no
(B> checking for iconv in -lc... yes
(B> checking whether ecore_x module is to be built... yes
(B> checking for X11/Xcursor/Xcursor.h... yes
(B> checking for XcursorImageLoadCursor in -lXcursor... yes
(B> checking for X11/extensions/Print.h... no
(B> checking for X11/extensions/Xinerama.h... yes
(B> checking for XineramaQueryScreens in -lXinerama... yes
(B> checking whether ecore_job module is to be built... yes
(B> checking whether ecore_fb module is to be built... yes
(B> checking linux/fb.h usability... yes
(B> checking linux/fb.h presence... yes
(B> checking for linux/fb.h... yes
(B> checking for evas-config... /usr/local/bin/evas-config
(B> checking whether ecore_evas module is to be built... yes
(B> checking whether ecore_evas gl support is to be built... yes
(B> checking for Evas_Engine_GL_X11.h... yes
(B> checking whether ecore_evas fb support is to be built... yes
(B> checking for Evas_Engine_FB.h... yes
(B> checking whether ecore_evas buffer support is to be built... yes
(B> checking for Evas_Engine_Buffer.h... yes
(B> checking whether ecore_con module is to be built... yes
(B> checking for pkg-config... /usr/bin/pkg-config
(B> checking for openssl... yes
(B> checking SSL_CFLAGS...
(B> checking SSL_LIBS... -lssl -lcrypto -ldl
(B> checking whether ecore_ipc module is to be built... yes
(B> checking whether ecore_dbus module is to be built... yes
(B> checking whether ecore_config module is to be built... yes
(B> checking for eet-config... /usr/local/bin/eet-config
(B> checking whether ecore_file module is to be built... yes
(B> checking whether inotify is to be used for filemonitoring... yes
(B> checking linux/inotify.h usability... no
(B> checking linux/inotify.h presence... no
(B> checking for linux/inotify.h... no
(B> checking whether polling is to be used for filemonitoring... yes
(B> checking for dlopen in -ldl... yes
(B> checking for perl... /usr/bin/perl
(B> configure: creating ./config.status
(B> config.status: creating Makefile
(B> config.status: creating ecore.pc
(B> config.status: creating data/Makefile
(B> config.status: creating data/fonts/Makefile
(B> config.status: creating data/images/Makefile
(B> config.status: creating data/pointers/Makefile
(B> config.status: creating src/Makefile
(B> config.status: creating src/bin/Makefile
(B> config.status: creating src/lib/Makefile
(B> config.status: creating src/lib/ecore/Makefile
(B> config.status: creating src/lib/ecore_job/Makefile
(B> config.status: creating src/lib/ecore_x/Makefile
(B> config.status: creating src/lib/ecore_fb/Makefile
(B> config.status: creating src/lib/ecore_evas/Makefile
(B> config.status: creating src/lib/ecore_con/Makefile
(B> config.status: creating src/lib/ecore_ipc/Makefile
(B> config.status: creating src/lib/ecore_txt/Makefile
(B> config.status: creating src/lib/ecore_config/Makefile
(B> config.status: creating src/lib/ecore_file/Makefile
(B> config.status: error: cannot find input file: src/lib/ecore_dbus/Makefile.in
(B> 
(B> 
(B> 
(B> 
(B> -------------------------------------------------------
(B> This SF.Net email is sponsored by Oracle Space Sweepstakes
(B> Want to be the first software developer in space?
(B> Enter now for the Oracle Space Sweepstakes!
(B> http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
(B> _______________________________________________
(B> enlightenment-users mailing list
(B> [email protected]
(B> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
(B> 
(B
(B
(B-- 
(B------------- Codito, ergo sum - "I code, therefore I am" --------------
(BThe Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
$BMg9%B?(B                              [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B-------------------------------------------------------
(BThis SF.Net email is sponsored by Oracle Space Sweepstakes
(BWant to be the first software developer in space?
(BEnter now for the Oracle Space Sweepstakes!
(Bhttp://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
(B_______________________________________________
(Benlightenment-users mailing list
([email protected]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to