Jump to content


Voltago

Member Since 30 Oct 2004
Offline Last Active Apr 14 2009 12:38 AM

Posts I've Made

In Topic: The WeiDU --out option

14 November 2004 - 04:02 AM

I did already file a feature request at pocketplane.net.
However the file permissions issue is not really a WeiDU bug, it's just part of my file setup. I use a clean, unwriteable bg2 install as basis, create an identical folder-structure elsewhere and create a symlink of every bg2 file inside this 'virtual install'. Naturally, installing a WeiDU mod against this setup is bound to fail, so I want to store the installation files somewhere else first.

In Topic: Linux compile blues

08 November 2004 - 03:45 PM

Ok, worked it out myself. Just installed libxdiff inside of my system and changed the WeiDU Makefile to use /usr/lib/libxdiff.so. Basically, this is done by adding
-ccopt -L/usr/lib \
-cclib -lxdiff \
to the compiler options, and by making sure the included version of libxdiff will not be compiled.