On Fri, Nov 29, 2013 at 6:15 PM, Peter Lichtner <[email protected]> wrote: > I tried running the Mac OS X 10.8 version on 10.9. I found that the > cahn-hilliary demo ran but not others. E.g. for demo_poisson.py I get the > error: > > lichtner@gravenstein-2:poisson$ python demo_poisson.py > Calling DOLFIN just-in-time (JIT) compiler, this may take some time. > In instant.recompile: The module did not compile with command 'make VERBOSE=1 > ', see > '/Users/lichtner/.instant/error/dolfin_compile_code_f6c3010fb014663578b3cbc5ec745210/compile.log' > Traceback (most recent call last): > File "demo_poisson.py", line 18, in <module> > f = Expression("10*exp(-(pow(x[0] - 0.5, 2) + pow(x[1] - 0.5, 2)) / > 0.02)") > File > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/functions/expression.py", > line 527, in __new__ > cpp_base, members = compile_expressions([cppcode], [constant_members]) > File > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/expressions.py", > line 198, in compile_expressions > additional_declarations)) > File > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/expressions.py", > line 124, in compile_expression_code > code, additional_declarations=additional_declarations) > File > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/jit.py", > line 66, in mpi_jit > return local_jit(*args, **kwargs) > File > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/compilemodule.py", > line 452, in compile_extension_module > **instant_kwargs) > File > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/instant/build.py", > line 541, in build_module > recompile(modulename, module_path, new_compilation_checksum, build_system) > File > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/instant/build.py", > line 150, in recompile > instant_error(msg % (cmd, compile_log_filename_dest)) > File > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/instant/output.py", > line 49, in instant_error > raise RuntimeError(text) > RuntimeError: In instant.recompile: The module did not compile with command > 'make VERBOSE=1 ', see > '/Users/lichtner/.instant/error/dolfin_compile_code_f6c3010fb014663578b3cbc5ec745210/compile.log'
Please try the latest binary snapshot: http://www.fenicsproject.org/pub/software/fenics/fenics-snapshot-osx10.8.dmg Do you still get the same error? The same error in compile.log? Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
