| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sat Apr 29, 2006 11:48 pm Post subject: I have error! |
|
|
Hi all!
When I configure Ices 0.4, on the FreeBSD 5.3 from port collection, I have this :
| Code: |
checking shout/shout.h usability... yes
checking shout/shout.h presence... yes
checking for shout/shout.h... yes
checking for shout_new... no
configure: error: Could not find a usable libshout |
in config.log:
| Code: |
configure:20869: $? = 0
configure:20872: test -s conftest.o
configure:20875: $? = 0
configure:20885: result: yes
configure:20889: checking shout/shout.h presence
configure:20899: cc -E -I/usr/local/include -D_THREAD_SAFE conftest.c
configure:20905: $? = 0
configure:20925: result: yes
configure:20960: checking for shout/shout.h
configure:20967: result: yes
configure:20976: checking for shout_new
configure:21033: cc -o conftest -O -pipe -I/usr/local/include -Wall -I/usr/local/include -D_THREAD_SAFE -pthread -L/usr/l
ocal/lib conftest.c -L/usr/local/lib -lshout >&5
/usr/local/lib/libshout.so: undefined reference to `speex_packet_to_header'
configure:21039: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "ices 0.4"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_SETLINEBUF 1
| #define PACKAGE "ices"
| #define VERSION "0.4"
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_SHOUT_SHOUT_H 1
| /* end confdefs.h. */
| /* Define shout_new to an innocuous variant, in case <limits.h> declares shout_new.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shout_new innocuous_shout_new
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shout_new (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shout_new
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char shout_new ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_shout_new) || defined (__stub___shout_new)
| choke me
| #else
| char (*f) () = shout_new;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != shout_new;
| ;
| return 0;
| }
configure:21064: result: no
configure:21103: error: Could not find a usable libshout |
But i have instaled libshout ( libshout2-2.2_1 )
I think this problem with not linked speex library.
I think must be this:
| Code: |
cc -o conftest -O -pipe -I/usr/local/include -Wall -I/usr/local/include -D_THREAD_SAFE -pthread -L/usr/l
ocal/lib conftest.c -L/usr/local/lib -lshout -L/usr/local/lib -lspeex >&5 |
Can you help me? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group subRebel style by ktauber
|