Re: Re: [LyX/master] print callstack on assert

2014-12-19 Thread Benjamin Piwowarski
Yes, this would be the best thing to do - just use the scripts that were developed for configure tools. Benjamin On Thu, Sep 18, 2014 at 7:38 PM, Peter Kuemmel wrote: > > > I did work on the cmake bundling issue, but stopped since the CMake disk > image builder is not working that well… > > I th

Aw: Re: [LyX/master] print callstack on assert

2014-09-18 Thread Peter Kuemmel
> I did work on the cmake bundling issue, but stopped since the CMake disk > image builder is not working that well… > I think the best would be to adapt the existing script to build a disk image > directly, depending on the install target. > Benjamin We could create a target which calls the scr

Re: [LyX/master] print callstack on assert

2014-09-18 Thread Benjamin Piwowarski
> Date: 18 Sep 2014 at 13:06:22 To: lyx-devel@lists.lyx.org Devel > Subject:  Re: [LyX/master] print callstack on assert > > Isn't the package created by a bash script after building? > > Or is the cmake-build broken on Mac? > > Sorry, I've missed your

Re: [LyX/master] print callstack on assert

2014-09-18 Thread Peter Kuemmel
> > Isn't the package created by a bash script after building? > > Or is the cmake-build broken on Mac? > > Sorry, I've missed your reply. > > I'm using the cmake-generator to produce a Xcode project. I would use make (-G"Unix Makefiles") just to build the binaries and then use the script you al

Re: [LyX/master] print callstack on assert

2014-09-17 Thread Stephan Witt
Am 29.08.2014 um 08:28 schrieb Peter Kuemmel : >> >>> It's Friday: >>> There are no traces of LYX_CALLSTACK_PRINTING in automake files. >>> >>> Not important, automake will be dropped anyway ;) >> >> So, you're working on a cmake way to produce Mac packages? When is it >> finished?

Re: [LyX/master] print callstack on assert

2014-08-28 Thread Peter Kuemmel
> > > It's Friday: > > > >> > >> There are no traces of LYX_CALLSTACK_PRINTING in automake files. > > > > Not important, automake will be dropped anyway ;) > > So, you're working on a cmake way to produce Mac packages? When is it > finished? ;) Isn't the package created by a bash script afte

Re: [LyX/master] print callstack on assert

2014-08-28 Thread Stephan Witt
Am 29.08.2014 um 08:02 schrieb Peter Kuemmel : > It's Friday: > >> >> There are no traces of LYX_CALLSTACK_PRINTING in automake files. > > Not important, automake will be dropped anyway ;) So, you're working on a cmake way to produce Mac packages? When is it finished? ;) Stephan

Aw: Re: [LyX/master] print callstack on assert

2014-08-28 Thread Peter Kuemmel
It's Friday: > > There are no traces of LYX_CALLSTACK_PRINTING in automake files. Not important, automake will be dropped anyway ;) > > Kornel

Re: [LyX/master] print callstack on assert

2014-08-28 Thread Kornel Benko
Am Donnerstag, 28. August 2014 um 11:31:06, schrieb Richard Heck > On 08/28/2014 03:19 AM, Peter Kümmel wrote: > > On 28.08.2014 00:20, Richard Heck wrote: > >> On 08/27/2014 01:52 PM, Peter Kümmel wrote: > >>> commit ada262a78b2ec12e9697783b27523b8c13b51066 > >>> Author: Peter Kümmel > >>> Date

Re: [LyX/master] print callstack on assert

2014-08-28 Thread Richard Heck
On 08/28/2014 03:19 AM, Peter Kümmel wrote: On 28.08.2014 00:20, Richard Heck wrote: On 08/27/2014 01:52 PM, Peter Kümmel wrote: commit ada262a78b2ec12e9697783b27523b8c13b51066 Author: Peter Kümmel Date: Wed Aug 27 19:40:40 2014 +0200 print callstack on assert diff --git a/src/support

Re: [LyX/master] print callstack on assert

2014-08-28 Thread Peter Kümmel
On 28.08.2014 00:20, Richard Heck wrote: On 08/27/2014 01:52 PM, Peter Kümmel wrote: commit ada262a78b2ec12e9697783b27523b8c13b51066 Author: Peter Kümmel Date: Wed Aug 27 19:40:40 2014 +0200 print callstack on assert diff --git a/src/support/lassert.cpp b/src/support/lassert.cpp index

Re: [LyX/master] print callstack on assert

2014-08-27 Thread Richard Heck
On 08/27/2014 01:52 PM, Peter Kümmel wrote: commit ada262a78b2ec12e9697783b27523b8c13b51066 Author: Peter Kümmel Date: Wed Aug 27 19:40:40 2014 +0200 print callstack on assert diff --git a/src/support/lassert.cpp b/src/support/lassert.cpp index 281330e..fa2ffb0 100644 --- a/src/support/