Am Mittwoch, 6. Dezember 2006 22:40 schrieb Andreas Pakulat: > Hi, > > there is a ln -sf /usr/lib/kde3/libkonsolepart.so > /usr/lib/libkonsolepart.so > > in the top-level Makefile, this fails because I don't build PyKDE as > root, and I won't do that.
Same here (rpm build as user..) > I remember some discussions about enabling/disabling konsolepart, but I > can't find them and I don't see a way to disable konsolepart generation. I work arounded the issue this way: http://mats.imk.fraunhofer.de/pipermail/pykde/2006-November/014806.html It will not disable the konsole part generation, but the sed command suppresses the attempt to symlink the lib.. Jim, that's just another reason to add a switch to configure.py for this. Pete _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
