From: "Raghav Gururajan" <raghavgururajan@disroot.org>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: guix-devel@gnu.org
Subject: Re: Linphone
Date: Thu, 26 Mar 2020 14:24:42 +0000 [thread overview]
Message-ID: <4f0551a899bb9e25f58d2135605b36bc@disroot.org> (raw)
In-Reply-To: <20200326151739.2c4e990d@scratchpost.org>
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"))
next prev parent reply other threads:[~2020-03-26 14:24 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-25 18:34 Linphone Raghav Gururajan
2020-03-25 22:04 ` Linphone Ricardo Wurmus
2020-03-28 0:55 ` Linphone Maxim Cournoyer
2020-03-28 1:42 ` Linphone Raghav Gururajan
2020-03-28 22:42 ` Linphone Raghav Gururajan
2020-03-29 6:44 ` Linphone Ricardo Wurmus
2020-03-29 6:54 ` Linphone Raghav Gururajan
2020-03-30 1:29 ` Linphone Raghav Gururajan
2020-03-31 15:18 ` Linphone Raghav Gururajan
2020-04-02 16:44 ` Linphone Raghav Gururajan
2020-04-02 20:57 ` Linphone Raghav Gururajan
2020-04-02 23:33 ` Linphone Raghav Gururajan
2020-04-03 23:51 ` Linphone Raghav Gururajan
2020-03-25 22:29 ` Linphone Danny Milosavljevic
2020-03-25 22:42 ` Linphone Danny Milosavljevic
2020-03-25 22:48 ` Linphone Danny Milosavljevic
2020-03-26 12:47 ` Linphone Raghav Gururajan
2020-03-26 14:17 ` Linphone Danny Milosavljevic
2020-03-26 14:24 ` Raghav Gururajan [this message]
2020-03-26 17:53 ` Linphone Raghav Gururajan
2020-03-26 19:24 ` Linphone Danny Milosavljevic
2020-03-26 19:28 ` Linphone Raghav Gururajan
2020-03-26 21:53 ` Linphone Raghav Gururajan
2020-03-25 22:43 ` Linphone Danny Milosavljevic
2020-03-26 12:27 ` Linphone Raghav Gururajan
2020-03-26 13:30 ` Linphone Ricardo Wurmus
2020-03-26 13:35 ` Linphone Raghav Gururajan
2020-03-26 12:40 ` Linphone Raghav Gururajan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4f0551a899bb9e25f58d2135605b36bc@disroot.org \
--to=raghavgururajan@disroot.org \
--cc=dannym@scratchpost.org \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.