Hmm, does it mean I have to remove "static" off the template instantiation? Okay, I'll remove it although it's quite not a good thing.
I also tried to fix all "deprecated conversion from string constant to char*" warnings although I might skip a few. It looks like gcc becomes more and more restricted with every version. For me it compiles without a single warning in both debug and release mode. And about DESTDIR, my build system supports INSTAL_PREFIX which does exactly what you want (I think). Also you can look at build/lensfun.spec file which contains the rules required to build a RPM, for example specifying AUTODEP=0 will disable automatic dependency management which will save you from building the 'makedep' tool while compiling a binary package. ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ Lensfun-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lensfun-users
