|
From: Andreas E. <aei...@go...> - 2008-12-09 05:51:51
|
Greetings, I've just subscribed here, since the corresponding SourceForge site has been victim to spambots. Only by blind supplying of search terms, it's possible to find something. At least I was able to find a similar bug report to mine: https://sourceforge.net/tracker/index.php?func=detail&aid=1869435&group_id=11543&atid=111543 Absolute same thing here. Another thing I did not like much: impgen.c always complained about "incompatible implicit malloc() declaration". This looks as if <stdlib.h> was not #included! I'll have to reinvestigate this ... Gladly the package is fairly small, so there are not too many variables... The relevant part of the build log is listed below. Regards, Andreas p. s. is there a cvs or svn build available? Jeez, the last release is 5 years old now. p. p. s. build log: make[3]: Entering directory `/home/Administrator/build/scrollkeeper-0.3.14/cl/templates' LC_ALL=C ../../intltool-merge ../../po scrollkeeper_cl.xml.in scrollkeeper_cl.xml -x -u -c ../../po/.intltool -cache Generating and caching the translation database WARNING: ../../po/uk.po is not in UTF-8 but koi8-u, converting... WARNING: ../../po/tr.po is not in UTF-8 but ISO-8859-9, converting... WARNING: ../../po/es.po is not in UTF-8 but ISO-8859-1, converting... WARNING: ../../po/da.po is not in UTF-8 but iso-8859-1, converting... WARNING: ../../po/fr.po is not in UTF-8 but ISO-8859-1, converting... WARNING: ../../po/hu.po is not in UTF-8 but iso-8859-2, converting... WARNING: ../../po/zh_CN.po is not in UTF-8 but GB2312, converting... WARNING: ../../po/pl.po is not in UTF-8 but iso-8859-2, converting... WARNING: ../../po/ko.po is not in UTF-8 but euc-kr, converting... WARNING: ../../po/sk.po is not in UTF-8 but ISO-8859-2, converting... WARNING: ../../po/el.po is not in UTF-8 but iso-8859-7, converting... WARNING: ../../po/pt_BR.po is not in UTF-8 but iso-8859-1, converting... Merging translations into scrollkeeper_cl.xml. CREATED scrollkeeper_cl.xml ../../buildtools/scrollkeeper-tree-separate scrollkeeper_cl.xml ../../cl/templates 13 [main] scrollkeeper-tree-separate 2944 _cygtls::handle_exceptions: Error while dumping state (probabl upted stack) make[3]: *** [all] Segmentation fault (core dumped) make[3]: Leaving directory `/home/Administrator/build/scrollkeeper-0.3.14/cl/templates' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/Administrator/build/scrollkeeper-0.3.14/cl' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/Administrator/build/scrollkeeper-0.3.14' make: *** [all] Error 2 |