Bug 12013 - Undefined reference to FormField::FormField(FormField *)
Summary: Undefined reference to FormField::FormField(FormField *)
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: All All
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-15 10:51 UTC by Jens Granseuer
Modified: 2007-08-30 11:35 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
add constructor implementation (288 bytes, patch)
2007-08-15 10:52 UTC, Jens Granseuer
Details | Splinter Review

Description Jens Granseuer 2007-08-15 10:51:32 UTC
Linking of the pdffont utility fails with the above error. The constructor is declared in Form.h, but apparently the compiler (gcc 2) does not create the copy constructor itself. The attached fixes the problem.

poppler 0.5.91
Comment 1 Jens Granseuer 2007-08-15 10:52:36 UTC
Created attachment 11142 [details] [review]
add constructor implementation
Comment 2 Albert Astals Cid 2007-08-30 11:34:43 UTC
fixed


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.