CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
Search Criteria
Package Details: whatsapp-for-linux 1.7.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/whatsapp-for-linux.git (read-only, click to copy) |
---|---|
Package Base: | whatsapp-for-linux |
Description: | An unofficial WhatsApp desktop application for linux |
Upstream URL: | https://github.com/eneshecan/whatsapp-for-linux |
Keywords: | messaging whatsapp |
Licenses: | GPL3 |
Submitter: | xeco |
Maintainer: | bordam (AutoUpdateBot) |
Last Packager: | AutoUpdateBot |
Votes: | 60 |
Popularity: | 1.82 |
First Submitted: | 2020-09-09 15:32 (UTC) |
Last Updated: | 2024-10-20 07:57 (UTC) |
Dependencies (11)
- gst-libav (gst-libav-gitAUR)
- gst-plugins-bad (gst-plugins-bad-gitAUR)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gtkmm3
- libayatana-appindicator
- libcanberra
- webkit2gtk (webkit2gtk-imgpasteAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- hunspell-en_us (optional) – spell-checking
Required by (0)
Sources (1)
m4jq commented on 2023-05-30 18:34 (UTC)
bordam commented on 2023-05-29 11:58 (UTC)
Ok, I’ll also update the package asap
xeco commented on 2023-05-29 11:27 (UTC)
Could you please add hunspell-en_us
as an optional dependency for spell-checking?
bordam commented on 2023-02-13 14:05 (UTC)
@swsnr Fix was commited
bordam commented on 2023-02-13 03:47 (UTC)
Oops, I totally forgot about this. I’ll update ASAP.
xeco commented on 2023-02-07 09:07 (UTC)
@swsnr Thanks a lot for the heads up. Actually, I transferred the maintenance of this package to @bordam. So, could you please take care of those @bordam?
swsnr commented on 2023-02-06 10:54 (UTC)
Sorry, I only just noticed your question: As far as I understand the guide I think you should explicitly pass -DCMAKE_BUILD_TYPE=None
.
I'd also like to point out that I had to apply the following patch
diff --git i/PKGBUILD w/PKGBUILD
index 76e9c5c..0d65619 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="An unofficial WhatsApp desktop application for linux"
url=https://github.com/eneshecan/$pkgname
arch=(i686 x86_64 armv7h aarch64)
license=(GPL3)
-depends=(gtkmm3 webkit2gtk libayatana-appindicator gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav)
+depends=(gtkmm3 webkit2gtk libayatana-appindicator gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav libcanberra)
makedepends=(cmake git)
source=(git+$url#tag=v$pkgver)
b2sums=(SKIP)
to build the latest update in a clean chroot; I think a dependency on libcanberra may be missing.
swsnr commented on 2023-01-14 16:28 (UTC)
Thanks!
xeco commented on 2023-01-13 08:37 (UTC)
@swsnr Done!
Pinned Comments
xeco commented on 2022-09-28 21:43 (UTC) (edited on 2022-09-28 21:45 (UTC) by xeco)
For anyone who wants to make raw image data pasting work as mentioned here, please use webkit2gtk-imgpaste as the dependency.