> =====tbb=========================MT== release/libtbb.dylib
> make[2]: *** No targets specified and no makefile found. Stop.
> make[1]: [parameter_gui] Error 2 (ignored)
Is this a parallel build? I'm wondering where the error message "make[2]"
comes from and what it corresponds to. Did it generate any files in
contrib/parameter_gui?
> ======================debug======MT== distributed/tria.cc
> =====deal.II==========debug======MT== Linking library:
> libdeal_II.g.dylib usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
> mktemp [-d] [-q] [-u] -t prefix
This looks like on Mac OS X, the 'mktemp' program absolutely wants a template
parameter. Can you verify this by looking at the man page of mktemp? For
example, on linux the top of the man page looks like this:
...........................
NAME
mktemp - make temporary filename (unique)
SYNOPSIS
mktemp [-V] | [-dqtu] [-p directory] [template]
...........................
So on linux, the template is optional and so I omitted it in the Makefile, but
I can add such a parameter if necessary on OS X.
W.
-------------------------------------------------------------------------
Wolfgang Bangerth email: [email protected]
www: http://www.math.tamu.edu/~bangerth/
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii