You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 19 Mar 2013 at 7:42
Original issue reported on code.google.com by
[email protected]
on 19 Mar 2013 at 7:42Attachments:
The text was updated successfully, but these errors were encountered: