LINK : fatal error LNK1181: cannot open input file 'ixo.lib'
Regina Henschel
rb.henschel at t-online.de
Tue Nov 21 23:35:30 UTC 2023
Hi Kohei,
Kohei Yoshida schrieb am 22.11.2023 um 00:10:
> Hi Regina,
>
> On 11/21/23 17:43, Regina Henschel wrote:
>> Hi all,
>>
>> I have no idea, what is wrong with
>> https://gerrit.libreoffice.org/c/core/+/159708
>
> From what I can see, you have added svxcore as a new dependency of xo,
> but svxcore itself already depends on xo. So you now have xo and
> svxcore depending on each other...
I have added it to be able to use object and functions of class
SdrEdgeObj (svdoedge.hxx) in xmloff/source/draw/ximpshap.cxx.
Is there a different way to allow use of the functions?
What do I need to change to MS Visual Studio or to autogen.sh so that
such problem becomes already visible locally?
Currently my autogen.sh is
/cygdrive/d/Build_forCommit/core/autogen.sh \
--with-external-tar=/cygdrive/d/Build_forCommit/externalsrc \
--with-junit=/cygdrive/c/cygwin64/junit/junit-4.10.jar \
--with-ant-home=/cygdrive/c/cygwin64/ant199 \
--disable-ccache \
--with-visual-studio=2022 \
--without-fonts \
--enable-debug \
--enable-werror \
--enable-odk \
--disable-cve-tests \
--with-parallelism=4 \
--disable-online-update \
--with-jdk-home=/cygdrive/c/Program\ Files/Microsoft/jdk-17.0.8.101-hotspot
Kind regards,
Regina
More information about the LibreOffice
mailing list