CW FIX 1. // was Port to CodeWarrior.

Ruslan Zasukhin <[email protected]>
Newsgroups gmane.comp.lib.icu.general
Message-ID <BBC49CC1.279EF%[email protected]>
on 10/28/03 22:11, Steven R. Loomis at [email protected] wrote:

> On 28-Ott-2003, at 12:02 PM, Ruslan Zasukhin wrote:
>> Hi All,
>> 
>> It looks nobody have made port of ICU to CodeWarrior.
>> We need this so we start this work self.
>> We are going to make cross-platform CW projects.
>> 
>> NOTE: In the current sources of ICU I see that its developers assume
>> that CW
>> is only MAC compiler. This is not true. It can perfectly work on
>> Windows
>> also.
> 
> I would file a bug on our bug database,. http://www.jtcsv.com/
> 
> Then, when you have the fixes, just send an email here and someone will
> arrange to put them in.

This is first needed fix:

File "pwin32.h"  LINE: 112
Must be as:


#if ! U_HAVE_INT64_T
#    if defined(__MWERKS__) // CodeWarrior C/C++ from Metrowerks, Inc.
        typedef long long   int64_t;
#    else
        /* Could use _MSC_VER to detect Microsoft compiler. */
        typedef signed __int64   int64_t;
#    endif // __MWERKS__
#endif

#if ! U_HAVE_UINT64_T
#    if defined(__MWERKS__) // CodeWarrior C/C++ from Metrowerks, Inc.
        typedef unsigned long long uint64_t;
#    else
        /* Could use _MSC_VER to detect Microsoft compiler. */
        typedef unsigned __int64   uint64_t;
#    endif // __MWERKS__
#endif



-- 
Best regards,
Ruslan Zasukhin               [ I feel the need...the need for speed ]
----------------------------------------------------------------------
Paradigma Software                        http://www.paradigmasoft.com

Valentina is cross-platform, fantastic fast database engine, supports
C/C++,Java,JDBC,SQL,Director,REALbasic,PHP,XCMD,COM,Visual BASIC......
----------------------------------------------------------------------



-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: [email protected]
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.