John Nagle - 2013-07-13

Confirming this problem. Downloaded Dom 2.4 source on Ubuntu 12.04 LTS, and got exactly the same compile errors.

Collada has its own copies of the "minizip" library. There are two versions, "minizip" (circa 2005) and "minizip-1.1" (circa 2010) in "external-libs". "minizip-1.1" has the missing symbols for newer-format ZIP files, while "minizip" does not.

The make output shows compiles with "-Iexternal-libs/minizip/include", so the build procedure picked the obsolete version for some reason.

I've taken a quick look at the makefiles, but haven't found the problem. It's clearly a build problem.