roniemartinez / libqpsd

PSD (Photoshop Document) & PSB (Photoshop Big) Plugin for Qt/C++ (Qt4/Qt5)
GNU Lesser General Public License v2.1
108 stars 25 forks source link

global const 'gamma' refactored #12

Closed diemmarkus closed 11 years ago

diemmarkus commented 11 years ago

stefan just tried to compile the new libqpsd version in ubuntu 12.04. unfortunately there was a redeclaration of gamma (math.h). renaming the libqpsd 'const qreal gamma' solves the issue...

roniemartinez commented 11 years ago

Thanks. I wasn't aware "gamma" is present in math.h in Linux.