Re: context.cr2

2006-06-14 Thread Kasper Jordaens
I still get an error, an error that doesn't mean anything to me. at zoneminder.com they can't solve my problem. I'm a bit stuck. this is the original code: #if HAVE_STRUCT_SIGCONTEXT_EIP Error(( "Signal address is %p, from %p\n", context.cr2, context.eip )); trace_size = backtra

Re: context.cr2

2006-06-08 Thread Gabriel Paubert
On Wed, Jun 07, 2006 at 03:31:04PM +0200, Kasper Jordaens wrote: > I still get an error when compiling, but when I totally remove the > reference, it compiles without error?? although the app doens' run and > complains about > [Restarting capture daemon for Cam1, shared memory not valid] > > > th

Re: context.cr2

2006-06-07 Thread Kasper Jordaens
I still get an error when compiling, but when I totally remove the reference, it compiles without error?? although the app doens' run and complains about [Restarting capture daemon for Cam1, shared memory not valid] that could be the lowlevel stuff right? tnx for helping, maybe I should ask zon

Re: context.cr2

2006-06-07 Thread Gabriel Paubert
On Wed, Jun 07, 2006 at 12:13:20PM +0200, Kasper Jordaens wrote: > Hi all, > > I'm trying to compile zoneminder on debianPPC. this should be quite > easy but I get an error on context.cr2 & context.eip. > > > zm_signal.cpp:89: error: 'struct sigcontext' has no member named 'cr2' > zm_signal.cpp: