View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004366 | DarkRadiant | Compilation/Build | public | 25.08.2016 17:38 | 07.07.2017 18:51 |
| Reporter | mhoes | Assigned To | greebo | ||
| Priority | normal | Severity | normal | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | PC | OS | Linux | OS Version | Fedora 24 |
| Product Version | 2.0.4 | ||||
| Target Version | 2.2.0 | Fixed in Version | 2.2.0 | ||
| Summary | 0004366: Linux './configure' script WARNING | ||||
| Description | When running './configure' on Linux, using the latest git revision of darkradiant, the following warning is produced : checking for the toolset name used by Boost for g++... configure: WARNING: could not figure out which toolset name to use for g++ This appears to be the same bug as reported in 0003183. | ||||
| Steps To Reproduce | run './autogen.sh' run './configure --enable-debug --enable-darkmod-plugins' | ||||
| Tags | No tags attached. | ||||
| duplicate of | 0003183 | closed | Linux './configure' script WARNING |
|
Which g++ version are you running on your system? Does the warning go away if you take the boost.m4 file from https://raw.githubusercontent.com/tsuna/boost.m4/master/build-aux/boost.m4 and put it in the m4 folder in your DarkRadiant clone? You'll need to run ./autogen.sh and then './configure --enable-debug --enable-darkmod-plugins' again for the macro change to take effect. |
|
| I am running gcc version 6.2.1 on Fedora 25. The message goes away after copying the boost.m4 file you linked to, to my m4 directory. | |
| Ok, thanks for testing, I'll go ahead and update the boost m4 macros. | |
| Updated the boost.m4 file in 462a95a19a8e06ad0bf1f4f95bf659e6bcd68dce. The next time the ./autogen.sh script is run the warning should be gone. | |
|
Out of curiosity, are you able to run DarkRadiant in Fedora 25? I tried and it segfaulted on me. wxWidgets seems to have a serious problem with Wayland, since the wxGLCanvas code is still referring to X11 calls (http://trac.wxwidgets.org/ticket/17702). |
|
| i honestly haven't tried ;) but, yes, since fedora 25 seems to be the 1st major linux distro that has wayland as default, it seems like a good test case to try this on. but for this one, i don't particularly feel like being a crash test dummy on this particular case. ;) thanks again though, for solving the issue i reported ! | |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 25.08.2016 17:38 | mhoes | New Issue | |
| 28.08.2016 05:05 | greebo | Relationship added | duplicate of 0003183 |
| 28.08.2016 05:05 | greebo | Status | new => acknowledged |
| 27.12.2016 07:36 | greebo | Note Added: 0008641 | |
| 27.12.2016 07:36 | greebo | Status | acknowledged => feedback |
| 27.12.2016 07:36 | greebo | Note Edited: 0008641 | |
| 27.12.2016 11:22 | mhoes | Note Added: 0008645 | |
| 27.12.2016 11:22 | mhoes | Status | feedback => new |
| 27.12.2016 16:24 | greebo | Note Added: 0008649 | |
| 27.12.2016 16:28 | greebo | Note Added: 0008650 | |
| 27.12.2016 16:28 | greebo | Status | new => resolved |
| 27.12.2016 16:28 | greebo | Fixed in Version | => 2.2.0 |
| 27.12.2016 16:28 | greebo | Resolution | open => fixed |
| 27.12.2016 16:28 | greebo | Assigned To | => greebo |
| 27.12.2016 16:28 | greebo | Target Version | => 2.2.0 |
| 27.12.2016 18:45 | greebo | Note Added: 0008658 | |
| 27.12.2016 18:45 | greebo | Note Edited: 0008658 | |
| 27.12.2016 19:06 | mhoes | Note Added: 0008661 | |
| 07.07.2017 18:51 | greebo | Status | resolved => closed |