[ARM v7]Compilation bug
#1
Hie

I tried to compil XBMC on my efikaMX smarttop
I'm under Debian Sid (armhf)
Finally i have this :
Code:
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether stat accepts an empty string... yes
checking for working strcoll... no
checking for strftime... no
checking for strftime in -lintl... no
checking for working strtod... no
checking for pow... no
checking for pow in -lm... no
configure: WARNING: cannot find library containing definition of pow
checking whether utime accepts a null argument... no
checking for vprintf... no
checking for atexit... no
checking for dup2... no
checking for fdatasync... no
checking for floor... no
checking for fs_stat_dev... no
checking for ftime... no
checking for ftruncate... no
checking for getcwd... no
checking for gethostbyaddr... no
checking for gethostbyname... no
checking for gethostname... no
checking for getpagesize... (cached) no
checking for getpass... no
checking for gettimeofday... no
checking for inet_ntoa... no
checking for lchown... no
checking for localeconv... no
checking for memchr... no
checking for memmove... no
checking for memset... no
checking for mkdir... no
checking for modf... no
checking for munmap... no
checking for pow... (cached) no
checking for rmdir... no
checking for select... no
checking for setenv... no
checking for setlocale... no
checking for socket... no
checking for sqrt... no
checking for strcasecmp... no
checking for strchr... no
checking for strcspn... no
checking for strdup... no
checking for strerror... no
checking for strncasecmp... no
checking for strpbrk... no
checking for strrchr... no
checking for strspn... no
checking for strstr... no
checking for strtol... no
checking for strtoul... no
checking for sysinfo... no
checking for tzset... no
checking for utime... no
checking size of int... 0
checking size of size_t... configure: error: in `/home/demo/software/xbmc':
configure: error: cannot compute sizeof (size_t)
See `config.log' for more details

The COnfig.log
Code:
/* confdefs.h */
#define PACKAGE_NAME "xbmc"
#define PACKAGE_TARNAME "xbmc"
#define PACKAGE_VERSION "11.0"
#define PACKAGE_STRING "xbmc 11.0"
#define PACKAGE_BUGREPORT "http://trac.xbmc.org"
#define PACKAGE_URL ""
#define PACKAGE "xbmc"
#define VERSION "11.0"
#define LIRC_DEVICE "/dev/lircd"
#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_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define C_ALLOCA 1
#define STACK_DIRECTION -1
#define HAVE_UNISTD_H 1
#define HAVE_DIRENT_H 1
#define CLOSEDIR_VOID 1
#define HAVE_LSTAT_EMPTY_STRING_BUG 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_UTIME_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define RETSIGTYPE void
#define HAVE_STAT_EMPTY_STRING_BUG 1
#define SIZEOF_INT 0

configure: exit 77
Any ideas ?
Reply

Logout Mark Read Team Forum Stats Members Help
[ARM v7]Compilation bug0