Yepessin / slb

Automatically exported from code.google.com/p/slb
0 stars 0 forks source link

HG 2013-03-19 Linux Compilation Issues #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments: