View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005618 | The Dark Mod | Coding | public | 20.05.2021 19:28 | 12.06.2021 12:58 |
Reporter | es20490446e | Assigned To | stgatilov | ||
Priority | normal | Severity | normal | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | TDM 2.09 | ||||
Target Version | TDM 2.10 | Fixed in Version | TDM 2.10 | ||
Summary | 0005618: Compiler versions are hard-coded | ||||
Description | At: https://svn.thedarkmod.com/publicsvn/darkmod_src/trunk/ThirdParty/cmake_find_package/tdm_find_package.cmake The compiler versions should be retrieved from the system, otherwise the sources will only compile if the system has that exact hard-coded version. With gcc it is: gcc --version | head -n1 | cut --delimiter=' ' --fields=3 | cut --delimiter='.' --fields=1 | ||||
Tags | No tags attached. | ||||
Most likely just not including the gcc version in the dir name will be enough. | |
This issue was about this problem: https://forums.thedarkmod.com/index.php?/topic/20940-unable-to-link-openal-during-compilation/&do=findComment&comment=460992 Basically, the major version of compiler is automatically included in the platform name when artefacts are built, but it is hardcoded when artefacts are used. It was fixed in svn rev 9396: https://forums.thedarkmod.com/index.php?/topic/20940-unable-to-link-openal-during-compilation/&do=findComment&comment=461093 The version of compiler is no longer included into platform name. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
20.05.2021 19:28 | es20490446e | New Issue | |
26.05.2021 00:50 | es20490446e | Note Added: 0014046 | |
12.06.2021 12:57 | stgatilov | Note Added: 0014097 | |
12.06.2021 12:57 | stgatilov | Product Version | SVN => TDM 2.09 |
12.06.2021 12:57 | stgatilov | Fixed in Version | => TDM 2.10 |
12.06.2021 12:57 | stgatilov | Target Version | => TDM 2.10 |
12.06.2021 12:58 | stgatilov | Assigned To | => stgatilov |
12.06.2021 12:58 | stgatilov | Status | new => resolved |
12.06.2021 12:58 | stgatilov | Resolution | open => fixed |