@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....
There is no such line in the Makefile after running ./configure. Attached is the actual Makefile.
Just remove from the Makefile the line DARWIN_CORE = $(if $(findstring apple-darwin,$(HOST)),/System/Library/Frameworks/CoreServices.framework/CoreServices,)
Ups, I intended to create this as a bug report. I do not know how to delete this thread.
Doesn’t compile on macOS: missing CoreServices
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...
Small change to compile under cygwin