Forum Bugs

Prince 15 does not run on macOS 10.14

gerph
Downloading and installing Prince 15 to run on macOS 10.14 produces a binary that fails to even start. This has been repeated with the 'latest' version 20221028.

Reproducing instructions:

  • wget https://www.princexml.com/download/prince-20221028-macos.zip
  • unzip prince-20221028-macos.zip
  • prince-20221028-macos/install.sh "$PWD/prince-install-20221028" < /dev/null
  • prince-install-20221028/bin/prince

Result:

charles@laputa ~/projects/thalias-notebook (master⊗)> prince-install-20221028/bin/prince --help
dyld: _dyld_bind_fully_image_containing_address() error
dyld: Symbol not found: ___darwin_check_fd_set_overflow
  Referenced from: /Users/charles/projects/thalias-notebook/prince-install-20221028/lib/prince/bin/prince (which was built for Mac OS X 11.6)
  Expected in: /usr/lib/libSystem.B.dylib
 in /Users/charles/projects/thalias-notebook/prince-install-20221028/lib/prince/bin/prince
fish: 'prince-install-20221028/bin/pri…' terminated by signal SIGABRT (Abort)

mikeday
Thanks for letting us know, we may need to rebuild with different settings to ensure Prince still works on older versions of MacOS.
mikeday
We have created an updated build that should work with 10.13 and up:

https://www.princexml.com/download/prince-15.0.1-macos.zip

This will replace the previous build shortly.
gerph
Confirmed as working on my macOS 10.14 system!

Thank you! :-)