Thomas Alexander

Results 66 comments of Thomas Alexander

I attempted installing llvm with brew and using `-fuse-ld=lld` (based on #14, note to self we need instructions for using brew to be added with this PR) as well as...

Dropping into the debugger with `test.py` ```python import qss_compiler print(qss_compiler.__file__) ``` ```bash >>> PYTHONPATH=$(which python) sudo lldb python >>> (lldb) r test.py ``` Gives ``` Process 27899 launched: '/Users/thomas/opt/anaconda3/envs/qss-compiler/bin/python' (x86_64)...

Could you please provide an example Python snippet that completely reproduces the issue?

Soolu would be a great start. It might be a good idea to maybe start with a conversation/requests in #ws-qcf-compiler to get input/interest from the team?

HI @miniskar, this seems to be a linking error. Could you please post your Conan profile configuration and the system configuration you are using (os, compiler toolchain, etc.) as well...

Hmm, do you think you could post the full Cmakelogs so that I could look in more detail?