Jump to content
The Dark Mod Forums

DarkRadiant compilation errors on Arch Linux


Rushed Games

Recommended Posts

Hello, I want to install DarkRadiant to mess up with my Doom 3. I am using Arch Linux, so first thing I did was to install it from AUR. But upon launch it segfaults

$ darkradiant
Segmentation fault (core dumped)
$

 

Next I tried compiling from git, but it complains about boost python, though I do have boost installed, output here.

I followed instruction in this post, i.e. changed the line 714 of file DarkRadiant/m4/boost.m4 from

	  [`python-config --$2 2>/dev/null`])dnl

to

	  [`python2-config --$2 2>/dev/null`])dnl

, then I did ./autogen.sh && ./configure && make, this time it went further, but stuck with python linking errors, see output here.

 

I am really out of options, any help appreciated. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...