[Lunar-bugs] [bug] fine tune dbus BUILD
lunar-bugs at lunar-linux.org
lunar-bugs at lunar-linux.org
Mon Apr 18 10:12:01 UTC 2005
Project: lunar-linux
ID:
Version: <none>
Component: moonbase (modules)
Category: bug reports
Priority: normal
Assigned to: <unassigned>
Reported by: dveatch
Updated by: dveatch
Status: active
relined dbus (0.23.4) and got this ;
no connection.h > connection.moc
/bin/sh: no: command not found
make[2]: *** [connection.moc] Error 127
make[2]: Leaving directory `/usr/src/dbus-0.32/qt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/dbus-0.32'
make: *** [all] Error 2
while it was trying to make the qtbindings. It can't find
/opt/lunar/qt/3/bin/moc .
So I added
if module_installed qt3; then
export PATH=$QTDIR/bin:$PATH
fi
and all was well. So it needs the paths for Qt and KDE. I also tried
this with the current version 0.32 and it worked.
dveatch
--
View: http://lunar-linux.org/?q=node/view/806
Edit: http://lunar-linux.org/?q=project/comments/add/806
More information about the Lunar-bugs
mailing list