Github messages for voidlinux
 help / color / mirror / Atom feed
From: LOLZSICKA <LOLZSICKA@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [ISSUE] cant cmake, got no environment or smthn idk what im doing
Date: Tue, 04 Jul 2023 23:11:56 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44843@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4308 bytes --]

New issue by LOLZSICKA on void-packages repository

https://github.com/void-linux/void-packages/issues/44843

Description:
everything from command run to end of command.

```
[lolzsicka@abyssal build]$ cmake ..
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:5 (project):
  No CMAKE_C_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
  the compiler, or to the compiler name if it is in the PATH.


CMake Error at CMakeLists.txt:5 (project):
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
```

same thing but with debug output

```
[lolzsicka@abyssal build]$ cmake --debug-output ..
Running with debug output on.
-- The C compiler identification is unknown
   Called from: [3]	/usr/share/cmake-3.26/Modules/CMakeDetermineCompilerId.cmake
                [2]	/usr/share/cmake-3.26/Modules/CMakeDetermineCCompiler.cmake
                [1]	/home/lolzsicka/ShapeCorners/CMakeLists.txt
-- The CXX compiler identification is unknown
   Called from: [3]	/usr/share/cmake-3.26/Modules/CMakeDetermineCompilerId.cmake
                [2]	/usr/share/cmake-3.26/Modules/CMakeDetermineCXXCompiler.cmake
                [1]	/home/lolzsicka/ShapeCorners/CMakeLists.txt
CMake Warning (dev) at /usr/share/cmake-3.26/Modules/CMakeFindBinUtils.cmake:220 (find_program):
  Policy CMP0126 is not set: set(CACHE) does not remove a normal variable of
  the same name.  Run "cmake --help-policy CMP0126" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, normal variable "CMAKE_AR"
  will be removed from the current scope.
Call Stack (most recent call first):
  /usr/share/cmake-3.26/Modules/CMakeDetermineCXXCompiler.cmake:202 (include)
  CMakeLists.txt:5 (project)
This warning is for project developers.  Use -Wno-dev to suppress it.

   Called from: [3]	/usr/share/cmake-3.26/Modules/CMakeFindBinUtils.cmake
                [2]	/usr/share/cmake-3.26/Modules/CMakeDetermineCXXCompiler.cmake
                [1]	/home/lolzsicka/ShapeCorners/CMakeLists.txt
CMake Warning (dev) at /usr/share/cmake-3.26/Modules/CMakeFindBinUtils.cmake:220 (find_program):
  Policy CMP0126 is not set: set(CACHE) does not remove a normal variable of
  the same name.  Run "cmake --help-policy CMP0126" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, normal variable
  "CMAKE_LINKER" will be removed from the current scope.
Call Stack (most recent call first):
  /usr/share/cmake-3.26/Modules/CMakeDetermineCXXCompiler.cmake:202 (include)
  CMakeLists.txt:5 (project)
This warning is for project developers.  Use -Wno-dev to suppress it.

   Called from: [3]	/usr/share/cmake-3.26/Modules/CMakeFindBinUtils.cmake
                [2]	/usr/share/cmake-3.26/Modules/CMakeDetermineCXXCompiler.cmake
                [1]	/home/lolzsicka/ShapeCorners/CMakeLists.txt
CMake Error at CMakeLists.txt:5 (project):
  No CMAKE_C_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
  the compiler, or to the compiler name if it is in the PATH.


   Called from: [1]	/home/lolzsicka/ShapeCorners/CMakeLists.txt
CMake Error at CMakeLists.txt:5 (project):
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.


   Called from: [1]	/home/lolzsicka/ShapeCorners/CMakeLists.txt
-- Configuring incomplete, errors occurred!
```

im trying to get rounded corners on kwin, thats what im trying to do

             reply	other threads:[~2023-07-04 21:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-04 21:11 LOLZSICKA [this message]
2023-07-04 22:38 ` Duncaen
2023-07-04 23:53 ` [ISSUE] [CLOSED] " the-maldridge

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44843@inbox.vuxu.org \
    --to=lolzsicka@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).