From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (unknown [IPv6:2602:43:5b6:8a00::1]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id 3F8B177C8D for ; Thu, 4 Feb 2016 22:46:50 -0800 (PST) From: Chris Brannon To: edbrowse-dev@lists.the-brannons.com References: <20160204203741.GA6810@122oven.adamthompson.me.uk> Date: Thu, 04 Feb 2016 22:47:09 -0800 In-Reply-To: <20160204203741.GA6810@122oven.adamthompson.me.uk> (Adam Thompson's message of "Thu, 4 Feb 2016 20:37:41 +0000") Message-ID: <878u2zy7pu.fsf@mushroom.localdomain> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Edbrowse-dev] segfault in latest Edbrowse X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2016 06:46:50 -0000 Adam Thompson writes: > I'm happy to have a go at debugging this but was wondering how one gets a debug > build with our cmake based build system? cd build cmake -DCMAKE_BUILD_TYPE=Debug .. make There's a script under there called build-me.sh, but it doesn't work at the moment. Apparently, it overwrites CMAKE_INSTALL_PREFIX and cmake can no longer find tidy. So I am going to try and fix that soon. Anyway the commands I gave you above should work just fine. -- Chris