A Divendres 28 Febrer 2003 21:06, Jordi Mallach va escriure: > Hmm. A veure. El problema exacte quin era? Que han llevat les capçaleres > de compatibilitat? Tb havies mencionat no sé què dels plugins (jo de tot > açò ni idea...) > > libqt3-compat-headers - Qt 1.x and 2.x compatibility includes > libqt3-plugins-headers - Qt3 plugin header files > libqt3-headers - Qt3 header files
Gràcies, ja està arreglat. És una qüestió sobre compatibilitat. Amb les qt és pot fer una cosa (qwidgetstyle) que és veu que ho pot fer com una funció normal o com un plugin. La gent de debian ha decidit que només es pot fer com a plugin[1], i tinc por que es trenqui una mica la compatibilitat entre distros. Per posar-te un exemple. A la uni tinc debian i per compilar el meu pfc amb les qt2 havia de posar qt-gl (una llibreria inventada) ja que la qt "normal" no tenia suport de gl. A casa, quan feia servir mandrake (ja no), havia detreure el -lqt-gl ja que no entenia que era aquella llibreria. Ara tinc por, de que algú façi quelcom d'una manera i els de debian hem de pringar. Només era això i ganes de desproticar una mica, que estic cansat, tinc son, gana i molta feina. Gràcies. Leo [1] README.Debian Q: I have an application that when linking gives me symbol referencing errors to Q*Style. Why does my applicationnot link correctly ? A: The author of the program is using the styles that ship with Qt directly instead of using the QStylePlugin interface.If you are the author of the program, change your program to use QStylePlugin. If you are a packager, write to theauthor of the program that he is assuming that the styles shipped with Qt are built-in to the library which is not the case on Debian and that he please should fix this and use QStylePlugin.

