19 Sep
2013
19 Sep
'13
11:48 a.m.
2013/9/19 Markus Engel <p637777@...1081...>:
I have problems when compiling r12535 (but probably r12532 is the cause)
under Windows XP:
Hi Luca, you may safely delete any content in these two files. sp-skeleton.h and sp-skeleton.cpp were files one could copy to create their own class that derives from SPObject. But as the name says, they are just templates with no actual functionality. They are of no use anymore and actually I wonder why these files are compiled anyway.
True, these are just example files, which should never have been included in the compilation. Try adding: <exclude name="src/sp-skeleton.cpp"/> <exclude name="src/sp-skeleton.h"/> to build.xml after line 343.
Regards, Krzysztof