[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Copy on write data structures?
- From: Dirk Laurie <dirk.laurie@...>
- Date: Tue, 30 Apr 2013 16:15:13 +0200
2013/4/30 David Given <dg@cowlark.com>:
> (Incidentally, did I announce here that I recently released WordGrinder
> 0.4.1? Now with a proper Windows port and OpenDocument import/export.
> And it's all MIT licensed, with lots of useful stuff to pull out and
> steal: http://wordgrinder.sourceforge.net/)
The build fails on Ubuntu 12.04, typical message
src/c/minizip/zip.c:160:5: error: unknown type name ‘z_crc_t’
If I comment out the minizip build, everything else compiles,
but of course the link stage throws up unresolved references.