Martin Karlgren wrote:
On 04 Nov 2014, at 15:41 , Stephen R. van den Berg srb@cuci.nl wrote:
Stephen R. van den Berg wrote:
Compiling 8.1 on i386 stops at: config.status: error: cannot find input file: `wnotify_config.h.in'
May have been caused by old files from previous pike versions. I wiped and am running a fresh checkout now.
???make force_autoconfig??? should help if you don???t want to clone the git repo again.
Well, what I did was:
rm -rf * git checkout -f
This now runs, so far so good. Though, as we speak, I get to the linking stage of the pike binary and then it bombs out with:
interpret.o: In function `opcode_F_PRIVATE_TYPED_GLOBAL': /var/src/roxen/gpike/src/interpret_functions.h:430: undefined reference to `push_integer'
Which is kind of interesting. Looks like something in the recent 8.1 checkins.