On 25/06/2019 17:00, Ted Woodward via lldb-dev wrote:
The bug that makes swig before 4 fail with Python 3.7 may turn into a
big issue, given that swig is now licensed under GPL v3. I believe Apple
has said in the past that they can’t move past a certain version of swig
2.x, since the license ch
Sent: Monday, June 24, 2019 6:43 PM
To: Ted Woodward
Cc: Alexandre Ganea ; LLDB
Subject: [EXT] Re: [lldb-dev] Trouble running Python tests on Windows
I can confirm that there are problems building with Swig 4.
I've also just found that there's a bug in versions of Swig before 4 that
I can confirm that there are problems building with Swig 4.
I've also just found that there's a bug in versions of Swig before 4 that
makes the code it generates incompatible with Python 3.7. (See lldb-dev@
for a message I just sent out about this.)
Python 3.6 with Swig 3.0.12 is working well fo
svn\buildninja\tools\lldb\lit &&
C:\Users\aganea\AppData\Local\Programs\Python\Python37\python.exe
F:/svn/buildninja/./bin/llvm-lit.py -sv F:/svn/buildninja/tools/lldb/lit"
ninja: build stopped: subcommand failed.
De : Alex Langford mailto:alex.langf...@oculus.com>>
Envoyé :
Run the cmake gui, and point it to the correct source and build directories.
Look for key "SWIG_EXECUTABLE". If it doesn't exist, set it to your swig exe.
Mine is C:/swigwin-3.0.12/swig.exe , for example. If you change it, hit the
configure and then generate buttons, then rebuild and rerun the t
+ Stella/Pavel
On Fri, May 31, 2019 at 8:42 AM Alexandre Ganea via lldb-dev
wrote:
>
> Hi,
>
>
>
> I can’t seem to run the lldb python tests on my Windows 10 setup. I use the
> following cmd-line to generate:
>
>
>
> cmake -G Ninja f:/svn/llvm -DCMAKE_BUILD_TYPE=Release
> -DLLVM_OPTIMIZED_TABLE