Hi Regina,

On 12.06.2013 23:13, Regina Henschel wrote:

[snip]


I have already observed this build breaker.
I am working on corresponding fixes.
Unfortunately, the verification of the fixes takes some time as I am
building non-pro and pro with and without stlport.
Please stay tuned.


I have applied my patches - see issue 122500.
Please verify my fixes - thanks in advance.


I get a break in lingucomponent.

Ariel had mentioned the build break in lingucomponent. It is the same as yours. I looked for it, but I could not reproduce it. I always performed completely clean builds.

May be rebuilding hunspell helps.
Please try the following:
- cd into /main/lingucomponent
- 'build --prepare --from hunspell'
- 'build --from hunspell'

I stay tuned for your feedback.


Best regards, Oliver.


If I understand the log correct it is from:
libhunspell.lib(affixmgr.obj) : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)"
(__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z)
referenced in function "public: __thiscall
std::logic_error::logic_error(class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const &)"
(??0logic_error@std@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z)

libhunspell.lib(affixmgr.obj) : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::~basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >(void)"
(__imp_??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ)
referenced in function "public: virtual __thiscall
std::logic_error::~logic_error(void)" (??1logic_error@std@@UAE@XZ)
libhunspell.lib(affixmgr.obj) : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >(char const *)"
(__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBD@Z)
referenced in function "protected: static void __cdecl
std::vector<struct affentry,class std::allocator<struct affentry>
 >::_Xlen(void)"
(?_Xlen@?$vector@Uaffentry@@V?$allocator@Uaffentry@@@std@@@std@@KAXXZ)
../../../wntmsci12/bin/spell.uno.dll : fatal error LNK1120: 3 unresolved
externals
dmake:  Error code 96, while making '../../../wntmsci12/bin/spell.uno.dll'

In addition I see an error, multiple times:
Error: String::ReleaseCharStr() called for String with RefCount From
File c:/AOO_2013_06_08/trunk/main/tools/source/string/strimp.cxx at Line
2074

I have used configure:
./configure \
  --with-directx-home="/cygdrive/c/Program Files/Microsoft DirectX SDK
(June 2010)" \
  --with-cl-home="/cygdrive/c/Program Files/Microsoft Visual Studio
9.0/VC" \
  --disable-build-mozilla \
  --disable-activex \
  --with-mozilla-build="/cygdrive/c/mozillabuild" \
  --enable-dbgutil \
  --with-asm-home="/cygdrive/c/Program Files/Microsoft Visual Studio
9.0/VC/bin" \
  --with-jdk-home="/cygdrive/c/Program Files/Java/jdk1.6.0_38" \
  --with-ant-home=/ant \
  --with-mspdb-path="/cygdrive/c/Program Files/Microsoft Visual Studio
9.0/Common7/IDE" \
  --without-junit \

--with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2";
\
  --without-fonts \
  --with-atl-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/atl71" \
  --with-atl-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/ATL/i386" \
  --with-mfc-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/mfc42" \
  --with-mfc-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/Mfc/i386" \
  --with-lang="de" \
  --enable-category-b \
  --with-vendor="Regina_Henschel" \
  --with-build-version="r1492233_debug_category_b"

Kind regards
Regina




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


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

Reply via email to