Bug #422
Quasselclient/mono will not build static with dbus
Start date:
Due date:
% Done:
0%
Estimated time:
Version:
0.3.0.x
OS:
Any
Description
Quasselclient and Mono will not Build static with dbus.
I think "-ldbus-1 ${QTDIR}/lib/libQtXml.a" missing somewhere.
Additional information:
Build with:
cd $SRC
git pull
cd $BUILD
mkdir $BUILD/staticlibs
ln -s /usr/lib/libcrypto.a $BUILD/staticlibs/libcrypto.a
ln -s /usr/lib/libssl.a $BUILD/staticlibs/libssl.a
ln -s /usr/lib/gcc/i486-linux-gnu/4.3/libstdc++.a $BUILD/staticlibs/libstdc++.a
ln -s /usr/lib/libdbus-1.a $BUILD/staticlibs/libdbus-1.a
ln -s ${QTDIR}/lib/libQtXml.a $BUILD/staticlibs/libQtXml.a
cmake $SRC -DSTATIC=1 -DWANT_CORE=ON -DWANT_QTCLIENT=ON -DWANT_MONO=ON
make
History
#1 Updated by Sputnick almost 16 years ago
- Priority changed from High to Normal
#2 Updated by EgS almost 16 years ago
- Category changed from Quassel Client to Build System
- Status changed from New to Assigned
- Assignee set to Sputnick
- Version set to 0.3.1+
#3 Updated by johu almost 15 years ago
- Target version set to 0.6.0
- Version changed from 0.3.1+ to 0.3.0.x
- OS set to Any
#4 Updated by johu over 14 years ago
- Status changed from Assigned to Resolved