Re: failed to build aoo420 dev on win32

2016-06-11 Thread Oliver Brinzing

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



Re: failed to build aoo420 dev on win32

2016-06-11 Thread Oliver Brinzing

Hi Damjan,

i will start with a clean debug build including your "formula" patch.

just noticed, one of the "external_sources" is missing:

-> c813c065dd53d7bd0a560a870ddd0af5-openssl-0.9.8zh.tar.gz failed (404 Not 
Found)

i downloaded the package manually from:
http://mirrors.slackware.com/slackware/slackware-13.1/patches/source/openssl/openssl-0.9.8zh.tar.gz.mirrorlist


Regards
Oliver


downloading 1 missing tar balls to C:/build_tmp/trunk/ext_sources
downloading to 
C:/build_tmp/trunk/ext_sources/c813c065dd53d7bd0a560a870ddd0af5-openssl-0.9.8zh.tar.gz.part
download from http://www.openssl.org/source/openssl-0.9.8zh.tar.gz failed (501 Protocol scheme 
'https' is not supported (LWP::Protocol::https not installed))

download failed
downloading to 
C:/build_tmp/trunk/ext_sources/c813c065dd53d7bd0a560a870ddd0af5-openssl-0.9.8zh.tar.gz.part
download from 
http://iweb.dl.sourceforge.net/project/oooextras.mirror/c813c065dd53d7bd0a560a870ddd0af5-openssl-0.9.8zh.tar.gz 
failed (404 Not Found)

download failed
some needed files could not be downloaded! at 
C:/build_tmp/trunk/main/solenv/bin/download_external_dependencies.pl line 492, <$in> line 345.

*** Error downloading external dependencies, please fix the previous problems 
and try again ***


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org