From: SourceForge.net <no...@so...> - 2006-01-06 12:24:34
|
Bugs item #1398505, was opened at 2006-01-06 14:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1398505&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christos (achaios) Assigned to: Nobody/Anonymous (nobody) Summary: wxpdfdoc gcc pragma bug in pdfencrypt.h Initial Comment: In pdfencrypt.h line 18: #pragma interface "pdfencrypt.h" prevents linking against the library with errors like: ./lib/libwxpdfdoc.a(wxpdfdoc_lib_pdfencrypt.o): In function `wxPdfEncrypt::wxPdfEncrypt()': pdfencrypt.cpp:(.text+0x793): undefined reference to `vtable for wxPdfEncrypt' Fixed by changing it to #pragma interface "pdfencrypt.cpp" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1398505&group_id=51305 |