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.

_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to