https://bugs.kde.org/show_bug.cgi?id=456348

--- Comment #16 from Jan <i...@phoca.cz> ---
(In reply to Jan from comment #14)
> (In reply to Toni Asensi Esteve from comment #8)
> > I tried it (using the git version of Krusader, under Kubuntu 22.04) and no
> > problem was seen. If you can follow the steps of
> >     https://commits.kde.org/krusader?path=INSTALL
> > then you can build the git version of Krusader, use its latest features,
> > etc. 
> > If you have been able to do it, is your problem solved?
> 
> Hi, I have compiled 2.8.0 dev (kubuntu 22.04, kde 5.25.4, qt 5.15.3) and the
> problem is still there. :-(

The problem is there when installing into usr folder, when installing to
another folder like opt/krusader, all is OK with 2.8.0-dev

FROM:
cmake ../krusader -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_C_FLAGS="-O2 -fPIC"
-DCMAKE_CXX_FLAGS="-O2 -fPIC"
TO:
cmake ../krusader -DCMAKE_INSTALL_PREFIX=/opt/krusader -DCMAKE_C_FLAGS="-O2
-fPIC" -DCMAKE_CXX_FLAGS="-O2 -fPIC"

So, it is OK with version 2.8.0-dev

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to