On Thu, 14 Feb 2002, Jan-Peter Koopmann wrote: > Hi, > > i am running into problems compiling 1.2.0 and maybe somebody here can > help. > > autogen.sh and configure work but the make process stops with > > "Don't know how to make slot.h" > > I cannot find slot.h anyhwer only slot.h.m4. Why is slot.h not > generated? > > Any ideas?
Is gmake being used or the BSD make? It should work with either but try again with gmake. Hmmm... As Martin suggested you need m4 also. Again it shouldn't require the GNU m4 -- in fact it should try finding GNU m4 anyway during the configure stage. The rules that should be triggering the rebuild are: Makefile: $(BUILT_SOURCES) and the line starting with: %.h: $(M4_DIR)/.... .... What does `make` or `gmake` actually output? ( cd sigc++ ; gmake >& make.log ) What is M4 set to in the sigc++/Makefile? Allan. (ARRae)