This fix is also needed in Head branch for symbian 81. Shall
I check it in
Head branch also?
Regards
Pankaj
At 08:16 PM 6/30/2006, eluevano dextratech.com wrote:
>Hi,
>This was fixed with an update.
>Thank you
>Edgar
>
> > Modified by: eluevano dextratech.com
> > Date: 6:28:06
> > Project: Helix Player
> > Bug Number: Nil
> > Bug URL: Nil
> >
> > Synopsis:
> > The change fixes the following build error in
symbian 91
> >
> >
"..\..\..\common\util\pub\hxmarsh.h", line
124: Error: #153: expression
> > must have class type
> > *data++ =
(Byte)((v.Low()>>8)&0xff);
> > ^
> > riff.cpp: 0 warnings, 8 errors
> > NMAKE : fatal error U1077: '"C:\Program
> >
Files\ARM\RVCT\Programs\2.2\349\win_32-pentium\armcc.
exe"' : return code
> > '0x1'
> > Stop.
> > Time used: 1.42 seconds
> > ERROR: WinCompile(datatype/common/util) ERROR:
Make failed.
> >
> > Overview:
> > The fix is as follows:
> > Index: util/pub/hxmarsh.h
> >
============================================================
======RCS
> > file: /cvsroot/common/util/pub/hxmarsh.h,v
> > retrieving revision 1.8
> > diff -u -r1.8 hxmarsh.h
> > --- util/pub/hxmarsh.h 12 Jun 2006 05:53:05
-0000 1.8
> > +++ util/pub/hxmarsh.h 28 Jun 2006 21:26:58
-0000
> >  -114,7 +114,8 
> >
> > inline void putlonglong(UINT8* data, UINT64 v)
> > {
> > -#if defined __SYMBIAN32__
> > +//#if defined __SYMBIAN32__
> > +#if defined(_SYMBIAN) && !defined
(_SYMBIAN_81_) &&
> > !defined(HELIX_CONFIG_SYMBIAN_PLATFORM_SECURITY)
> > *data++ =
(Byte)((v.High()>>24)&0xff);
> > *data++ =
(Byte)((v.High()>>16)&0xff);
> > *data++ =
(Byte)((v.High()>>8)&0xff);
> >
> >
> > Files Modified:
> > common/util/pub/hxmarsh.h
> >
> > Image Size and Heap Use impact (Client -Only):None
> > Platforms and Profiles Affected:
> > Platforms and Profiles Build Verified:
> > Profile: helix-client-s60-mmf-mdf-dsp
> > Platform: symbian-91-armv5
> >
> > Platforms and Profiles Functionality verified:
> > Profile: helix-client-s60-mmf-mdf-dsp
> > Platform: symbian-91-armv5
> >
> > Branch:
> > hxclient_2_1_0_cayennes
> >
> > Thanks and Regards
> > Edgar Luevano
> >
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Common-dev mailing list
> > Common-dev helixcommunity.org
> > http://lists.helixcommunity.org/mailman/listinfo/comm
on-dev
> >
>
>
>
>_______________________________________________
>Common-dev mailing list
>Common-dev helixcommunity.org
>http://lists.helixcommunity.org/mailman/listinfo/comm
on-dev
_______________________________________________
Common-dev mailing list
Common-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/comm
on-dev
|