Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P
pango
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 213
    • Issues 213
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 11
    • Merge Requests 11
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • pango
  • Issues
  • #234

Closed
Open
Opened Oct 13, 2014 by bugzilla-migration@bugzilla-migrationReporter

pango/pango-utils.c etc pango 1.9.1 WIN32 build errors:

Submitted by Greg Jung

Link to original bug (#738426)

Description

Created attachment 288357 list of installed mingw/win32 filea from pango-1.9.1 after (modified) build

To get these errors (a small amount) I updated my glib-2.0 to glib-2.9.6 In function 'pango_get_sysconf_subdirectory': pango-utils.c:671:29: error: 'dll_name' undeclared (first use in this function) (PACKAGE " " VERSION, dll_name, "etc\pango"); ^ pango-utils.c:671:29: note: each undeclared identifier is reported only once for each function it appears in pango-utils.c: In function 'pango_get_lib_subdirectory': pango-utils.c:699:29: error: 'dll_name' undeclared (first use in this function) (PACKAGE " " VERSION, dll_name, "lib\pango"); ^ pango-utils.c: In function 'read_alias_file': pango-utils.c:1507:16: warning: variable 'empty' set but not used [-Wunused-but-set-variable]

satisfied by isertion of the lines

char * dll_name;

near lines 667, 698

Then,

-lgmodule-2.0 -lglib-2.0 -lintl libtool: link: cannot find the library ../modules/khmer/libpango-khmer-fc.la' make[4]: *** [libpangoft2-1.0.la] Error 1 make[4]: Leaving directory /mingw/sources/pango-1.9.1/pango'

evidently khmer isn't finished well enough. delete reference to khmer in pango/Makefile ... edit pango/module-defs-fc.c and comment line refering to khmer ...

voila!

Attachment 288357, "list of installed mingw/win32 filea from pango-1.9.1 after (modified) build":
pangolist.txt

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/pango#234