Re: [Pan-users] Latest HOTFIX commit fails to compile

2013-01-16 Thread walt
On 01/16/2013 10:22 AM, Zan Lynx wrote: > I haven't looked at this code I've looked at little else for the last two days while trying to understand it :) I'm just an amateur programmer but I've done small projects with several other programming languages, but c++ makes me feel completely stupid

Re: [Pan-users] Latest HOTFIX commit fails to compile

2013-01-16 Thread Heinrich Müller
Am 16.01.2013 19:22, schrieb Zan Lynx: To properly do a global variable, it should be declared as "extern" in the .h files and defined with an initializer in one single .c/.cpp file. I know. It isn't supposed to be global, that's why I'll remove this. Cheers. _

Re: [Pan-users] Latest HOTFIX commit fails to compile

2013-01-16 Thread Zan Lynx
On Sun, 2013-01-13 at 11:28 +0100, Heinrich Müller wrote: > > Any idea why the compiler is complaining about locking.h? > the "static" is there because then the mutex is initialized. It could > lead to erroneous behaviour > if you just deleted it. > I'll supply a fix for that. I haven't looked a