[lldb-dev] [Bug 19695] New: [PATCH] Build fails with swig in non-standard location

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu May 8 19:26:57 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=19695

            Bug ID: 19695
           Summary: [PATCH] Build fails with swig in non-standard location
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: fmatthew5876 at gmail.com
    Classification: Unclassified

Created attachment 12496
  --> http://llvm.org/bugs/attachment.cgi?id=12496&action=edit
Patch to fix the swig script

Hello, the build-swig-wrapper-classes.sh script has a bug in that it will only
use either /usr/bin/swig or /usr/local/bin/swig, even if there is another swig
available in PATH.

I was trying to build lldb in a custom environment which had a newer version of
swig installed in a non-standard location. My build was failing until I used
the attached patch.

Patch signed off by: Matthew Fioravante <fmatthew5876 at gmail.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140509/ad857b06/attachment.html>


More information about the lldb-dev mailing list