Aaron Spike wrote:
I get:
../../src/extension/implementation/script.cpp:30:26: error: registrytool.h: No such file or directory
Now, rwst has finally beaten it into my head that this message means I need to add something to a Makefile*something*.
First question is which one? Am I correct that autogen.sh uses Makefile.am (including Makefile_insert) to generate Makefile.in which is used by configure to create Makefile? So I should add registrytool.* to Makefile_insert. Next question is where in that file should it go? There are a number of different groups of files.
I should also ask. registrytool.h was most recently included in src/extension/implementation/script.cpp by ishmal in revision 12129. But it was originally added to the source in rev 10506 with the comment "new files for win32 only". Is this file now being used on other platforms?
Thanks in advance for the education. :-)
Aaron Spike
Just move that #include to inside the #ifdef WIN32 switch.
bob