wxWidgets/.github/ISSUE_TEMPLATE/build_problem.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
683 B
Markdown
Raw Normal View History

---
name: Build Problem
about: Report a problem building wxWidgets
title: ''
labels: 'build'
assignees: ''
---
**Describe the problem**
Describe how exactly do you build wxWidgets, including the full `configure`
command line and/or `make` command line if relevant.
Please attach the full build log, but feel free to quote the relevant parts of
it here.
When using `configure`, please also attach `config.log` file.
**Platform and version information**
- wxWidgets version you use: [e.g. 3.1.6]
- wxWidgets port you use: [e.g. wxMSW, wxGTK, wxOSX]
- OS and its version: [e.g. Windows 10.0.19042.867, Ubuntu 22.10, macOS 15]
- Compiler being used: [e.g. MSVS 2022, gcc 12.1]