From: SourceForge.net <no...@so...> - 2006-07-19 17:49:54
|
Bugs item #1525461, was opened at 2006-07-19 12:49 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=1525461&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: Jim Bentler (jimbentler) Assigned to: Nobody/Anonymous (nobody) Summary: wxScintilla 1.63.2 - missing symbol "lmSpice" Initial Comment: The final shared object has an unresolved symbol "lmSpice". Since you have the symbol is marked extern, wxscintilla.so is created with this symbol unresolved. You only find the error when you try to link to wxscintilla.so. (That is, after you have it installed.) Then, you get: /usr/X11R6/lib/libwxscintilla.so: undefined reference to `lmSpice' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1525461&group_id=51305 |