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

2013-01-18 Thread Zan Lynx
On 1/16/2013 7:09 PM, walt wrote: > > > 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

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

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

2013-01-13 Thread Duncan
Heinrich Müller posted on Sun, 13 Jan 2013 11:28:01 +0100 as excerpted: > Am 13.01.2013 01:29, schrieb walt: >> >> On 01/12/2013 12:28 PM, walt wrote: >>> However, I'm still getting this compile error: >>> pan/general/locking.h:50: undefined reference to `pan::Mutex::mutex' >> I got it to compile

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

2013-01-13 Thread Heinrich Müller
Am 13.01.2013 01:29, schrieb walt: On 01/12/2013 12:28 PM, walt wrote: However, I'm still getting this compile error: pan/general/locking.h:50: undefined reference to `pan::Mutex::mutex' I got it to compile by deleting the 'static' from locking.h:16 (which you put there just three days ago) bu

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

2013-01-12 Thread walt
On 01/12/2013 12:28 PM, walt wrote: > However, I'm still getting this compile error: > pan/general/locking.h:50: undefined reference to `pan::Mutex::mutex' I got it to compile by deleting the 'static' from locking.h:16 (which you put there just three days ago) but decoding jpegs is still broken

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

2013-01-12 Thread walt
On 01/12/2013 09:50 AM, Heinrich Müller wrote: > Am 12.01.2013 14:58, schrieb walt: >> >> So pan is not parsing servers.xml correctly. In fact pan changes the SSL >> setting to zero even when I edit it to be 1 before starting pan. > I guess you've compiled without SSL support. Consult ./configur

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

2013-01-12 Thread Heinrich Müller
Am 12.01.2013 14:58, schrieb walt: On 01/12/2013 12:09 AM, Heinrich Müller wrote: Am 11.01.2013 23:34, schrieb walt: The second problem is that pan wouldn't make a connection to the server, so I opened the Edit Servers dialog box and found that the setting for SSL is not even shown there, so p

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

2013-01-12 Thread walt
On 01/12/2013 12:09 AM, Heinrich Müller wrote: > Am 11.01.2013 23:34, schrieb walt: >> >> The second problem is that pan wouldn't make a connection to the server, so >> I opened the Edit Servers dialog box and found that the setting for SSL is >> not even shown there, so pan is apparently mis-par

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

2013-01-12 Thread Heinrich Müller
Am 11.01.2013 23:34, schrieb walt: On 01/11/2013 12:36 PM, Heinrich Müller wrote: Am Thu, 10 Jan 2013 19:25:49 +0100 schrieb Heinrich Müller: Am 10.01.2013 00:59, schrieb Chris Gentle: On Wed, Jan 9, 2013 at 12:15 AM, Heinrich Müller mailto:heinrich.muelle...@googlemail.com>> wrote: Th

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

2013-01-11 Thread walt
On 01/11/2013 12:36 PM, Heinrich Müller wrote: > Am Thu, 10 Jan 2013 19:25:49 +0100 schrieb Heinrich Müller: > >> Am 10.01.2013 00:59, schrieb Chris Gentle: >>> On Wed, Jan 9, 2013 at 12:15 AM, Heinrich Müller >>> >> > >>> wrote: >>> >>> This is my p

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

2013-01-11 Thread Heinrich Müller
Am Thu, 10 Jan 2013 19:25:49 +0100 schrieb Heinrich Müller: > Am 10.01.2013 00:59, schrieb Chris Gentle: >> On Wed, Jan 9, 2013 at 12:15 AM, Heinrich Müller >> > > >> wrote: >> >> This is my problem. fixed. >> >> >> Well, the good news is that pan no l

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

2013-01-10 Thread Heinrich Müller
Am 10.01.2013 00:59, schrieb Chris Gentle: On Wed, Jan 9, 2013 at 12:15 AM, Heinrich Müller > wrote: This is my problem. fixed. Well, the good news is that pan no longer segfaults and dumps core when I start it with gzip compression enabled. I g

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

2013-01-09 Thread Chris Gentle
On Wed, Jan 9, 2013 at 12:15 AM, Heinrich Müller < heinrich.muelle...@googlemail.com> wrote: > This is my problem. fixed. > Well, the good news is that pan no longer segfaults and dumps core when I start it with gzip compression enabled. I guess that's something. However, I still don't get any h

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

2013-01-08 Thread Heinrich Müller
Am 09.01.2013 01:49, schrieb Chris Gentle: On Tue, Jan 8, 2013 at 5:18 PM, Chris Gentle > wrote: CXX actions.o actions.cc:64:7: error: ‘icon_filter_only_read’ was not declared in this scope make[4]: *** [actions.o] Error 1 Disregard. This could be a pr

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

2013-01-08 Thread Chris Gentle
On Tue, Jan 8, 2013 at 5:18 PM, Chris Gentle wrote: > CXXactions.o > actions.cc:64:7: error: ‘icon_filter_only_read’ was not declared in this > scope > make[4]: *** [actions.o] Error 1 Disregard. This could be a problem on my end. -- Chris __

[Pan-users] Latest HOTFIX commit fails to compile

2013-01-08 Thread Chris Gentle
Heinrich, I just tried to build your latest "hotfixes for xfeature" commit that you checked in earlier today. It fails to compile with and gives the following error: CXXactions.o actions.cc:64:7: error: ‘icon_filter_only_read’ was not declared in this scope make[4]: *** [actions.o] Error 1