[Poppler-bugs] [Bug 105075] Generation of glib API documentation fails with gtk-doc 1.27

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Feb 18 21:02:31 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=105075

--- Comment #4 from Albert Astals Cid <aacid at kde.org> ---
Doesn't work for me

I had to use

@@ -319,9 +327,9 @@ class GTKDoc(object):
             ldflags = ' "-L%s" %s ' % (self.library_path, additional_ldflags)
+ ldflags
             current_ld_library_path = env.get('LD_LIBRARY_PATH')
             if current_ld_library_path:
-                env['RUN'] = 'LD_LIBRARY_PATH="%s:%s" ' % (self.library_path,
current_ld_library_path)
+                env['LD_LIBRARY_PATH'] = '%s:%s' % (self.library_path,
current_ld_library_path)
             else:
-                env['RUN'] = 'LD_LIBRARY_PATH="%s" ' % self.library_path
+                env['LD_LIBRARY_PATH'] = self.library_path

         if ldflags:
             env['LDFLAGS'] = '%s %s' % (ldflags, env.get('LDFLAGS', ''))

Does this work for you too?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20180218/24796a17/attachment.html>


More information about the Poppler-bugs mailing list