On 9 Feb., 14:17, Harry van der Wolf <[email protected]> wrote:
> I did a quick check but couldn't find it. > From which file do I have to uncomment this? sorry, Harry, I didn't mention it - I'm so in the code it's obvious to me. It's in the interface definition file: <source>/src/hugin_script_interface/hsi.i This is the file which SWIG translates into <build>/src/hugin_script_interface/CMakeFiles/_hsi.dir/ hsiPYTHON_wrap.cxx Which is where your compiler found the errors. The lines with the #include, and the %include statement, respectively, and which I recomennd to try and comment out, are 51 and 269 once the i-file is modified, cmake should take care of propagating the change through the cxx to the object file and, if all goes well, into the module. Kay -- You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
