thanks, that helped. however.. now I am where i was using the git version
before. after adding a specs file I get this when trying to compile the
Public.Parser.JSON2 module:
(cd test7 && /home/el/src/Pike/7.7/bin/pike -x module &&
/home/el/src/Pike/7.7/bin/pike -x module verify )
** Old style module
** Running autoconf (with extra compat macros)
autoconf
--include=/home/el/src/Pike/7.7/build/linux-2.6.25-gentoo-r7-i686/bundles/include/pike
configure.in:4: error: possibly undefined macro: AC_MODULE_INIT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
What is a Old/New style module?
arne
On Sat, 9 Aug 2008, Martin Stjernholm, Roxen IS @ Pike developers forum wrote:
Regarding your first problem, I think you need to rerun
autoheader/autoconfig. Easiest to do with "make force_autoconfig"
using the top level makefile.