View Issue Details

IDProjectCategoryView StatusLast Update
0005413DarkRadiantDesign/Codingpublic05.02.2021 11:29
Reportergreebo Assigned Togreebo  
PrioritynormalSeveritynormalReproducibilityhave not tried
Status closedResolutionfixed 
PlatformLinux 
Product Version2.9.0 
Target Version2.9.0Fixed in Version2.9.0 
Summary0005413: DarkRadiant doesn't compile against wxGTK 3.1.4
DescriptionUsing 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
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

DarkRadiant: master a15e7905

16.11.2020 09:39

greebo


Details Diff
0005413: Fix event handler registration errors when compiling against wxGTK 3.1.4 Affected Issues
0005413
mod - libs/wxutil/preview/RenderPreview.cpp Diff File

Issue History

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