[Poppler-bugs] [Bug 11557] Undefined reference to winFontDir

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 12 13:28:16 PDT 2007


http://bugs.freedesktop.org/show_bug.cgi?id=11557





------- Comment #1 from tsdgeos at terra.es  2007-07-12 13:27 PST -------
Can you try this?

Index: GlobalParams.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/GlobalParams.cc,v
retrieving revision 1.23
diff -u -r1.23 GlobalParams.cc
--- GlobalParams.cc     11 Jul 2007 18:12:27 -0000      1.23
+++ GlobalParams.cc     12 Jul 2007 20:27:18 -0000
@@ -810,12 +810,6 @@
 void GlobalParams::setBaseDir(char *dir) {
   delete baseDir;
   baseDir = new GooString(dir);
-
-#ifdef WIN32
-  if (winFontDir[0]) {
-    winFontList = new WinFontList(winFontDir);
-  }
-#endif
 }

 //------------------------------------------------------------------------


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Poppler-bugs mailing list