View Issue Details

IDProjectCategoryView StatusLast Update
0005255The Dark ModCodingpublic17.06.2020 05:08
Reportert405 Assigned Tostgatilov  
PriorityhighSeveritynormalReproducibilityalways
Status closedResolutionnot fixable 
Platformx86_64OSLinuxOS Version5.6.11 arch
Product VersionSVN 
Summary0005255: Build fails on linux, rev 8725
DescriptionBuilding TDM with cmake on Linux fails
Steps To Reproducesvn checkout https://svn.thedarkmod.com/publicsvn/darkmod_src/trunk/
mkdir trunk/build; cd trunk/build
cmake -DCMAKE_BUILD_TYPE="Debug" ..
make -j4
Additional InformationBuild completes but then fails at very end, exiting with a status of 2 and these pertitent errors:

[100%] Linking CXX executable thedarkmod.x64
Error copying directory from "/home/shawn/src/thedarkmod_src/trunk/glprogs" to "/home/shawn/src/thedarkmod_src/trunk/../darkmod/glprogs".
make[2]: *** [CMakeFiles/TheDarkMod.dir/build.make:7844: thedarkmod.x64] Error 1
make[2]: *** Deleting file 'thedarkmod.x64'
make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/TheDarkMod.dir/all] Error 2
make: *** [Makefile:104: all] Error 2

This copy operation fails because trunk/darkmod already exists and is a file.
TagsNo tags attached.

Activities

nbohr1more

nbohr1more

22.05.2020 23:15

developer   ~0012540

You need to specify the path to your actual darkmod directory:

-DGAME_DIR=path/to/darkmod
t405

t405

26.05.2020 16:03

reporter   ~0012563

OK, it's probably OK to close this then..

The documentation should reflect the proper compilation directions. The documentation should be open source so that people can make PRs against it..

Issue History

Date Modified Username Field Change
14.05.2020 01:12 t405 New Issue
22.05.2020 23:15 nbohr1more Note Added: 0012540
22.05.2020 23:16 nbohr1more Status new => feedback
26.05.2020 16:03 t405 Note Added: 0012563
26.05.2020 16:03 t405 Status feedback => new
17.06.2020 05:08 stgatilov Assigned To => stgatilov
17.06.2020 05:08 stgatilov Status new => closed
17.06.2020 05:08 stgatilov Resolution open => not fixable