| View previous topic :: View next topic |
| Author |
Message |
lukaszillion
Joined: 16 Apr 2009 Posts: 6
|
Posted: Thu Apr 16, 2009 11:17 am Post subject: Hi i need help ices 0.4 |
|
|
Hi
I have debian linux
when i write on terminal
/home/lukaszillion/Desktop/ices-0.4/configure --with-perl
i get this message
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
ples help me i dont now what to do ( |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Apr 16, 2009 12:09 pm Post subject: |
|
|
Based on the message "no acceptable C compiler found" I would guess it's because you don't have a C compiler installed which is rather important if you want to build a package from source code.
karl. |
|
| Back to top |
|
 |
lukaszillion
Joined: 16 Apr 2009 Posts: 6
|
Posted: Thu Apr 16, 2009 2:22 pm Post subject: |
|
|
magic21:/home/lukaszillion/ices-0.4# /home/lukaszillion/ices-0.4/configure --with-lame
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 a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
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 for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for sys/wait.h that is POSIX.1 compatible... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for vsnprintf... yes
checking for setsid... yes
checking for setlinebuf... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking for style of include used by make... none
checking dependency style of gcc... none
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
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++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
configure: /usr/bin/pkg-config couldn't find libshout. Try adjusting PKG_CONFIG_PATH.
checking for shout-config... no
configure: error: Could not find a usable libshout
magic21:/home/lukaszillion/ices-0.4#
Its ok now ?
What to do after. Sorry im new so i dont now what to do.
thanks for any help |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Apr 16, 2009 4:21 pm Post subject: |
|
|
Again it says what you need, you don't have the libshout development package installed. We have mentioned this before, you do need development packages if you are building from source.
karl. |
|
| Back to top |
|
 |
lukaszillion
Joined: 16 Apr 2009 Posts: 6
|
Posted: Thu Apr 16, 2009 4:25 pm Post subject: |
|
|
| i have libshout3 installed. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Apr 16, 2009 4:38 pm Post subject: |
|
|
which is nice to know, however I asked about the libshout development package, not the runtime package
karl. |
|
| Back to top |
|
 |
lukaszillion
Joined: 16 Apr 2009 Posts: 6
|
Posted: Fri Apr 17, 2009 3:47 pm Post subject: |
|
|
hi
so when i install ices0 i have this
ices_config.c:281: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
ices_config.c:281: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
ices_config.c:281: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
ices_config.c:281: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
ices_config.c:281: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
ices_config.c:281: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
make[1]: Wejście do katalogu `/home/lukaszillion/ices-0.4'
make[2]: Wejście do katalogu `/home/lukaszillion/ices-0.4'
make[2]: Nie ma nic do zrobienia w `install-exec-am'.
make[2]: Nie ma nic do zrobienia w `install-data-am'.
make[2]: Opuszczenie katalogu `/home/lukaszillion/ices-0.4'
make[1]: Opuszczenie katalogu `/home/lukaszillion/ices-0.4'
magic21:/home/lukaszillion/ices-0.4#
it is only part
Every thinks is ok ???
do you have website where i cant read good manul guide step by step (about ices) |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Apr 17, 2009 8:07 pm Post subject: |
|
|
I don't think anyone did a guide for ices0, the incentive is not there for an unsupported product. It looks like it completed so you have ices built.
karl. |
|
| Back to top |
|
 |
|