Matteo Icardi
Matteo Icardi
This is what I get with the Julia 0.5.2 system binaries: ``` julia> Pkg.add("Cxx") INFO: Installing Compat v0.26.0 INFO: Installing Cxx v0.2.0 INFO: Building Cxx INFO: Building julia binary build...
With version 5.0 there might be less issues. I managed to compile it quite easily, will share the patch asap
I tried with the -dev patch and it (almost) works. only this error appears `/Volumes/OpenFOAM/OpenFOAM-10/platforms/darwin64ClangDPInt32Opt/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatASCII.L.C:6007:18: error: out-of-line definition of 'LexerInput' does not match any declaration in 'yyFlexLexer' int yyFlexLexer::LexerInput( char*...
Thanks @mrklein ! the problem with flex I had was because I was using the homebrew version. I switched back to the Apple version and it works fine.
I think this would be really useful for the community