On 10/24/2018 05:22 PM, Chih-Che Chueh wrote:
> We did not find a recent lua containing the function lua_createtable.
> This is OK if the following does not matter to you:
> Including sc_lua.h in your code will abort the compilation.
> You can fix this by compiling a working lua and pointing LIBS to it.
> 
> configure: - P4EST -------------------------------------------------
> We did not find a recent lua containing the function lua_createtable.
> This is OK if the following does not matter to you:
> Including sc_lua.h in your code will abort the compilation.
> You can fix this by compiling a working lua and pointing LIBS to it.
> 
> 
> 
> And when I do a google search about lua_creatable, I find this:
> 
> https://www.mail-archive.com/dealii@googlegroups.com/msg01914.html
> 
> Does it seem to me that the installation dealii requires the inclusion 
> of lua_creatable into the configuring of p4est first?

I have no idea what p4est uses lua for, but I suspect that that is not 
the source of your problems. The backtrace you showed stops in
   p4est_comm_parallel_env_get_info
and this function is here:
 
https://github.com/cburstedde/p4est/blob/master/src/p4est_communication.c#L103

Nothing lua related to be found here.

But as I said, the first step should always be to run programs in debug 
mode.

Best
  W.

-- 
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                            www: http://www.math.colostate.edu/~bangerth/

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to