Open GoogleCodeExporter opened 8 years ago
I did not look into details but here is what I did.
It looks like qwbfs links statically with fresh. So I had to reconfigure fresh
so it does not want to install into /usr/...
cd fresh
cmake -D CMAKE_INSTALL_PREFIX=/opt/qwbfs .
make install DESTDIR=/opt/qwbfs
cd ..
make install DESTDIR=/opt/qwbfs
Not perfect at all, but
ldd /opt/qwbfs/bin/qwbfsmanager| grep -i fresh
does not show anything and qwbfsmanager starts ok
Original comment by m...@gmx.us
on 12 Oct 2012 at 4:27
Hi,
Looks like it's a bug in the qmake handling.
theorically the make install step should not install fresh library, it's only
used.
Only qwbfsmanager itself should be installed ( and its dependenceis like
resources etc).
Hi will investigate that.
Thanks,
Original comment by pasnox
on 18 Oct 2012 at 5:26
Original issue reported on code.google.com by
m...@gmx.us
on 12 Oct 2012 at 4:01