[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: patch 18-10
I have noticed that.. you're the one holding in the "stash" archive,
right?
it can be found through archie.. ;) perhaps you'd like to announce the
availability of the binaries?
ok... I will merge that into next upcoming patch.. within minutes. ;)
regards,
peter
Per Kristian Hove wrote:
> [Peter Bystrom]
>
> | there's a new patch out there, that tries to fix, images
> | drawn on MSBFirst screens, where rdesktop runs on a
> | little-endian machine.
>
> Hi again:) Would it be possible to replace (in rdesktop.h):
>
> #define L_ENDIAN
> // enable the out-commented line below if you are running
> // on a big-endian machine
> //#undef L_ENDIAN
>
> with logic for the platforms where endianness is known, like:
>
> #if defined(__i386__) || defined(__alpha__)
> #define L_ENDIAN
> #elif defined(__sparc) || defined(__hppa)
> #define B_ENDIAN
> #else
> #error Unknown endianness. Edit rdesktop.h.
> #endif
>
> (or perhaps #define L_ENDIAN instead of #error).
>
> We use an automated build system for building on
> FreeBSD/NetBSD/OpenBSD/Linux(i386), AIX, SunOS 5 (i386 and
> Sparc), NetBSD(sparc), HP-UX10 and some others. This would be of
> great help for us, as the compiling/installing would need no
> manual interaction.
>
> --
> Per Kristian Hove <Per.Hove@math.ntnu.no>
> Principal engineer
> Dept. of Mathematical Sciences
> Norwegian University of Science and Technology