You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(21) |
Feb
(36) |
Mar
(24) |
Apr
(36) |
May
(38) |
Jun
(32) |
Jul
(14) |
Aug
(34) |
Sep
(12) |
Oct
(15) |
Nov
(8) |
Dec
(6) |
| 2008 |
Jan
(27) |
Feb
(16) |
Mar
(18) |
Apr
(14) |
May
(20) |
Jun
(8) |
Jul
(20) |
Aug
(27) |
Sep
(15) |
Oct
(23) |
Nov
(2) |
Dec
|
| 2009 |
Jan
(11) |
Feb
(22) |
Mar
(11) |
Apr
|
May
(18) |
Jun
(5) |
Jul
(2) |
Aug
(25) |
Sep
(27) |
Oct
(4) |
Nov
(4) |
Dec
(2) |
| 2010 |
Jan
(7) |
Feb
(3) |
Mar
(5) |
Apr
(23) |
May
(27) |
Jun
(12) |
Jul
(11) |
Aug
(7) |
Sep
|
Oct
(28) |
Nov
(74) |
Dec
(11) |
| 2011 |
Jan
(64) |
Feb
(4) |
Mar
(20) |
Apr
(17) |
May
(11) |
Jun
|
Jul
(9) |
Aug
|
Sep
(20) |
Oct
(1) |
Nov
(1) |
Dec
|
| 2012 |
Jan
(2) |
Feb
(3) |
Mar
(4) |
Apr
(2) |
May
|
Jun
|
Jul
(6) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
(4) |
| 2013 |
Jan
(3) |
Feb
(4) |
Mar
(2) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
| 2014 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
(6) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Rainer L. <rai...@gm...> - 2007-01-28 19:17:36
|
tried it again with 0.2.4: still the same issue. kind regards, Rainer Rainer Lay schrieb: > On my SuSE 10.2 box, I have the same problems. > QTDIR is /usr/lib/qt3, where the qt3-devel files are too. > So it should be no problem to compile qt stuff, which is working for > other programs too :-) > > kind regards, > Rainer > > Michal Hocko schrieb: > >>> I have Qt4 and Qt3 installed. But I am pretty sure that I have the qt3 headers. How can I test if I have what I need? I am using Suse 10.0. >>> >>> >> I don't know Suse, but according your mail: >> >> >> >>> The problem is: >>> >>> tputDevPixmap.cpp >>> QOutputDevPixmap.cpp: In constructor 'QOutputDevPixmap::QOutputDevPixmap(Guchar*)': >>> QOutputDevPixmap.cpp:39: error: call of overloaded 'QImage(int)' is ambiguous >>> /usr/include/QtGui/qimage.h:95: note: candidates are: QImage::QImage(const char*, const char*) >>> /usr/include/QtGui/qimage.h:93: note: QImage::QImage(const QString&, const char*) >>> /usr/include/QtGui/qimage.h:91: note: QImage::QImage(const char* const*) >>> QOutputDevPixmap.cpp: In member function 'virtual void QOutputDevPixmap::endPage()': >>> QOutputDevPixmap.cpp:62: error: 'class QImage' has no member named 'reset' >>> QOutputDevPixmap.cpp:78: error: 'IgnoreEndian' is not a member of 'QImage' >>> make[2]: *** [QOutputDevPixmap.o] Error 1 >>> make[2]: Leaving directory `/exchange/BUILD/pdfedit-0.2.3/src/kpdf-kde-3.3.2' >>> make[1]: *** [qoutputdevices] Error 2 >>> make[1]: Leaving director >>> >>> >> it seems that there is no information whether you are using QT3 or QT4 >> (you are just using include/QtGui). In my debian box I have >> /usr/include/qt[34]/ directories. >> >> >> > > |
|
From: Rainer L. <rai...@gm...> - 2007-01-26 16:27:28
|
On my SuSE 10.2 box, I have the same problems. QTDIR is /usr/lib/qt3, where the qt3-devel files are too. So it should be no problem to compile qt stuff, which is working for other programs too :-) kind regards, Rainer Michal Hocko schrieb: >> I have Qt4 and Qt3 installed. But I am pretty sure that I have the qt3 headers. How can I test if I have what I need? I am using Suse 10.0. >> > > I don't know Suse, but according your mail: > > >> The problem is: >> >> tputDevPixmap.cpp >> QOutputDevPixmap.cpp: In constructor 'QOutputDevPixmap::QOutputDevPixmap(Guchar*)': >> QOutputDevPixmap.cpp:39: error: call of overloaded 'QImage(int)' is ambiguous >> /usr/include/QtGui/qimage.h:95: note: candidates are: QImage::QImage(const char*, const char*) >> /usr/include/QtGui/qimage.h:93: note: QImage::QImage(const QString&, const char*) >> /usr/include/QtGui/qimage.h:91: note: QImage::QImage(const char* const*) >> QOutputDevPixmap.cpp: In member function 'virtual void QOutputDevPixmap::endPage()': >> QOutputDevPixmap.cpp:62: error: 'class QImage' has no member named 'reset' >> QOutputDevPixmap.cpp:78: error: 'IgnoreEndian' is not a member of 'QImage' >> make[2]: *** [QOutputDevPixmap.o] Error 1 >> make[2]: Leaving directory `/exchange/BUILD/pdfedit-0.2.3/src/kpdf-kde-3.3.2' >> make[1]: *** [qoutputdevices] Error 2 >> make[1]: Leaving director >> > > it seems that there is no information whether you are using QT3 or QT4 > (you are just using include/QtGui). In my debian box I have > /usr/include/qt[34]/ directories. > > |
|
From: Michal H. <ms...@gm...> - 2007-01-26 16:24:13
|
> I have Qt4 and Qt3 installed. But I am pretty sure that I have the qt3 headers. How can I test if I have what I need? I am using Suse 10.0. I don't know Suse, but according your mail: > The problem is: > > tputDevPixmap.cpp > QOutputDevPixmap.cpp: In constructor 'QOutputDevPixmap::QOutputDevPixmap(Guchar*)': > QOutputDevPixmap.cpp:39: error: call of overloaded 'QImage(int)' is ambiguous > /usr/include/QtGui/qimage.h:95: note: candidates are: QImage::QImage(const char*, const char*) > /usr/include/QtGui/qimage.h:93: note: QImage::QImage(const QString&, const char*) > /usr/include/QtGui/qimage.h:91: note: QImage::QImage(const char* const*) > QOutputDevPixmap.cpp: In member function 'virtual void QOutputDevPixmap::endPage()': > QOutputDevPixmap.cpp:62: error: 'class QImage' has no member named 'reset' > QOutputDevPixmap.cpp:78: error: 'IgnoreEndian' is not a member of 'QImage' > make[2]: *** [QOutputDevPixmap.o] Error 1 > make[2]: Leaving directory `/exchange/BUILD/pdfedit-0.2.3/src/kpdf-kde-3.3.2' > make[1]: *** [qoutputdevices] Error 2 > make[1]: Leaving director it seems that there is no information whether you are using QT3 or QT4 (you are just using include/QtGui). In my debian box I have /usr/include/qt[34]/ directories. -- Michal Hocko |
|
From: Michal H. <ms...@gm...> - 2007-01-26 16:09:35
|
Hi. Friend of mine give me following howto which can help to install PDFedit on gentoo boxes. Package is available on sunrise overlay repository which should be available in following way: emerge -va layman echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf layman -f -a sunrise pdfedit is then installed by: ACCEPT_KEYWORDS=~x86 emerge -av pdfedit Hope that this will help. Best regards -- Michal Hocko |
|
From: <kar...@we...> - 2007-01-26 15:29:54
|
Hi, =20 I have Qt4 and Qt3 installed. But I am pretty sure that I have the qt3 hea= ders. How can I test if I have what I need=3F I am using Suse 10.0. Regards, K. *Von:* "Michal Hocko" <MS...@GM...> *Gesendet:* 25.01.07 19:15:59 *An:* Pdf...@li... *Betreff:* Re: [Pdfedit-support] pdfedit 0.2.3. make problem Hi, Hi.=20 first of all thanks for this program, I've been waiting for ages for a too= l like this!! But I have a make problem... :-( The problem is: tputDevPixmap.cpp QOutputDevPixmap.cpp: In constructor 'QOutputDevPixmap::QOutputDevPixmap(G= uchar*)': QOutputDevPixmap.cpp:39: error: call of overloaded 'QImage(int)' is ambigu= ous /usr/include/QtGui/qimage.h:95: note: candidates are: QImage::QImage(const= char*, const char*) /usr/include/QtGui/qimage.h:93: note: QImage::QImage(const QString&, const= char*) /usr/include/QtGui/qimage.h:91: note: QImage::QImage(const char* const*) QOutputDevPixmap.cpp: In member function 'virtual void QOutputDevPixmap::e= ndPage()': QOutputDevPixmap.cpp:62: error: 'class QImage' has no member named 'reset'= QOutputDevPixmap.cpp:78: error: 'IgnoreEndian' is not a member of 'QImage'= make[2]: *** [QOutputDevPixmap.o] Error 1 make[2]: Leaving directory `/exchange/BUILD/pdfedit-0.2.3/src/kpdf-kde-3.3= .2' make[1]: *** [qoutputdevices] Error 2 make[1]: Leaving director This kind of problem usually occurs with QT4 being used during=20 compilation.=20 Are you sure you have qt3 header files installed correctly=3F Qt4 uses different definition of QImage constructors and so=20 QImage constructor with one parameter with 0 value is ambiguous. --=20 Michal Hocko--------------------------------------------------------------= -----------Take Surveys. Earn Cash. Influence the Future of ITJoin SourceF= orge.net's Techsay panel and you'll get the chance to share youropinions o= n IT & business topics through brief surveys - and earn cashhttp://www.tec= hsay.com/default.php=3Fpage=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5FPdfedit-support mailing listPdfedit-suppor= t...@li...://lists.sourceforge.net/lists/listinfo/pdfedi= t-support=09 =09 Viren-Scan f=FCr Ihren PC! Jetzt f=FCr jeden. Sofort, online und kostenlos.=20 Gleich testen! *http://www.pc-sicherheit.web.de/freescan/=3Fmc=3D022222* [http= ://www.pc-sicherheit.web.de/freescan/=3Fmc=3D022222] |
|
From: <JDe...@CS...> - 2007-01-26 09:41:37
|
DQoNCj5fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18gDQo+RnJv bTogCUTEm2NodMSbcmVua28gSmFyb3NsYXYgIA0KPlNlbnQ6CU1vbmRheSwgSmFudWFyeSAyMiwg MjAwNyA3OjU3IEFNDQo+VG86CSdwZGZlZGl0LXN1cHBvcnRAbGlzdHMuc291cmNlZm9yZ2UubmV0 Jw0KPlN1YmplY3Q6CXF1ZXN0aW9uIGFib3V0IHRoZSBjb21waWxhdGlvbiBvZiBwZGZlZGl0DQo+ DQo+SGVsbG8sIA0KPmF0IGZpcnN0IHRoYW5rcyBmb3IgdGhpcyBhcHBsaWNhdGlvbi4gQnV0IEkg dHJpZWQgdG8gaW5zdGFsbCB5b3VyIGFwcGxpY2F0aW9uIHBkZmVkaXQgMC4yLjMsIHVuZm9ydHVu YXRlbGx5IEkgZ290IHRoZSBmb2xsb3dpbmcgZXJyb3IgbWVzc2FnZSBkdXJpbmcgdGhlIGNvbW1h bmQgIm1ha2UiOiANCj4NCj7igKYgDQo+Li4uIA0KPmcrKyAtYyAtcGlwZSAtTzIgLWZtZXNzYWdl LWxlbmd0aD0wIC1XYWxsIC1EX0ZPUlRJRllfU09VUkNFPTIgLWcgLURVU0VfTElCNjRfUEFUSEVT IC1mbm8tc3RyaWN0LWFsaWFzaW5nIC1EUVRfQ0xFQU5fTkFNRVNQQUNFIC1nIC1XYWxsIC1XIC1n IC1PMCAgLURRVF9TSEFSRUQgLURRVF9UQUJMRVRfU1VQUE9SVCAtRFFUX05PX0RFQlVHIC1EUVRf VEhSRUFEX1NVUFBPUlQgLUkvdXNyL2xpYi9xdDMvbWtzcGVjcy9kZWZhdWx0IC1JLiAtSS4uL3Fz YS9zcmMvcXNhIC1JLi4gLUkuLi91dGlscyAtSS4uL3hwZGYgLUkuLi94cGRmL3hwZGYgLUkuLi94 cGRmL2dvbyAtSS4uL2tlcm5lbCAtSS4uL2twZGYta2RlLTMuMy4yIC1JLi4veHBkZi9zcGxhc2gg LUkvdXNyL2luY2x1ZGUgLUkvdXNyL2xpYi9xdDMvaW5jbHVkZSAtSS51aS8gLUkubW9jLyAtbyAu b2JqL2Jhc2VndWkubyBiYXNlZ3VpLmNjDQo+DQo+YmFzZWd1aS5jYzogSW4gbWVtYmVyIGZ1bmN0 aW9uIBstRsKhUVZhcmlhbnQgZ3VpOjpCYXNlR1VJOjpzZWxlY3RQYWdlc0RpYWxvZyhjb25zdCBR U3RyaW5nJikgY29uc3TCojogDQo+YmFzZWd1aS5jYzo1MzA6IGVycm9yOiBjb252ZXJzaW9uIGZy b20gwqFsb25nIHVuc2lnbmVkIGludMKiIHRvIMKhY29uc3QgUVZhcmlhbnTCoiBpcyBhbWJpZ3Vv dXMgDQo+L3Vzci9saWIvcXQzL2luY2x1ZGUvcXZhcmlhbnQuaDoxNjk6IG5vdGU6IGNhbmRpZGF0 ZXMgYXJlOiBRVmFyaWFudDo6UVZhcmlhbnQoZG91YmxlKSANCj4vdXNyL2xpYi9xdDMvaW5jbHVk ZS9xdmFyaWFudC5oOjE2Njogbm90ZTogICAgICAgICAgICAgICAgIFFWYXJpYW50OjpRVmFyaWFu dChRX1VMTE9ORykgDQo+L3Vzci9saWIvcXQzL2luY2x1ZGUvcXZhcmlhbnQuaDoxNjU6IG5vdGU6 ICAgICAgICAgICAgICAgICBRVmFyaWFudDo6UVZhcmlhbnQoUV9MTE9ORykgDQo+L3Vzci9saWIv cXQzL2luY2x1ZGUvcXZhcmlhbnQuaDoxNjQ6IG5vdGU6ICAgICAgICAgICAgICAgICBRVmFyaWFu dDo6UVZhcmlhbnQodWludCkgDQo+L3Vzci9saWIvcXQzL2luY2x1ZGUvcXZhcmlhbnQuaDoxNjM6 IG5vdGU6ICAgICAgICAgICAgICAgICBRVmFyaWFudDo6UVZhcmlhbnQoaW50KSANCj4vdXNyL2xp Yi9xdDMvaW5jbHVkZS9xdmFyaWFudC5oOjEzMTogbm90ZTogICAgICAgICAgICAgICAgIFFWYXJp YW50OjpRVmFyaWFudChjb25zdCBjaGFyKikgPG5lYXIgbWF0Y2g+IA0KPm1ha2VbMl06ICoqKiBb Lm9iai9iYXNlZ3VpLm9dIEVycm9yIDEgDQo+bWFrZVsyXTogTGVhdmluZyBkaXJlY3RvcnkgYC9o b21lL0NTSU5UL2VhMTI4ODEvcGRmZWRpdC0wLjIuMy9zcmMvZ3VpJyANCj5tYWtlWzFdOiAqKiog W3BkZmVkaXRdIEVycm9yIDIgDQo+bWFrZVsxXTogTGVhdmluZyBkaXJlY3RvcnkgYC9ob21lL0NT SU5UL2VhMTI4ODEvcGRmZWRpdC0wLjIuMy9zcmMnIA0KPm1ha2U6ICoqKiBbc3JjXSBFcnJvciAy IA0KPg0KPkkgdGhpbmsgSSBoYXZlIGluc3RhbGxlZCB0aGUgY29ycmVjdCBsaWJyYXJpZXMgUXQg OiANCj5ycG0gLXFhIHxncmVwIHF0IA0KPnVpbS1xdC0wLjIuMC0xOCANCj5xdDMtMy4zLjUtNTgg DQo+cXQzLXNxbGl0ZS0zLjMuNS01OCANCj5kYnVzLTEtcXQzLWRldmVsLTAuNjAtMzAgDQo+eWFz dDItcXQtMi4xMy41My00IA0KPnNjaW0tcXRpbW0tMC45LjQtMTUgDQo+a2Rlc3ZuLXN2bnF0LTAu OS4xLTAucG0uMCANCj5ndGstcXQtZW5naW5lLTAuN2N2czIwMDYwMjA5LTIwIA0KPnF0My11bml4 T0RCQy0zLjMuNS01OCANCj5xdDMtZXhhbXBsZXMtMy4zLjUtNTggDQo+cXQzLWRldmVsLXRvb2xz LTMuMy41LTU4IA0KPmRidXMtMS1xdDMtMzJiaXQtMC42MC0zMCANCj5wb3BwbGVyLXF0LTAuNC40 LTE5IA0KPmZyZXF0d2Vhay0wLjYuMS0yNSANCj5ndGstcXQtZW5naW5lLTMyYml0LTAuN2N2czIw MDYwMjA5LTIwIA0KPnF0My1kZXZlbC1kb2MtMy4zLjUtNTggDQo+cXQzLWRldmVsLTMuMy41LTU4 IA0KPnF0My1teXNxbC0zLjMuNS01OCANCj5weXRob24tcXQtMy41LjEtMTkgDQo+ZGJ1cy0xLXF0 My0wLjYwLTMwIA0KPnF0My1tYW4tMy4zLjUtNTggDQo+cXQzLTMyYml0LTMuMy41LTU4IA0KPnF0 My1kZXZlbC0zMmJpdC0zLjMuNS01OCANCj5xdDMtcG9zdGdyZXNxbC0zLjMuNS01OCANCj5hcWJh bmtpbmctcXQzLTIuMi4zLTAucG0uMSANCj4NCj5JIHVzZSB0aGUgU1VTZSAxMC4xOiANCj51bmFt ZSAtYSANCj5MaW51eCB4amF3MDA4M2xueC5jZW4uY3NpbnQuY3ogMi42LjE2LjEzLTQtZGVmYXVs dCAjMSBXZWQgTWF5IDMgMDQ6NTM6MjMgVVRDIDIwMDYgeDg2XzY0IHg4Nl82NCB4ODZfNjQgR05V L0xpbnV4IA0KPg0KPkkgZGlkbid0IGZvdW5kIGFueXRoaW5nIGFib3V0IHRoaXMgZXJyb3IsIG9u bHkgdGhlIG5vdGljZSB3aGljaCBKYWFwIEdyb2wgaGFzIGRlc2NyaWJlZCBvbiB0aGUgaHR0cDov L3NvdXJjZWZvcmdlLm5ldC9tYWlsYXJjaGl2ZS9tZXNzYWdlLnBocD9tc2dfaWQ9Mzc3Nzk2MDQu IA0KPg0KSSByZWFkIHNvbWV3aGVyZSB0aGF0IHNvbWUgY29tcGlsZXIgbWlnaHQgcmVwb3J0IHRo aXMgZXJyb3IuLi4NCj5EbyB5b3UgaGF2ZSBhbnkgaWRlYSAgaG93IHRvIGZpeCB0aGlzIHByb2Js ZW0/IA0KPg0KPlRoYW5rIHlvdSBmb3IgeW91ciBoZWxwIGFuZCBmb3IgeW91ciB1dGlsaXR5IG9u Y2UgYWdhaW4NCj4NCj5CZXN0IHJlZ2FyZHMgDQo+SmFyb3NsYXYgRGVjaHRlcmVua28gDQo+DQo+ DQo+X19fX18NCj4gDQo+VGF0byB6cHLDoXZhIGEgdsWhZWNobnkgcMWZaXBvamVuw6kgc291Ym9y eSBqc291IGTFr3bEm3Juw6kgYSB1csSNZW7DqSB2w71sdcSNbsSbIGFkcmVzw6F0b3ZpKC3Fr20p LiBKZXN0bGnFvmUgbmVqc3RlIG9wcsOhdm7Em27DvW0gYWRyZXPDoXRlbSwgamUgemFrw6F6w6Fu byBqYWvDqWtvbGl2IHp2ZcWZZWrFiG92w6Fuw60sIHpwcm9zdMWZZWRrb3bDoW7DrSBuZWJvIGpp bsOpIHBvdcW+aXTDrSB0xJtjaHRvIGluZm9ybWFjw60uIEplc3RsacW+ZSBqc3RlIHRlbnRvIG1h aWwgZG9zdGFsaSBuZW9wcsOhdm7Em27EmywgcHJvc8OtbSwgdXbEm2RvbXRlIG9kZXNpbGF0ZWxl IGEgc21hxb50ZSB6cHLDoXZ1IGkgcMWZaWxvxb5lbsOpIHNvdWJvcnkuIE9kZXNpbGF0ZWwgbmV6 b2Rwb3bDrWTDoSB6YSBqYWvDqWtvbGl2IGNoeWJ5IG5lYm8gb3BvbWVudXTDrSB6cMWvc29iZW7D qSB0w61tdG8gcMWZZW5vc2VtLg0KPiANCj5UaGlzIG1lc3NhZ2UgYW5kIGFueSBhdHRhY2hlZCBm aWxlcyBhcmUgY29uZmlkZW50aWFsIGFuZCBpbnRlbmRlZCBzb2xlbHkgZm9yIHRoZSBhZGRyZXNz ZWUocykuIEFueSBwdWJsaWNhdGlvbiwgdHJhbnNtaXNzaW9uIG9yIG90aGVyIHVzZSBvZiB0aGUg aW5mb3JtYXRpb24gYnkgYSBwZXJzb24gb3IgZW50aXR5IG90aGVyIHRoYW4gdGhlIGludGVuZGVk IGFkZHJlc3NlZSBpcyBwcm9oaWJpdGVkLiBJZiB5b3UgcmVjZWl2ZSB0aGlzIGluIGVycm9yIHBs ZWFzZSBjb250YWN0IHRoZSBzZW5kZXIgYW5kIGRlbGV0ZSB0aGUgbWVzc2FnZSBhcyB3ZWxsIGFz IGFsbCBhdHRhY2hlZCBkb2N1bWVudHMuIFRoZSBzZW5kZXIgZG9lcyBub3QgYWNjZXB0IGxpYWJp bGl0eSBmb3IgYW55IGVycm9ycyBvciBvbWlzc2lvbnMgYXMgYSByZXN1bHQgb2YgdGhlIHRyYW5z bWlzc2lvbi4+DQo+LS4tIC0tDQo= |
|
From: Michal H. <ms...@gm...> - 2007-01-25 18:15:42
|
> > Hi, > Hi. first of all thanks for this program, I've been waiting for ages for a tool > like this!! > > But I have a make problem... :-( > > The problem is: > > tputDevPixmap.cpp > QOutputDevPixmap.cpp: In constructor > 'QOutputDevPixmap::QOutputDevPixmap(Guchar*)': > QOutputDevPixmap.cpp:39: error: call of overloaded 'QImage(int)' is > ambiguous > /usr/include/QtGui/qimage.h:95: note: candidates are: QImage::QImage(const > char*, const char*) > /usr/include/QtGui/qimage.h:93: note: QImage::QImage(const QString&, const > char*) > /usr/include/QtGui/qimage.h:91: note: QImage::QImage(const char* const*) > QOutputDevPixmap.cpp: In member function 'virtual void > QOutputDevPixmap::endPage()': > QOutputDevPixmap.cpp:62: error: 'class QImage' has no member named 'reset' > > QOutputDevPixmap.cpp:78: error: 'IgnoreEndian' is not a member of 'QImage' > make[2]: *** [QOutputDevPixmap.o] Error 1 > make[2]: Leaving directory `/exchange/BUILD/pdfedit-0.2.3/src/kpdf- > kde-3.3.2' > make[1]: *** [qoutputdevices] Error 2 > make[1]: Leaving director > This kind of problem usually occurs with QT4 being used during compilation. Are you sure you have qt3 header files installed correctly? Qt4 uses different definition of QImage constructors and so QImage constructor with one parameter with 0 value is ambiguous. -- Michal Hocko |
|
From: <kar...@we...> - 2007-01-24 08:38:49
|
Hi, first of all thanks for this program, I've been waiting for ages for a too= l like this!! But I have a make problem... :-( The problem is: tputDevPixmap.cpp QOutputDevPixmap.cpp: In constructor =91QOutputDevPixmap::QOutputDevPixmap(G= uchar*)=92: QOutputDevPixmap.cpp:39: error: call of overloaded =91QImage(int)=92 is ambigu= ous /usr/include/QtGui/qimage.h:95: note: candidates are: QImage::QImage(const= char*, const char*) /usr/include/QtGui/qimage.h:93: note: QImage::QImage(const QString&, const= char*) /usr/include/QtGui/qimage.h:91: note: QImage::QImage(const char* const*) QOutputDevPixmap.cpp: In member function =91virtual void QOutputDevPixmap::e= ndPage()=92: QOutputDevPixmap.cpp:62: error: =91class QImage=92 has no member named =91reset=92= QOutputDevPixmap.cpp:78: error: =91IgnoreEndian=92 is not a member of =91QImage=92= make[2]: *** [QOutputDevPixmap.o] Error 1 make[2]: Leaving directory `/exchange/BUILD/pdfedit-0.2.3/src/kpdf-kde-3.3= .2' make[1]: *** [qoutputdevices] Error 2 make[1]: Leaving director According to your documentation the QTDIR has to be set, it is set on my S= use 10.0 system like this=20 /BUILD/pdfedit-0.2.3> echo $QTDIR /usr/lib/qt3 Is there anything else I have to do=3F Qt4 is installed as well but usually = thats not a problem. Thanks! K. =09 Viren-Scan f=FCr Ihren PC! Jetzt f=FCr jeden. Sofort, online und kostenlos.=20 Gleich testen! *http://www.pc-sicherheit.web.de/freescan/=3Fmc=3D022222* [http= ://www.pc-sicherheit.web.de/freescan/=3Fmc=3D022222] |
|
From: Andres P. <ape...@we...> - 2007-01-23 18:18:56
|
I tried to configure & compile it from top level directory, and the problem was still there. Then, I re-installed qt packages, and everything went okay. Problem solved. Many thanks and best regards, Andres PS: pdfedit is a great application! On Tuesday 23 January 2007 14:18, Michal Hocko wrote: > On 1/23/07, Andres Peratta <ape...@we...> wrote: > > Dear all, > > I am not sure whether it is a bug or it is just me doing something wrong. > > I am trying to compile pdfedit 0.2.3 and I get stuck in the qsa stage. > > This is the outcome when I try to compile QSA > > Did you try to configure & compile it from top level directory when whole > package (doc, libraries and binary) is compiled? > There is no need (normaly) to compile each component separately (QSA > is compiled as during normal compilation). > > But I am not sure for 100% percent (I am not makefiles and configure > author). > > Best regards |
|
From: Michal H. <ms...@gm...> - 2007-01-23 14:19:11
|
On 1/23/07, Andres Peratta <ape...@we...> wrote: > > Dear all, > I am not sure whether it is a bug or it is just me doing something wrong. > I am trying to compile pdfedit 0.2.3 and I get stuck in the qsa stage. > This is the outcome when I try to compile QSA Did you try to configure & compile it from top level directory when whole package (doc, libraries and binary) is compiled? There is no need (normaly) to compile each component separately (QSA is compiled as during normal compilation). But I am not sure for 100% percent (I am not makefiles and configure author). Best regards -- Michal Hocko |
|
From: Andres P. <ape...@we...> - 2007-01-23 14:01:41
|
Dear all, I am not sure whether it is a bug or it is just me doing something wrong. I am trying to compile pdfedit 0.2.3 and I get stuck in the qsa stage. This is the outcome when I try to compile QSA ~/pdfedit-0.2.3/src/qsa> make . QSA must first be configured using the configure script. . make: *** [Makefile.qsa] Error 1 And when I try to ./configure I get the following error, ~/pdfedit-0.2.3/src/qsa> ./configure Using Qt library in /usr/lib/qt3. Trying my best without a .qmake.cache file Building 2nd stage configure There were errors during configure, but these do not appear to be fatal, so you should still be able to build QSA. Run your make tool to build QSA. ~/pdfedit-0.2.3/src/qsa> Notes about my system: Compaq Presario R3000 Laptop (Pentium IV processor). Linux SuSe 9.3 kernel 2.6.11.4-21.15-smp gcc version 3.3.5 20050117 (prerelease) Installed QT packages: qt3-devel-tools-3.3.4-11 qt3-3.3.4-11.5 qt3-devel-3.3.4-11 qt3-devel-doc-3.3.4-11 the environment variable QTDIR is already set up to /usr/lib/qt3 Any hint will be very much appreciated ! Kind regards, Andres |
|
From: Jaap G. <ja...@ja...> - 2006-12-31 13:11:28
|
Hi, When compiling pdfedit 0.2.3 I get an error in making the gui. The error: basegui.cc:530: error: conversion from ‘long unsigned int’ to ‘const QVariant’is ambiguous /usr/lib64/qt-3.3/include/qvariant.h:169: note: candidates are: QVariant::QVariant(double) /usr/lib64/qt-3.3/include/qvariant.h:166: note: QVariant::QVariant(Q_ULLONG) /usr/lib64/qt-3.3/include/qvariant.h:165: note: QVariant::QVariant(Q_LLONG) /usr/lib64/qt-3.3/include/qvariant.h:164: note: QVariant::QVariant(uint) /usr/lib64/qt-3.3/include/qvariant.h:163: note: QVariant::QVariant(int) /usr/lib64/qt-3.3/include/qvariant.h:131: note: QVariant::QVariant(const char*) <near match> make[2]: *** [.obj/basegui.o] Error 1 make[2]: Leaving directory `/home/jaap/pdfedit-0.2.3/src/gui' make[1]: *** [pdfedit] Error 2 make[1]: Leaving directory `/home/jaap/pdfedit-0.2.3/src' make: *** [src] Error 2 I have not been able to find anything about this. All required libraries seem installed. I tried with make, gmake and linux32 make, but sofar no luck. My system: Fedora Core 6, Linux 2.6.18-1.2849.fc6 #1 SMP Fri Nov 10 12:34:46 EST 2006 x86_64 x86_64 x86_64 GNU/Linux Processor: AMD X2 64 3800+ On my previous system it worked like a charm. Fedora Core 5 Linux 2.6.18-1.2239.fc5 #1 Fri Nov 10 13:04:06 EST 2006 i686 athlon i386 GNU/Linux Processor: AMD Athlon 2000 Does anybody have any tips or solutions? Thanks, Jaap _____________________________________________________________ This email was sent using JagroMail, powered by Squirrelmail. http://www.jagro.nl/ http://squirrelmail.org/ |