Hi Damjan,
>> and a new one in module "extensions", source/activex/main
>> C:\build_tmp\trunk\main\solver\420\wntmsci12\inc\osl/endian.h(160) : fatal error C1189: #error :
undetermined endianness
>> dmake: Error code 2, while making
'../../../wntmsci12/slo/x64/so_activex.obj'
i think this is a configuration error:
"\trunk\main\solver\420\wntmsci12\inc\osl\endian.h" starts with
#ifdef _WIN32
# if defined(_M_IX86)
# define _LITTLE_ENDIAN
# [...]
but i cannot find a -D_WIN32 and -D_M_IX86 ...
i added:
#ifdef _WIN32
# define _LITTLE_ENDIAN
#endif
and it compiled ...
Regards
Oliver
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org