rashi dhing schrieb:
  I started building the sc module with debug=true but now I am getting the
following error:

 ../wntmsci12.pro/bin/scuimi.dll : fatal error LNK1169 : one or more
multiply defined symbols found.
dmake: Error code 2, while making ' ../wntmsci12.pro/bin/scuimi.dll

I came across a similar issue from the mail archives:
http://www.mail-archive.com/d...@openoffice.org/msg12074.html

That is exactly the issue that Niklas has mentioned in his previous posting. It does not work do compile the entire sc with debug.

<quote>
In fact, until CWS "dr73" is integrated, building the complete sc module with debug info will fail, see issue 100534.
</quote>

Until this fix will be integrated (one of the next milestones), please do the following:

1) Compile the sc module without debug.

cd sc
build killobj
build

2) Build the files you are interested in with debug.

touch source/ui/..../....cxx
build debug=t

3) Do not forget to copy the new DLLs into your OOo installation.


Regards
Daniel

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

Reply via email to