Rushed Games Posted January 18, 2013 Report Share Posted January 18, 2013 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. Quote Link to comment Share on other sites More sharing options...
Baal Posted January 21, 2013 Report Share Posted January 21, 2013 You can disable python with "./configure --disable-python". Just a workaround but you don't need python support. Not really a fix but it worked for me. Quote Link to comment Share on other sites More sharing options...
Rushed Games Posted January 21, 2013 Author Report Share Posted January 21, 2013 Thanks a bunch man that worked. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.