pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Heinrich Müller
Subject: Re: [Pan-users] Latest HOTFIX commit fails to compile
Date: Sun, 13 Jan 2013 11:28:01 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

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) but decoding jpegs is still broken
so I know that isn't the right fix :(

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.

Cheers.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]