|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] svn 863 make warning/error |
Date: | Wed, 1 Feb 2017 13:07:27 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
Hi, I believe I found the problem. It looks like the constructor for the Workspace object (containing all system variables) was called before the constructors for the system variables were called. That made the names of the system variables empty strings. The compiler has some freedom regarding the order of initialization of static objects and your compiler has chosen different order than mine. Hopefully fixed in SVN 872. /// Jürgen On 01/31/2017 11:47 PM, address@hidden
wrote:
core dump - i bz2'ed it and attached it On Tue, 31 Jan 2017 23:39:01 +0100 Juergen Sauermann <address@hidden> wrote:Hi, sorry, should read: Q(ID::get_name(id)) // ← new line /// Jürgen On 01/31/2017 11:28 PM, address@hidden wrote: Q(name(ID::get_name(id))) // ← new lineQ(name.size()) // ← another new line |
[Prev in Thread] | Current Thread | [Next in Thread] |