On 14-02-03 06:51 AM, Werner LEMBERG wrote: > > Behdad, > > > since the introduction of gtk-doc support it's no longer easy to > compile harfbuzz from the git under MinGW. Any idea to make this work > again? Ideally, `autogen.sh' should emit a warning if gtkdocize can't > be found, not abort, then disable the creation of documentation.
It's not quite easy. Here's what I do: run: NOCONFIGURE=1 ./autogen using the normal (not cross-compiling toolchain), then run ./configure using the crosscompiling options (and typically in a separate build directory). Would that help? -- behdad http://behdad.org/ _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
