IceE 1.1.0 is already packaged but I'm waiting for my package sponsor to
upload those to master.

If you can't wait get them at

deb http://personales.ya.com/fmoya ./
deb-src http://personales.ya.com/fmoya ./

Regards,
F. Moya

El lun, 20-03-2006 a las 01:20 +0000, Martin Michlmayr escribió:
> package: zeroc-icee-translators
> Version: 1.0.0-3
> Severity: wishlist
> Tags: patch
> 
> Please support the MIPS platform.
> 
> > Automatic build of zeroc-icee-translators_1.0.0-3 on bigsur by sbuild/mips 
> > 1.106
> ...
> > make[3]: Entering directory 
> > `/build/tbm/zeroc-icee-translators-1.0.0/src/IceUtil'
> > c++ -c -I../../include  -DICE_UTIL_API_EXPORTS -I..  -ftemplate-depth-128 
> > -Wall -D_REENTRANT -O3 -DNDEBUG Base64.cpp
> > In file included from ../../include/IceUtil/Base64.h:13,
> >                  from Base64.cpp:10:
> > ../../include/IceUtil/Config.h:26:5: error: #error "Unknown architecture"
> > make[3]: *** [Base64.o] Error 1
> 
> The following patch is against 1.0.0.  I see that 1.1.0 is out already
> but you can see from the patch below what needs to be done.
> 
> --- ./include/IceUtil/Config.h~       2005-08-16 16:46:12.000000000 +0000
> +++ ./include/IceUtil/Config.h        2006-03-20 01:06:27.000000000 +0000
> @@ -17,10 +17,10 @@
>  // of Itanium (IA64) and MIPS.
>  //
>  #if defined(__i386) || defined(_M_IX86) || defined (__x86_64) || \
> -    defined(__alpha__)
> +    defined(__alpha__) || defined(__MIPSEL__)
>  #   define ICE_LITTLE_ENDIAN
>  #elif defined(__sparc) || defined(__sparc__) || defined(__hppa) || \
> -      defined(__ppc__) || defined(_ARCH_COM)
> +      defined(__ppc__) || defined(__MIPSEB__) || defined(_ARCH_COM)
>  #   define ICE_BIG_ENDIAN
>  #else
>  #   error "Unknown architecture"
> --- ./src/icecpp/config.h~    2006-03-20 00:42:36.000000000 +0000
> +++ ./src/icecpp/config.h     2006-03-20 00:47:51.000000000 +0000
> @@ -63,7 +63,7 @@
>  #if defined(_WIN32)
>  #   define WCHAR_TYPE_SIZE 2
>  #elif (defined(__linux) || defined(__FreeBSD__)) && \
> -      (defined(__i386) || defined(__x86_64) || defined(__sparc)) || \
> +      (defined(__i386) || defined(__x86_64) || defined(__sparc) || 
> defined(__mips)) || \
>         defined (__sun) || defined(__hpux) || defined(__APPLE__) || \
>         defined(_AIX) || defined(__osf1__)
>  #   define WCHAR_TYPE_SIZE 4
> 
-- 
Francisco Moya Fernandez      Computer Architecture and Networks Group
Assistant Professor
[EMAIL PROTECTED]                      School of Computer Science
Fax:(+34 926) 29 53 54                University of Castilla-La Mancha
Tel:(+34 926) 29 54 83                      http://www.inf-cr.uclm.es/


Reply via email to