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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to