Activity for fondu -- A melange of mac and unix font

  • Ryan Carsten Schmidt Ryan Carsten Schmidt posted a comment on ticket #12

    @elmimmo, looks like you've attached Makefile.mac from fondu_src-051010.tgz, the latest version in the Files section of this SourceForge project. In that version, running ./configure on macOS just copies Makefile.mac to Makefile and exits. In that version, it looks like the relevant line is: CORE = /System/Library/Frameworks/CoreServices.framework/CoreServices However, that is not the latest version. The latest version is available on this SourceForge project's web page and is called fondu_src-060102.tgz....

  • elmimmo elmimmo posted a comment on ticket #12

    There is no such line in the Makefile after running ./configure. Attached is the actual Makefile.

  • ifly6 ifly6 posted a comment on ticket #12

    Just remove from the Makefile the line DARWIN_CORE = $(if $(findstring apple-darwin,$(HOST)),/System/Library/Frameworks/CoreServices.framework/CoreServices,)

  • elmimmo elmimmo posted a comment on discussion Help

    Ups, I intended to create this as a bug report. I do not know how to delete this thread.

  • elmimmo elmimmo created ticket #12

    Doesn’t compile on macOS: missing CoreServices

  • elmimmo elmimmo posted a comment on discussion Help

    It does not compile on macOS 13.4.1 Ventura, in both Intel and Apple CPUs: $ ./configure $ make […] clang: error: no such file or directory: '/System/Library/Frameworks/CoreServices.framework/CoreServices' Related to changes in macOS 11.0 Big Sur?: New in macOS Big Sur 11 beta, the system ships with a built-in dynamic linker cache of all system-provided libraries. As part of this change, copies of dynamic libraries are no longer present on the filesystem. Code that attempts to check for dynamic library...

  • Zoltan Du Lac Zoltan Du Lac created ticket #11

    Small change to compile under cygwin

1
MongoDB Logo MongoDB