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: [email protected]
          Reporter: [email protected]
    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 <[email protected]>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to