Hi Danny! > I tried > > (arguments > `(#:configure-flags > (list "-DENABLE_DBUS=YES" > "-DENABLE_UPDATE_CHECK=YES") > #:phases > (modify-phases %standard-phases > (add-after 'unpack 'patch > (lambda _ > (substitute* "CMakeLists.txt" > (("find_package[(]BcToolbox REQUIRED[)]") > "find_package(bctoolbox REQUIRED)") > (("find_package[(]Belcard REQUIRED[)]") > "find_package(belcard REQUIRED)")) > #t))))) > > in linphone-desktop's package description and the error message changed.
Thanks so much. It did change the error :-). Btw, when I was researching code base, I came across this technique. Will it be relevant? ("BCTOOLBOX_INCLUDE_DIRS=-lbctoolbox" ,(string-append "BCTOOLBOX_CFLAGS=-I" (assoc-ref %build-inputs "bctoolbox") "/include"))