-
**What seems to be the problem?**
Running a makefile that was generated with `symbols "On"` defined in the config, doesn't build a .pdb file.
**What did you expect to happen?**
A .pdb file to be …
-
In the branch premake , I try run it on ubuntu
it shows:
/usr/bin/ld: obj/x86_64/Debug/example_glfw_opengl2/imgui_impl_glfw.o: in function `ImGui_ImplGlfw_GetClipboardText(void*)':
/../../back…
-
Specifications:
- Project Generator: Premake v5.0.0-beta2
- OS: Windows 11
- Compiler: MSVC
- Yaml-Cpp Version: Latest Master
Error:
![image](https://user-images.githubusercontent.com/42277796…
-
### Steps to reproduce the problem
```sh
touch deadbeef.h
make
```
### What's going on? Describe the problem in as much detail as possible.
Since all plugins depend on functions and types …
-
**What problem will this solve?**
When I'm using "premake --help", the options I created in premake5.lua mixed up with the options provided by premake system.
**What might be a solution?**
List u…
-
The premake-mingw.bat file works fine. But when I run the make command I get loads of "undefined reference" errors.
```
==== Building raylib (debug_x64) ====
raudio.c
In file included from ../ra…
-
It looks like there's no current way within demboyz.cpp to have it spit out separate wavs for voice chat like voicewriter seems to support. I tried hacking in a wav enum for FileType and doing this:
…
-
There's a library called [nanovg](https://github.com/memononen/nanovg) which i want to port to Julia, it is self-contained with just a few files, but it uses the Premake build system instead of CMake.…
-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of cond…
-
**What are you trying to do?**
I'm trying to build a program from a generated Makefile which uses the clang compiler on Windows.
**What problem are you having?**
Running `$ premake5 --cc=clang --…