View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005413 | DarkRadiant | Design/Coding | public | 16.11.2020 06:10 | 05.02.2021 11:29 |
| Reporter | greebo | Assigned To | greebo | ||
| Priority | normal | Severity | normal | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Platform | Linux | ||||
| Product Version | 2.9.0 | ||||
| Target Version | 2.9.0 | Fixed in Version | 2.9.0 | ||
| Summary | 0005413: DarkRadiant doesn't compile against wxGTK 3.1.4 | ||||
| Description | Using the latest dev release wxWidgets 3.1.4, and configuring DarkRadiant to use that one instead of the system-provided wxWidgets library, compilation fails in RenderPreview.cpp due to event handler registration problems. | ||||
| Steps To Reproduce | wget https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.4/wxWidgets-3.1.4.tar.bz2 tar xf wxWidgets-3.1.4.tar.bz2 cd wxWidgets-3.1.4 ./configure --with-opengl --prefix=/home/greebo/wx_install && make -j4 && make install Then, in DarkRadiant's git root: ./configure --enable-darkmod-plugins --prefix=/home/greebo/dr --with-wx-config=/home/greebo/wx_install/bin/wx-config make -j4 && make install | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 16.11.2020 06:10 | greebo | New Issue | |
| 16.11.2020 06:10 | greebo | Status | new => confirmed |
| 16.11.2020 09:39 | greebo | Changeset attached | => DarkRadiant master a15e7905 |
| 16.11.2020 09:39 | greebo | Assigned To | => greebo |
| 16.11.2020 09:39 | greebo | Status | confirmed => assigned |
| 16.11.2020 09:39 | greebo | Target Version | => 2.9.0 |
| 16.11.2020 09:39 | greebo | Status | assigned => resolved |
| 16.11.2020 09:39 | greebo | Resolution | open => fixed |
| 16.11.2020 09:39 | greebo | Fixed in Version | => 2.9.0 |
| 05.02.2021 11:29 | greebo | Status | resolved => closed |