-
```
Trying to create Makefiles:
I have followed the steps in "Windows developers guide"
Error: Could not find KDE4 kde4-config
Call stack (most recent call first):
CMakeLists.txt:27(find_package)
I a…
-
```
Trying to create Makefiles:
I have followed the steps in "Windows developers guide"
Error: Could not find KDE4 kde4-config
Call stack (most recent call first):
CMakeLists.txt:27(find_package)
I a…
-
Makefiles in the examples are wrong:
```
CC = ../../../gbdk-support/lcc/lcc -Wa-l -Wl-m -Wl-j
```
should be
```
CC = ../../bin/lcc -Wa-l -Wl-m -Wl-j
```
-
**Issue description**
The current base builder of nixpkgs is `stdenv.mkDerivation`, which has some weird legacy features:
- It is focused on C and Makefiles
- Derivation attributes are stringifie…
-
Hello,
unfortunately I am not so experienced in using and running makefiles on a Windows computer.
What do I have to install to run the makefile without errors?
-
Would like to repackage this for better integration with my pipelines. Could you provide source code for the binaries, as well as build information (makefiles, build dependencies, etc.)
-
This issue lists areas that are good entry points to start contributing to opentelemetry-cpp.
For each issue, see the issue comments for details.
## Functional
Typically, features touching a …
-
I haven't seen this discussed before, so I wanted to open a discussion.
In my experience, most Makefiles that are not just cramming words together (e.g. `installhtml`, `installps`) use kebab-cased …
-
```
Originally sent this patch by mail, but wasn't sure, will it arrive by
right address, as I have guessed it
===
I make wxworkspaceview now compiles with Linux x86_64 architecture
Added for that tw…
-
I'm working on a Linux based HPC working with private data hence the environment is restrictive (no internet connection); therefore packages must be built from source.
After downloading the file an…