https://bugs.freedesktop.org/show_bug.cgi?id=52622
--- Comment #8 from José Guilherme Vanz <vanz@libreoffice.org> ---
I am working in this bug and I have a doubt. I created a new file inside
comphelper to move this function.When I compile the code the following problem
is showed:
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/Headers/Library/libsvllo.so <-
/home/vanz/git/libo/workdir/unxlngx6.pro/Headers/Library/libcomphelper.so
dependency dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/Headers/Library/libi18nutil.so <-
/home/vanz/git/libo/workdir/unxlngx6.pro/Headers/Library/libcomphelper.so
dependency dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/Headers/Library/libsotlo.so <-
/home/vanz/git/libo/workdir/unxlngx6.pro/Headers/Library/libcomphelper.so
dependency dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/Headers/Library/libtllo.so <-
/home/vanz/git/libo/workdir/unxlngx6.pro/Headers/Library/libcomphelper.so
dependency dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/Headers/Library/libutllo.so <-
/home/vanz/git/libo/workdir/unxlngx6.pro/Headers/Library/libcomphelper.so
dependency dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/Headers/Library/libvcllo.so <-
/home/vanz/git/libo/workdir/unxlngx6.pro/Headers/Library/libcomphelper.so
dependency dropped.
make[1]: Circular /home/vanz/git/libo/instdir/unxlngx6.pro/program/libsvllo.so
<-
/home/vanz/git/libo/workdir/unxlngx6.pro/LinkTarget/Library/libcomphelper.so.exports
dependency dropped.
make[1]: Circular
/home/vanz/git/libo/instdir/unxlngx6.pro/program/libi18nutil.so <-
/home/vanz/git/libo/workdir/unxlngx6.pro/LinkTarget/Library/libcomphelper.so.exports
dependency dropped.
make[1]: Circular /home/vanz/git/libo/instdir/unxlngx6.pro/program/libsotlo.so
<-
/home/vanz/git/libo/workdir/unxlngx6.pro/LinkTarget/Library/libcomphelper.so.exports
dependency dropped.
make[1]: Circular /home/vanz/git/libo/instdir/unxlngx6.pro/program/libtllo.so
<-
/home/vanz/git/libo/workdir/unxlngx6.pro/LinkTarget/Library/libcomphelper.so.exports
dependency dropped.
make[1]: Circular /home/vanz/git/libo/instdir/unxlngx6.pro/program/libutllo.so
<-
/home/vanz/git/libo/workdir/unxlngx6.pro/LinkTarget/Library/libcomphelper.so.exports
dependency dropped.
make[1]: Circular /home/vanz/git/libo/instdir/unxlngx6.pro/program/libvcllo.so
<-
/home/vanz/git/libo/workdir/unxlngx6.pro/LinkTarget/Library/libcomphelper.so.exports
dependency dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/ResTarget/vclen-US.res <-
/home/vanz/git/libo/workdir/unxlngx6.pro/Executable/rsc.run dependency dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/SrsPartTarget/vcl/source/src/btntext.src
<- /home/vanz/git/libo/workdir/unxlngx6.pro/Executable/rsc.run dependency
dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/SrsPartTarget/vcl/source/src/helptext.src
<- /home/vanz/git/libo/workdir/unxlngx6.pro/Executable/rsc.run dependency
dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/SrsPartTarget/vcl/source/src/images.src
<- /home/vanz/git/libo/workdir/unxlngx6.pro/Executable/rsc.run dependency
dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/SrsPartTarget/vcl/source/src/menu.src
<- /home/vanz/git/libo/workdir/unxlngx6.pro/Executable/rsc.run dependency
dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/SrsPartTarget/vcl/source/src/print.src
<- /home/vanz/git/libo/workdir/unxlngx6.pro/Executable/rsc.run dependency
dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/SrsPartTarget/vcl/source/src/stdtext.src
<- /home/vanz/git/libo/workdir/unxlngx6.pro/Executable/rsc.run dependency
dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/SrsPartTarget/vcl/source/src/throbber.src
<- /home/vanz/git/libo/workdir/unxlngx6.pro/Executable/rsc.run dependency
dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/SrsPartTarget/vcl/source/src/units.src
<- /home/vanz/git/libo/workdir/unxlngx6.pro/Executable/rsc.run dependency
dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/SrsPartTarget/vcl/source/src/fpicker.src
<- /home/vanz/git/libo/workdir/unxlngx6.pro/Executable/rsc.run dependency
dropped.
make[1]: Circular
/home/vanz/git/libo/workdir/unxlngx6.pro/SrsPartTarget/vcl/source/edit/textundo.src
<- /home/vanz/git/libo/workdir/unxlngx6.pro/Executable/rsc.run dependency
dropped.
On my .cxx there are the following includes:
#include <vcl/graph.hxx>
#include <vcl/graphicfilter.hxx>
#include <vcl/image.hxx>
#include <osl/file.hxx>
--
You are receiving this mail because:
You are on the CC list for the bug.
Context
- [Bug 52622] Reduce copy and paste code: lcl_GetImageFromPngUrl · bugzilla-daemon
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.