I noticed some problems trying to compile the latest HG revision of SLB3, and I
went ahead and fixed them, and ran hg export on my changeset.
The problems were a missing linking step to -pthread on Linux, as well as some
case-sensivity issues (i.e. <slb3/implementation.h> instead of
<SLB3/implementation.h>). There was also one file that did not include
<cstring> and thus failed when trying to use a particular function.
The patch is attached, just run hg import linux_fix.hgpatch in the repo to
include it.
Original issue reported on code.google.com by fractalm...@gmail.com on 19 Mar 2013 at 7:42
Original issue reported on code.google.com by
fractalm...@gmail.com
on 19 Mar 2013 at 7:42Attachments: