[Lunar-bugs] [bug] fine tune dbus BUILD
    lunar-bugs at lunar-linux.org 
    lunar-bugs at lunar-linux.org
       
    Mon Apr 18 12:39:15 UTC 2005
    
    
  
 Project:      lunar-linux
 ID:           
 Version:      <none>
 Component:    moonbase (modules)
 Category:     bug reports
 Priority:     normal
-Assigned to:  <unassigned>
+Assigned to:  nhudson
 Reported by:  dveatch
 Updated by:   nhudson
-Status:       active
+Status:       fixed
This is now fixed in cvs.  Thanks for the update!  I added
if module_installed kdelibs3; then
     export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
fi
So that it gets both paths at the same time.  
nhudson
Previous comments:
------------------------------------------------------------------------
Mon, 04/18/2005 - 05:12 : dveatch
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.
-- 
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