|
From: <lom...@gm...> - 2006-01-17 14:26:02
|
Hi, First, thanks a lot for open sourcing the program. I've got a personal project I'd like to do in the next few months and wouldn't have use any non open source program (even free as in free beer). Not a zealot, just want to keep running the same apps wherever I chose to use them, whatever the OS or processor. I'm quite a noob at compiling though. So beware for noobs questions ! I followed the instructions on http://wiki.synfig.com/Build_instructions 1. svn co http://svn.voria.com/code/ETL/trunk/ ETL 2. ./bootstrap 3. ./configure 4. sudo make install First, for noobs like me, you could add a step between 1 and 2 1.2 cd ./ETL (well, I managed to guess it eventually ;) Second I'm faced with two errors One at the end of ./bootstrap bootstrap: Creating configure.in from configure.ac... bootstrap: Setting up build environment... + aclocal -I /home/t3g/ETL/config + autoheader + autoconf -o configure + automake --foreign --add-missing --copy --include-deps automake: configure.in: installing `config/install-sh' automake: configure.in: installing `config/mkinstalldirs' automake: configure.in: installing `config/missing' automake: configure.in: installing `config/config.guess' automake: configure.in: installing `config/config.sub' test/Makefile.am:23: invalid unused variable name: `value_SOURCES' test/Makefile.am:21: invalid unused variable name: `spline_SOURCES' + set +x bootstrap: Failure. bootstrap: Cleaning up... Second one at the end of sudo make install : make: *** Pas de règle pour fabriquer la cible « configure.in », nécessaire pour « configure ». Arrêt. t3g@t3g:~/ETL$ sudo make install make: *** Pas de règle pour fabriquer la cible « configure.in », nécessaire pour « configure ». Arrêt. t3g@t3g:~/ETL$ sudo make install make: *** Pas de règle pour fabriquer la cible « configure.in », nécessaire pour « configure ». Arrêt. Thanks a lot for your help. I looked in the archived mails in the lists, but didn't get the answer. Btw, if somebody already made packages for Breezy, I'll be happy to know :) Else I can try to make some, provided it's not to hard for a noob... Loïc For information, here was ./configure's output : ./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 whether make sets $(MAKE)... yes ./configure: line 1616: no-define: command not found checking for working aclocal-1.4... found checking for working autoconf... found checking for working automake-1.4... found checking for working autoheader... found checking for working makeinfo... missing checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ANSI C... 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 ranlib... ranlib checking for compiler warning flags to use... -W -Wall -Wno-unused-parameter checking for debug flags... -DNDEBUG -Wno-deprecated checking for optimization flags... -O2 -ffast-math checking for profiling... no checking how to run the C++ preprocessor... g++ -E checking for egrep... grep -E 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 whether byte ordering is bigendian... no checking for main in -luser32... no checking for main in -lkernel32... no checking for main in -lpthread... yes checking for ANSI C header files... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking for pthread_create... yes checking for pthread_rwlock_init... yes checking for pthread_yield... yes checking for sched_yield... yes checking for CreateThread... no checking for __clone... yes checking for QueryPerformanceCounter... no checking for gettimeofday... yes checking for sscanf... yes checking for vsscanf... yes checking for vsprintf... yes checking for vasprintf... yes checking for vsnprintf... yes checking for fork... yes checking for kill... yes checking for pipe... yes configure: creating ./config.status config.status: creating ETL-config config.status: creating Makefile config.status: creating ETL/Makefile config.status: creating test/Makefile config.status: creating ETL.pc config.status: creating ETL/etl_profile_.h config.status: executing default-1 commands Voria Extended Class and Template Library v. Configuration Summary - - - - - - Install Prefix -------------------> /usr/local Target Platform ------------------> i686-pc-linux-gnu Debug Mode -----------------------> no $CXX ------------------------------> 'g++' $CXXFLAGS -------------------------> ' -W -Wall -Wno-unused-parameter -DNDEBUG - Wno-deprecated -O2 -ffast-math' |