Simon

Results 953 comments of Simon
trafficstars

Full error: ``` llvm[7]: ======= Finished Linking Release+Asserts Unit test libclang (without symbols) llvm[6]: Compiling lldb.cpp for Release+Asserts build In file included from C:/mingw-builds/msys64/home/Sim/julia/deps/llvm-svn/tools/lldb/source/lldb.cpp:86:0: C:/mingw-builds/msys64/home/Sim/julia/deps/llvm-svn/tools/lldb/source/../include/lldb/Host/windows/windows.h:14:0: warning: "_WIN32_WINNT" redefined [enabled by...

What issue are you talking about? So are you suggesting, that something in Julia needs to be fixed? This whole build system is a big mystery to me ;) I...

I tried a few more things and everything ends up in the same error. Any ideas or hints? Should I open an issue over at Julia?

I don't think so.. I already tried deactivating it, as I thought it isn't really needed, but I think I got other errors... http://blog.llvm.org/2015/01/lldb-is-coming-to-windows.html

that's the error I get when I deactivate LLDB: ``` cmd llvm[4]: Installing cmake modules: LLVMExports.cmake CC src/jltypes.o CC src/gf.o CC src/ast.o CC src/builtins.o CC src/module.o CC src/codegen.o CC src/disasm.o...

Is this related!? ``` I can successfully compile 3.0.17 using the mingw-64 compiler without issues. I haven't tried 3.0.22 yet. I do all of my work under MSys. I try...

Can we compile a list of operations that you need, to prioritize it in GPUArrays?

Different examples are working, but we haven't attempted to run a complete testsuite or anything ;) Help to figure out what's covered and what needs improvement would be appreciated!

I guess this is a result from trying to apply the YASGuide argument rules for closures...

I think this is basically a bug in the YAS style, which falls apart when you apply it as strictly as that^^ To be honest, I really don't like that...