El día 13 de marzo de 2011 19:29, Lisandro Damián Nicanor Pérez Meyer <[email protected]> escribió: > 2011/3/13 José Luis Redrejo Rodríguez <[email protected]>: >> El día 13 de marzo de 2011 18:41, Lisandro Damián Nicanor Pérez Meyer > [snip] >> Hi, Lisandro, I'm taking a look at it. There's no way to compile it >> with kdelibs5-dev, so kde support must be removed. > > Yes, I was going to mention you that and I forgot, sorry for that :-( > >> Anyway, there are >> some files to patch in the sources, it's not enough with the debian >> files, as gambas informer preloads kde. > > That means that even when the correct switch is passed to configure it > still finds kde 3? >
it tries to preload it because these libraries are "harcoded" : main/gbc/gbi.c: preload(argv, "libqt-mt.so.3 libkdecore.so.4"); main/gbx/gbx_library.c: add_preload(&env, "libkdecore.so.4"); and gives error messages because it can not find them if kde3 is not installed. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

