Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] cant cmake, got no environment or smthn idk what im doing
@ 2023-07-04 21:11 LOLZSICKA
  2023-07-04 22:38 ` Duncaen
  2023-07-04 23:53 ` [ISSUE] [CLOSED] " the-maldridge
  0 siblings, 2 replies; 3+ messages in thread
From: LOLZSICKA @ 2023-07-04 21:11 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: cant cmake, got no environment or smthn idk what im doing
  2023-07-04 21:11 [ISSUE] cant cmake, got no environment or smthn idk what im doing LOLZSICKA
@ 2023-07-04 22:38 ` Duncaen
  2023-07-04 23:53 ` [ISSUE] [CLOSED] " the-maldridge
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-07-04 22:38 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

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

Comment:
Do you have a compiler installed?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ISSUE] [CLOSED] cant cmake, got no environment or smthn idk what im doing
  2023-07-04 21:11 [ISSUE] cant cmake, got no environment or smthn idk what im doing LOLZSICKA
  2023-07-04 22:38 ` Duncaen
@ 2023-07-04 23:53 ` the-maldridge
  1 sibling, 0 replies; 3+ messages in thread
From: the-maldridge @ 2023-07-04 23:53 UTC (permalink / raw)
  To: ml

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

Closed 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-04 23:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-04 21:11 [ISSUE] cant cmake, got no environment or smthn idk what im doing LOLZSICKA
2023-07-04 22:38 ` Duncaen
2023-07-04 23:53 ` [ISSUE] [CLOSED] " the-maldridge

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).